Skip to content

Commit

Permalink
polish(create-docusaurus): the starter template should use a navbar i…
Browse files Browse the repository at this point in the history
…tem "docSidebar" instead of "doc" (less fragile on updates) (#8712)

Co-authored-by: sebastienlorber <lorber.sebastien@gmail.com>
  • Loading branch information
biplavmz and slorber committed Mar 16, 2023
1 parent 9c920c5 commit 49b1795
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,8 @@ const config = {
},
items: [
{
type: 'doc',
docId: 'intro',
type: 'docSidebar',
sidebarId: 'tutorialSidebar',
position: 'left',
label: 'Tutorial',
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,8 @@ const config = {
},
items: [
{
type: 'doc',
docId: 'intro',
type: 'docSidebar',
sidebarId: 'tutorialSidebar',
position: 'left',
label: 'Tutorial',
},
Expand Down

0 comments on commit 49b1795

Please sign in to comment.