chore: Update examples after release of Docusaurus v2.1.0 (#8041)

This commit is contained in:
Sébastien Lorber 2022-09-02 13:05:04 +02:00 committed by GitHub
parent 4056a4a950
commit 160c24c915
5 changed files with 13 additions and 7486 deletions

View file

@ -19,10 +19,12 @@ const sidebars = {
// But you can create a sidebar manually
/*
tutorialSidebar: [
'intro',
'hello',
{
type: 'category',
label: 'Tutorial',
items: ['hello'],
items: ['tutorial-basics/create-a-document'],
},
],
*/