-
Notifications
You must be signed in to change notification settings - Fork 105
fix: moves layouts and utilities to align with nav study #7851
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
Preview: https://pf-pr-7851.surge.sh A11y report: https://pf-pr-7851-a11y.surge.sh |
5ef2b52 to
8301c4e
Compare
|
When you update And would you mind re-arranging so they match the order of nav items on org? I imagine your update will look like this, depending on where you want "patternfly-ai" in relation to "foundations-and-styles" diff --git a/patternfly-docs/patternfly-docs.config.js b/patternfly-docs/patternfly-docs.config.js
index d13b0da93..a07eedf49 100644
--- a/patternfly-docs/patternfly-docs.config.js
+++ b/patternfly-docs/patternfly-docs.config.js
@@ -7,14 +7,10 @@ module.exports = {
hasHighContrastSwitcher: true,
hasRTLSwitcher: true,
sideNavItems: [
- { section: 'get-started' },
- { section: 'developer-resources' },
+ { section: 'PatternFly-AI' },
+ { section: 'foundations-and-styles' },
{ section: 'components' },
- { section: 'layouts' },
- { section: 'utility-classes' },
- { section: 'patterns' },
- { section: 'extensions' },
- { section: 'PatternFly-AI' }
+ { section: 'patterns' }
],
topNavItems: [
{ |
|
@mcoker sure thing! was actually already tempted to do some of that myself, but didn't want to overstep 😄 |
…s-and-styles - Move utilities from section: utility-classes to section: foundations-and-styles, subsection: utility-classes - Move layouts from section: layouts to section: foundations-and-styles, subsection: layouts - Update 76+ links to reflect new navigation paths: - /tokens/* → /foundations-and-styles/design-tokens/* - /design-foundations/* → /foundations-and-styles/* - /utility-classes/* → /foundations-and-styles/utility-classes/* Files updated: - 10 utility class pages (Accessibility, Alignment, BackgroundColor, BoxShadow, Display, Flex, Float, Sizing, Spacing, Text) - 7 layout pages (Bullseye, Flex, Gallery, Grid, Level, Split, Stack) - 8 component pages with link updates (Icon, Page, Pagination, ProgressStepper, Sidebar, Table, Tabs, Toolbar)
0d48a91 to
9950c04
Compare
|
🎉 This PR is included in version 6.5.0-prerelease.27 🎉 The release is available on: Your semantic-release bot 📦🚀 |
As part of patternfly/patternfly-org#4753