Skip to content

Commit 5e50a62

Browse files
authored
Merge pull request #89 from jessiehuff/fix/docs-source-link
fix(docs): Update source link for docs
2 parents 0b38a2a + 7e0db1b commit 5e50a62

11 files changed

Lines changed: 11 additions & 0 deletions

File tree

packages/module/patternfly-docs/content/extensions/component-groups/examples/Ansible/Ansible.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ source: react
1111
# If you use typescript, the name of the interface to display props for
1212
# These are found through the sourceProps function provided in patternfly-docs.source.js
1313
propComponents: ['Ansible']
14+
sourceLink: https://github.com/patternfly/react-component-groups/blob/main/packages/module/patternfly-docs/content/extensions/component-groups/examples/Ansible/Ansible.md
1415
---
1516

1617
import Ansible from '@patternfly/react-component-groups/dist/dynamic/Ansible';

packages/module/patternfly-docs/content/extensions/component-groups/examples/Battery/Battery.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ source: react
1111
# If you use typescript, the name of the interface to display props for
1212
# These are found through the sourceProps function provided in patternfly-docs.source.js
1313
propComponents: ['Battery']
14+
sourceLink: https://github.com/patternfly/react-component-groups/blob/main/packages/module/patternfly-docs/content/extensions/component-groups/examples/Battery/Battery.md
1415
---
1516

1617
import Battery from '@patternfly/react-component-groups/dist/dynamic/Battery';

packages/module/patternfly-docs/content/extensions/component-groups/examples/DetailsPage/DetailsPage.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ propComponents: [
2424
# 'Tab', # No output --> is a type and not an interface
2525
]
2626
beta: true
27+
sourceLink: https://github.com/patternfly/react-component-groups/blob/main/packages/module/patternfly-docs/content/extensions/component-groups/examples/DetailsPage/DetailsPage.md
2728
---
2829

2930
import { ActionMenu } from '@patternfly/react-component-groups';

packages/module/patternfly-docs/content/extensions/component-groups/examples/ErrorBoundary/ErrorBoundary.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ source: react
1111
# If you use typescript, the name of the interface to display props for
1212
# These are found through the sourceProps function provided in patternfly-docs.source.js
1313
propComponents: ['ErrorBoundary']
14+
sourceLink: https://github.com/patternfly/react-component-groups/blob/main/packages/module/patternfly-docs/content/extensions/component-groups/examples/ErrorBoundary/ErrorBoundary.md
1415
---
1516

1617
import ErrorBoundary from "@patternfly/react-component-groups/dist/dynamic/ErrorBoundary";

packages/module/patternfly-docs/content/extensions/component-groups/examples/ErrorState/ErrorState.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ source: react
1111
# If you use typescript, the name of the interface to display props for
1212
# These are found through the sourceProps function provided in patternfly-docs.source.js
1313
propComponents: ['ErrorState']
14+
sourceLink: https://github.com/patternfly/react-component-groups/blob/main/packages/module/patternfly-docs/content/extensions/component-groups/examples/ErrorState/ErrorState.md
1415
---
1516

1617
import ErrorState from "@patternfly/react-component-groups/dist/dynamic/ErrorState";

packages/module/patternfly-docs/content/extensions/component-groups/examples/InvalidObject/InvalidObject.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ source: react
1111
# If you use typescript, the name of the interface to display props for
1212
# These are found through the sourceProps function provided in patternfly-docs.source.js
1313
propComponents: ['InvalidObject']
14+
sourceLink: https://github.com/patternfly/react-component-groups/blob/main/packages/module/patternfly-docs/content/extensions/component-groups/examples/InvalidObject/InvalidObject.md
1415
---
1516

1617
import InvalidObject from '@patternfly/react-component-groups/dist/dynamic/InvalidObject';

packages/module/patternfly-docs/content/extensions/component-groups/examples/NotAuthorized/NotAuthorized.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ subsection: Component groups
44
id: Not authorized
55
source: react
66
propComponents: ['NotAuthorized']
7+
sourceLink: https://github.com/patternfly/react-component-groups/blob/main/packages/module/patternfly-docs/content/extensions/component-groups/examples/NotAuthorized/NotAuthorized.md
78
---
89

910
import NotAuthorized from "@patternfly/react-component-groups/dist/dynamic/NotAuthorized";

packages/module/patternfly-docs/content/extensions/component-groups/examples/Skeleton/Skeleton.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ source: react
1111
# If you use typescript, the name of the interface to display props for
1212
# These are found through the sourceProps function provided in patternfly-docs.source.js
1313
propComponents: ['SkeletonTable']
14+
sourceLink: https://github.com/patternfly/react-component-groups/blob/main/packages/module/patternfly-docs/content/extensions/component-groups/examples/Skeleton/Skeleton.md
1415
---
1516
import SkeletonTable from '@patternfly/react-component-groups/dist/dynamic/SkeletonTable';
1617

packages/module/patternfly-docs/content/extensions/component-groups/examples/TagCount/TagCount.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ source: react
1111
# If you use typescript, the name of the interface to display props for
1212
# These are found through the sourceProps function provided in patternfly-docs.source.js
1313
propComponents: ['TagCount']
14+
sourceLink: https://github.com/patternfly/react-component-groups/blob/main/packages/module/patternfly-docs/content/extensions/component-groups/examples/TagCount/TagCount.md
1415
---
1516
import TagCount from '@patternfly/react-component-groups/dist/dynamic/TagCount';
1617

packages/module/patternfly-docs/content/extensions/component-groups/examples/Unavailable/UnavailableContent.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ source: react
1111
# If you use typescript, the name of the interface to display props for
1212
# These are found through the sourceProps function provided in patternfly-docs.source.js
1313
propComponents: ['UnavailableContent']
14+
sourceLink: https://github.com/patternfly/react-component-groups/blob/main/packages/module/patternfly-docs/content/extensions/component-groups/examples/Unavailable/UnavailableContent.md
1415
---
1516

1617
import UnavailableContent from '@patternfly/react-component-groups/dist/dynamic/UnavailableContent';

0 commit comments

Comments
 (0)