Skip to content

Commit e88d40c

Browse files
fix: Updates navigation placement for redesign. (#838)
* docs: Updates navigation placement for redesign. * fix failing cypress test * fix failing cypress test --------- Co-authored-by: nicolethoen <[email protected]>
1 parent 459c09e commit e88d40c

File tree

30 files changed

+16163
-94
lines changed

30 files changed

+16163
-94
lines changed

cypress/e2e/CloseButton.spec.cy.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
describe('Test the close button', () => {
22
it('passes', () => {
3-
cy.visit('http://localhost:8006/component-groups/controls/close-button', { onBeforeLoad: (win) => {cy.stub(win.console, 'log').as('consoleLog');}, });
3+
cy.visit('http://localhost:8006/extensions/component-groups/close-button', { onBeforeLoad: (win) => {cy.stub(win.console, 'log').as('consoleLog');}, });
44
cy.wait(1000);
55

66
cy.get('[data-test-id="close-button-example"]').click();

package-lock.json

Lines changed: 2725 additions & 40 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
---
2-
section: Component groups
3-
id: About component groups
2+
section: Extensions
3+
subsection: Component groups
4+
id: Overview
5+
title: Component groups overview
46
sortValue: 1
57
sourceLink: https://github.com/patternfly/react-component-groups/blob/main/packages/module/patternfly-docs/content/extensions/component-groups/about-component-groups.md
68
---

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
---
22
# Sidenav top-level section
33
# should be the same for all markdown files
4-
section: Component groups
5-
subsection: Status and state indicators
4+
section: Extensions
5+
subsection: Component groups
66
# Sidenav secondary level section
77
# should be the same for all markdown files
88
id: Ansible

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
---
22
# Sidenav top-level section
33
# should be the same for all markdown files
4-
section: Component groups
5-
subsection: Controls
4+
section: Extensions
5+
subsection: Component groups
66
# Sidenav secondary level section
77
# should be the same for all markdown files
88
id: Bulk select

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
---
22
# Sidenav top-level section
33
# should be the same for all markdown files
4-
section: Component groups
5-
subsection: Controls
4+
section: Extensions
5+
subsection: Component groups
66
# Sidenav secondary level section
77
# should be the same for all markdown files
88
id: Close button

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
---
22
# Sidenav top-level section
33
# should be the same for all markdown files
4-
section: Component groups
5-
subsection: Helpers
4+
section: Extensions
5+
subsection: Component groups
66
# Sidenav secondary level section
77
# should be the same for all markdown files
88
id: Column management modal

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
---
22
# Sidenav top-level section
33
# should be the same for all markdown files
4-
section: Component groups
5-
subsection: Error communication
4+
section: Extensions
5+
subsection: Component groups
66
# Sidenav secondary level section
77
# should be the same for all markdown files
88
id: Error boundary

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
---
22
# Sidenav top-level section
33
# should be the same for all markdown files
4-
section: Component groups
5-
subsection: Error communication
4+
section: Extensions
5+
subsection: Component groups
66
# Sidenav secondary level section
77
# should be the same for all markdown files
88
id: Error state

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
2-
section: Component groups
3-
subsection: Controls
2+
section: Extensions
3+
subsection: Component groups
44
id: External link button
55
source: react
66
propComponents: ['ExternalLinkButton']

0 commit comments

Comments
 (0)