Docs init

This commit is contained in:
Kurt Hutten
2021-04-04 22:37:57 +10:00
parent 99916eb03a
commit 2a1b8f4039
28 changed files with 3790 additions and 98 deletions

16
docs/sidebars.js Normal file
View File

@@ -0,0 +1,16 @@
module.exports = {
docs: [
{
type: 'category',
label: 'Docusaurus Tutorial',
items: [
'getting-started',
'create-a-page',
'create-a-document',
'create-a-blog-post',
'markdown-features',
'thank-you',
],
},
],
};