mirror of
https://github.com/Snigdha-OS/documentation.git
synced 2025-09-07 19:25:13 +02:00
update
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"title": "Introduction",
|
||||
"description": "Let's get a short overview!",
|
||||
"slug": "/category/introduction",
|
||||
"permalink": "/category/introduction",
|
||||
"navigation": {
|
||||
"next": {
|
||||
"title": "Introduction",
|
||||
"permalink": "/"
|
||||
}
|
||||
}
|
||||
}
|
@@ -5,7 +5,7 @@
|
||||
"permalink": "/category/tutorial---basics",
|
||||
"navigation": {
|
||||
"previous": {
|
||||
"title": "Tutorial Intro",
|
||||
"title": "Introduction",
|
||||
"permalink": "/"
|
||||
},
|
||||
"next": {
|
||||
|
@@ -18,7 +18,7 @@
|
||||
},
|
||||
"sidebar": "tutorialSidebar",
|
||||
"next": {
|
||||
"title": "Tutorial - Basics",
|
||||
"permalink": "/category/tutorial---basics"
|
||||
"title": "Introduction",
|
||||
"permalink": "/category/introduction"
|
||||
}
|
||||
}
|
@@ -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"
|
||||
}
|
||||
}
|
@@ -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"
|
||||
},
|
||||
|
Reference in New Issue
Block a user