Skip to content

Commit bfb8315

Browse files
authored
Merge pull request #765 from nicolethoen/nav_update_fix
fix: update capitalization in sources
2 parents 8ff9f3f + 01c769d commit bfb8315

File tree

11 files changed

+18
-11407
lines changed

11 files changed

+18
-11407
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ Note: You'll need to add any imports required in a component usage file example
9999
````
100100
---
101101
section: extensions
102-
subsection: ChatBot
102+
subsection: chatbot
103103
id: MyComponent
104104
propComponents: ['MyComponent']
105105
---

packages/module/patternfly-docs/content/extensions/chatbot/about-chatbot.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
2-
section: Extensions
3-
subsection: ChatBot
2+
section: extensions
3+
subsection: chatbot
44
id: Overview
55
sortValue: 1
66
source: About

packages/module/patternfly-docs/content/extensions/chatbot/design-guidelines.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
2-
section: Extensions
3-
subsection: ChatBot
2+
section: extensions
3+
subsection: chatbot
44
id: Overview
55
sortValue: 1
66
source: design-guidelines

packages/module/patternfly-docs/content/extensions/chatbot/examples/Analytics/Analytics.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: Extensions
5-
subsection: ChatBot
4+
section: extensions
5+
subsection: chatbot
66
# Sidenav secondary level section
77
# should be the same for all markdown files
88
id: Analytics

packages/module/patternfly-docs/content/extensions/chatbot/examples/Customizing Messages/Customizing Messages.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: Extensions
5-
subsection: ChatBot
4+
section: extensions
5+
subsection: chatbot
66
# Sidenav secondary level section
77
# should be the same for all markdown files
88
id: Customizing messages

packages/module/patternfly-docs/content/extensions/chatbot/examples/Messages/Messages.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: Extensions
5-
subsection: ChatBot
4+
section: extensions
5+
subsection: chatbot
66
# Sidenav secondary level section
77
# should be the same for all markdown files
88
id: Messages

packages/module/patternfly-docs/content/extensions/chatbot/examples/UI/UI.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: Extensions
5-
subsection: ChatBot
4+
section: extensions
5+
subsection: chatbot
66
# Sidenav secondary level section
77
# should be the same for all markdown files
88
id: UI

packages/module/patternfly-docs/content/extensions/chatbot/examples/demos/AttachmentDemos.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: Extensions
5-
subsection: ChatBot
4+
section: extensions
5+
subsection: chatbot
66
# Sidenav secondary level section
77
# should be the same for all markdown files
88
id: Messages

packages/module/patternfly-docs/content/extensions/chatbot/examples/demos/Chatbot.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: Extensions
5-
subsection: ChatBot
4+
section: extensions
5+
subsection: chatbot
66
# Sidenav secondary level section
77
# should be the same for all markdown files
88
id: Overview

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// This module is shared between NodeJS and babelled ES5
22
module.exports = {
3-
sideNavItems: [{ section: 'Extensions' }],
3+
sideNavItems: [{ section: 'extensions' }],
44
topNavItems: [],
55
hasThemeSwitcher: true,
66
hasRTLSwitcher: true,

0 commit comments

Comments
 (0)