Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ Note: You'll need to add any imports required in a component usage file example
````
---
section: extensions
subsection: ChatBot
subsection: chatbot
id: MyComponent
propComponents: ['MyComponent']
---
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
section: Extensions
subsection: ChatBot
section: extensions
subsection: chatbot
id: Overview
sortValue: 1
source: About
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
section: Extensions
subsection: ChatBot
section: extensions
subsection: chatbot
id: Overview
sortValue: 1
source: design-guidelines
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
---
# Sidenav top-level section
# should be the same for all markdown files
section: Extensions
subsection: ChatBot
section: extensions
subsection: chatbot
# Sidenav secondary level section
# should be the same for all markdown files
id: Analytics
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
---
# Sidenav top-level section
# should be the same for all markdown files
section: Extensions
subsection: ChatBot
section: extensions
subsection: chatbot
# Sidenav secondary level section
# should be the same for all markdown files
id: Customizing messages
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
---
# Sidenav top-level section
# should be the same for all markdown files
section: Extensions
subsection: ChatBot
section: extensions
subsection: chatbot
# Sidenav secondary level section
# should be the same for all markdown files
id: Messages
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
---
# Sidenav top-level section
# should be the same for all markdown files
section: Extensions
subsection: ChatBot
section: extensions
subsection: chatbot
# Sidenav secondary level section
# should be the same for all markdown files
id: UI
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
---
# Sidenav top-level section
# should be the same for all markdown files
section: Extensions
subsection: ChatBot
section: extensions
subsection: chatbot
# Sidenav secondary level section
# should be the same for all markdown files
id: Messages
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
---
# Sidenav top-level section
# should be the same for all markdown files
section: Extensions
subsection: ChatBot
section: extensions
subsection: chatbot
# Sidenav secondary level section
# should be the same for all markdown files
id: Overview
Expand Down
2 changes: 1 addition & 1 deletion packages/module/patternfly-docs/patternfly-docs.config.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// This module is shared between NodeJS and babelled ES5
module.exports = {
sideNavItems: [{ section: 'Extensions' }],
sideNavItems: [{ section: 'extensions' }],
topNavItems: [],
hasThemeSwitcher: true,
hasRTLSwitcher: true,
Expand Down
Loading
Loading