create quickstarts dir
This commit is contained in:
parent
d33cfb23bd
commit
719962ea19
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"label": "Tutorial - Basics",
|
||||
"label": "Quick Starts",
|
||||
"position": 2,
|
||||
"link": {
|
||||
"type": "generated-index",
|
||||
|
|
@ -50,7 +50,7 @@ export default {
|
|||
{
|
||||
type: 'category',
|
||||
label: 'Tutorial',
|
||||
items: ['tutorial-basics/create-a-document'],
|
||||
items: ['quickstarts/create-a-document'],
|
||||
},
|
||||
],
|
||||
};
|
||||
|
|
@ -24,7 +24,7 @@ const sidebars: SidebarsConfig = {
|
|||
{
|
||||
type: 'category',
|
||||
label: 'Tutorial',
|
||||
items: ['tutorial-basics/create-a-document'],
|
||||
items: ['quickstarts/create-a-document'],
|
||||
},
|
||||
],
|
||||
*/
|
||||
|
|
|
|||
Loading…
Reference in New Issue