Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

@edonehoo
Copy link
Contributor

@patternfly-build
Copy link
Collaborator

patternfly-build commented Sep 19, 2025

@mcoker
Copy link
Contributor

mcoker commented Nov 12, 2025

When you update patternfly-docs.config.js, would you mind also taking out "get started", "developer resources", and "extensions"? Those show up as empty menus in the core docs.

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: [
     {

@edonehoo
Copy link
Contributor Author

@mcoker sure thing! was actually already tempted to do some of that myself, but didn't want to overstep 😄

edonehoo and others added 3 commits November 14, 2025 12:53
…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)
@edonehoo edonehoo changed the title docs: moves layouts and utilities to align with nav study fix: moves layouts and utilities to align with nav study Nov 14, 2025
@nicolethoen nicolethoen merged commit de4db4c into patternfly:main Nov 14, 2025
4 checks passed
@patternfly-build
Copy link
Collaborator

🎉 This PR is included in version 6.5.0-prerelease.27 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants