create quickstarts dir

This commit is contained in:
AI Christianson 2025-02-14 14:58:16 -05:00
parent d33cfb23bd
commit 719962ea19
8 changed files with 3 additions and 3 deletions

View File

@ -1,5 +1,5 @@
{ {
"label": "Tutorial - Basics", "label": "Quick Starts",
"position": 2, "position": 2,
"link": { "link": {
"type": "generated-index", "type": "generated-index",

View File

@ -50,7 +50,7 @@ export default {
{ {
type: 'category', type: 'category',
label: 'Tutorial', label: 'Tutorial',
items: ['tutorial-basics/create-a-document'], items: ['quickstarts/create-a-document'],
}, },
], ],
}; };

View File

@ -24,7 +24,7 @@ const sidebars: SidebarsConfig = {
{ {
type: 'category', type: 'category',
label: 'Tutorial', label: 'Tutorial',
items: ['tutorial-basics/create-a-document'], items: ['quickstarts/create-a-document'],
}, },
], ],
*/ */