fix(create-docusaurus): tutorial and init template improvements (#8032)

This commit is contained in:
Sébastien Lorber 2022-09-01 13:10:50 +02:00 committed by GitHub
parent 294625a6b5
commit 55de3ea04b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 13 additions and 5 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'],
},
],
*/