From 556481107a65a421a5e96b8ae686aa042a38b83e Mon Sep 17 00:00:00 2001 From: Parthivk100 Date: Tue, 20 May 2025 13:50:48 -0400 Subject: [PATCH 1/2] Added source link to basic.md --- packages/module/patternfly-docs/content/examples/basic.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/packages/module/patternfly-docs/content/examples/basic.md b/packages/module/patternfly-docs/content/examples/basic.md index f3cb89d..5445bfe 100644 --- a/packages/module/patternfly-docs/content/examples/basic.md +++ b/packages/module/patternfly-docs/content/examples/basic.md @@ -1,3 +1,5 @@ +sourceLink: https://github.com/patternfly/react-user-feedback/blob/c0c51c751abf0b798f511806409f25d2a2e87a60/packages/module/patternfly-docs/content/examples/basic.md + --- # Sidenav top-level section # should be the same for all markdown files From 35bf0950deb690f0de5c29db403a98cb6ddf9b12 Mon Sep 17 00:00:00 2001 From: Parthivk100 Date: Tue, 20 May 2025 14:37:49 -0400 Subject: [PATCH 2/2] Corrected markdown view --- packages/module/patternfly-docs/content/examples/basic.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/module/patternfly-docs/content/examples/basic.md b/packages/module/patternfly-docs/content/examples/basic.md index 5445bfe..6b27a54 100644 --- a/packages/module/patternfly-docs/content/examples/basic.md +++ b/packages/module/patternfly-docs/content/examples/basic.md @@ -1,5 +1,3 @@ -sourceLink: https://github.com/patternfly/react-user-feedback/blob/c0c51c751abf0b798f511806409f25d2a2e87a60/packages/module/patternfly-docs/content/examples/basic.md - --- # Sidenav top-level section # should be the same for all markdown files @@ -14,6 +12,8 @@ source: react propComponents: ['FeedbackModalProps'] --- +[Visit the source link](https://github.com/patternfly/react-user-feedback/blob/c0c51c751abf0b798f511806409f25d2a2e87a60/packages/module/patternfly-docs/content/examples/basic.md) + import { FeedbackModal } from "@patternfly/react-user-feedback"; import feedbackImage from '@patternfly/react-user-feedback/dist/esm/images/rh_feedback.svg';