create quickstarts dir
This commit is contained in:
parent
d33cfb23bd
commit
719962ea19
|
|
@ -1,5 +1,5 @@
|
||||||
{
|
{
|
||||||
"label": "Tutorial - Basics",
|
"label": "Quick Starts",
|
||||||
"position": 2,
|
"position": 2,
|
||||||
"link": {
|
"link": {
|
||||||
"type": "generated-index",
|
"type": "generated-index",
|
||||||
|
|
@ -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'],
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
};
|
};
|
||||||
|
|
@ -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'],
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
*/
|
*/
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue