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

@@ -0,0 +1,12 @@
{
"title": "Introduction",
"description": "Let's get a short overview!",
"slug": "/category/introduction",
"permalink": "/category/introduction",
"navigation": {
"next": {
"title": "Introduction",
"permalink": "/"
}
}
}

View File

@@ -5,7 +5,7 @@
"permalink": "/category/tutorial---basics",
"navigation": {
"previous": {
"title": "Tutorial Intro",
"title": "Introduction",
"permalink": "/"
},
"next": {

View File

@@ -18,7 +18,7 @@
},
"sidebar": "tutorialSidebar",
"next": {
"title": "Tutorial - Basics",
"permalink": "/category/tutorial---basics"
"title": "Introduction",
"permalink": "/category/introduction"
}
}

View File

@@ -0,0 +1,28 @@
{
"id": "introduction/introduction",
"title": "Introduction",
"description": "Let's discover Docusaurus in less than 5 minutes.",
"source": "@site/docs/introduction/introduction.md",
"sourceDirName": "introduction",
"slug": "/",
"permalink": "/",
"draft": false,
"unlisted": false,
"editUrl": "https://github.com/facebook/docusaurus/tree/main/packages/create-docusaurus/templates/shared/docs/introduction/introduction.md",
"tags": [],
"version": "current",
"sidebarPosition": 1,
"frontMatter": {
"sidebar_position": 1,
"slug": "/"
},
"sidebar": "tutorialSidebar",
"previous": {
"title": "Introduction",
"permalink": "/category/introduction"
},
"next": {
"title": "Tutorial - Basics",
"permalink": "/category/tutorial---basics"
}
}

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"
},