This commit is contained in:
2024-03-22 06:57:57 +05:30
parent 0233bb9dfd
commit ebf9bf56f3
20 changed files with 135 additions and 33 deletions

View File

@@ -10,11 +10,20 @@
"docsSidebars": {
"tutorialSidebar": [
{
"type": "link",
"label": "Tutorial Intro",
"href": "/",
"docId": "intro",
"unlisted": false
"type": "category",
"label": "Introduction",
"collapsible": true,
"collapsed": true,
"items": [
{
"type": "link",
"label": "Introduction",
"href": "/",
"docId": "introduction/introduction",
"unlisted": false
}
],
"href": "/category/introduction"
},
{
"type": "category",
@@ -93,9 +102,9 @@
]
},
"docs": {
"intro": {
"id": "intro",
"title": "Tutorial Intro",
"introduction/introduction": {
"id": "introduction/introduction",
"title": "Introduction",
"description": "Let's discover Docusaurus in less than 5 minutes.",
"sidebar": "tutorialSidebar"
},