diff --git a/packages/documentation-site/patternfly-docs/content/design-guidelines/components/jump-link/img/Jumplink - left.png b/packages/documentation-site/patternfly-docs/content/design-guidelines/components/jump-link/img/Jumplink - left.png deleted file mode 100644 index cea6609c10..0000000000 Binary files a/packages/documentation-site/patternfly-docs/content/design-guidelines/components/jump-link/img/Jumplink - left.png and /dev/null differ diff --git a/packages/documentation-site/patternfly-docs/content/design-guidelines/components/jump-link/img/Jumplink - right.png b/packages/documentation-site/patternfly-docs/content/design-guidelines/components/jump-link/img/Jumplink - right.png deleted file mode 100644 index 94f5bd1a7e..0000000000 Binary files a/packages/documentation-site/patternfly-docs/content/design-guidelines/components/jump-link/img/Jumplink - right.png and /dev/null differ diff --git a/packages/documentation-site/patternfly-docs/content/design-guidelines/components/jump-link/img/Jumplink-left.png b/packages/documentation-site/patternfly-docs/content/design-guidelines/components/jump-link/img/Jumplink-left.png deleted file mode 100644 index cea6609c10..0000000000 Binary files a/packages/documentation-site/patternfly-docs/content/design-guidelines/components/jump-link/img/Jumplink-left.png and /dev/null differ diff --git a/packages/documentation-site/patternfly-docs/content/design-guidelines/components/jump-link/img/Jumplink-right.png b/packages/documentation-site/patternfly-docs/content/design-guidelines/components/jump-link/img/Jumplink-right.png deleted file mode 100644 index 94f5bd1a7e..0000000000 Binary files a/packages/documentation-site/patternfly-docs/content/design-guidelines/components/jump-link/img/Jumplink-right.png and /dev/null differ diff --git a/packages/documentation-site/patternfly-docs/content/design-guidelines/components/jump-link/img/jump-links-expandable.svg b/packages/documentation-site/patternfly-docs/content/design-guidelines/components/jump-link/img/jump-links-expandable.svg new file mode 100644 index 0000000000..f026310436 --- /dev/null +++ b/packages/documentation-site/patternfly-docs/content/design-guidelines/components/jump-link/img/jump-links-expandable.svg @@ -0,0 +1,36 @@ + diff --git a/packages/documentation-site/patternfly-docs/content/design-guidelines/components/jump-link/img/jump-mobile.png b/packages/documentation-site/patternfly-docs/content/design-guidelines/components/jump-link/img/jump-mobile.png deleted file mode 100644 index a6ed52886a..0000000000 Binary files a/packages/documentation-site/patternfly-docs/content/design-guidelines/components/jump-link/img/jump-mobile.png and /dev/null differ diff --git a/packages/documentation-site/patternfly-docs/content/design-guidelines/components/jump-link/img/jump-subsection.png b/packages/documentation-site/patternfly-docs/content/design-guidelines/components/jump-link/img/jump-subsection.png deleted file mode 100644 index 7a194a7ec1..0000000000 Binary files a/packages/documentation-site/patternfly-docs/content/design-guidelines/components/jump-link/img/jump-subsection.png and /dev/null differ diff --git a/packages/documentation-site/patternfly-docs/content/design-guidelines/components/jump-link/img/jump-vertical.png b/packages/documentation-site/patternfly-docs/content/design-guidelines/components/jump-link/img/jump-vertical.png deleted file mode 100644 index 4e09d5f3fb..0000000000 Binary files a/packages/documentation-site/patternfly-docs/content/design-guidelines/components/jump-link/img/jump-vertical.png and /dev/null differ diff --git a/packages/documentation-site/patternfly-docs/content/design-guidelines/components/jump-link/jump-link.md b/packages/documentation-site/patternfly-docs/content/design-guidelines/components/jump-link/jump-link.md index 729b172c6d..a1f8dbb127 100644 --- a/packages/documentation-site/patternfly-docs/content/design-guidelines/components/jump-link/jump-link.md +++ b/packages/documentation-site/patternfly-docs/content/design-guidelines/components/jump-link/jump-link.md @@ -13,25 +13,15 @@ import '../components.css'; 1. **Label (optional):** A descriptive header for a list of jump links. -2. **Active section:** current section of the page the user is on. +2. **Active section:** The current section of the page the user is on. -3. **Inactive section:** other sections of the page that the user is not currently on. Clicking on an inactive section will bring the user to the selected section and make the section active. +3. **Inactive section:** The other sections of the page that the user is not currently on. Clicking on an inactive section will bring the user to the selected section and make the section active. ## Usage Jump links provide a way to navigate through section headings on a page without scrolling. The highlighted active section changes as the user scrolls to the next section. -### Placement -Vertical jump links can be placed either to the left or the right of the content on the page. It is recommended to place the jump links on the left side of the content and remain consistent with the application you are working on. Only use jump links on the right when space allows and when there is an extensive nav on the left; otherwise, consider reverting to the left of the page. In both placements, the visual system is identical, including jump links with subsections. So use either according to your application’s needs. - -