Skip to content

Commit f74e515

Browse files
committed
Update top navigation: rename Documentation to Intro and add Examples
1 parent 7b4d2be commit f74e515

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

docusaurus.config.ts

+6-1
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ const config: Config = {
109109
type: 'docSidebar',
110110
sidebarId: 'tutorialSidebar',
111111
position: 'left',
112-
label: 'Documentation',
112+
label: 'Intro',
113113
},
114114
{
115115
to: '/docs/getting-started/',
@@ -121,6 +121,11 @@ const config: Config = {
121121
label: 'Usage',
122122
position: 'left'
123123
},
124+
{
125+
to: '/docs/examples/',
126+
label: 'Examples',
127+
position: 'left'
128+
},
124129
{to: '/blog', label: 'Blog', position: 'left'},
125130
{
126131
href: 'https://github.com/drivecore/mycoder',

0 commit comments

Comments
 (0)