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 56feb41445
commit 54986a3b21
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
15 changed files with 38 additions and 23674 deletions

View file

@ -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'],
},
],
*/