Skip to content

Commit f301d54

Browse files
authored
fix: Added missing docs config side nav. (#12134)
1 parent 7d5d45c commit f301d54

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

packages/react-docs/patternfly-docs/patternfly-docs.config.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@ module.exports = {
1414
{ section: 'charts' },
1515
{ section: 'components' },
1616
{ section: 'patterns' },
17-
{ section: 'layouts' }
17+
{ section: 'layouts' },
18+
{ section: 'PatternFly-AI' }
1819
],
1920
topNavItems: [{ text: 'Icons', path: '/icons' }],
2021
port: 8002

0 commit comments

Comments
 (0)