Skip to content

Commit 7eb89fe

Browse files
committed
fix tutorial update
1 parent 77af945 commit 7eb89fe

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

examples/facebook/docusaurus.config.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/create-docusaurus/templates/classic/docusaurus.config.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,8 +71,8 @@ const config = {
7171
},
7272
items: [
7373
{
74-
type: 'doc',
75-
docId: 'intro',
74+
type: 'docSidebar',
75+
sidebarId: 'tutorialSidebar',
7676
position: 'left',
7777
label: 'Tutorial',
7878
},

packages/create-docusaurus/templates/facebook/docusaurus.config.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,8 +67,8 @@ const config = {
6767
},
6868
items: [
6969
{
70-
type: 'doc',
71-
docId: 'intro',
70+
type: 'docSidebar',
71+
sidebarId: 'tutorialSidebar',
7272
position: 'left',
7373
label: 'Tutorial',
7474
},

0 commit comments

Comments
 (0)