mirror of
https://github.com/facebook/docusaurus.git
synced 2025-05-09 23:27:28 +02:00
chore: Update examples after release of Docusaurus v2.1.0 (#8041)
This commit is contained in:
parent
56feb41445
commit
54986a3b21
15 changed files with 38 additions and 23674 deletions
4
examples/facebook/sidebars.js
generated
4
examples/facebook/sidebars.js
generated
|
@ -25,10 +25,12 @@ module.exports = {
|
|||
// But you can create a sidebar manually
|
||||
/*
|
||||
tutorialSidebar: [
|
||||
'intro',
|
||||
'hello',
|
||||
{
|
||||
type: 'category',
|
||||
label: 'Tutorial',
|
||||
items: ['hello'],
|
||||
items: ['tutorial-basics/create-a-document'],
|
||||
},
|
||||
],
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue