mirror of
https://github.com/Snigdha-OS/documentation.git
synced 2025-09-07 19:25:13 +02:00
chore: IDK
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"title": "Before Installation",
|
||||
"description": "System Requirements!",
|
||||
"slug": "/category/before-installation",
|
||||
"permalink": "/category/before-installation",
|
||||
"navigation": {
|
||||
"previous": {
|
||||
"title": "Introduction",
|
||||
"permalink": "/"
|
||||
},
|
||||
"next": {
|
||||
"title": "System Requirements",
|
||||
"permalink": "/before_installation/system_requirements"
|
||||
}
|
||||
}
|
||||
}
|
@@ -5,8 +5,8 @@
|
||||
"permalink": "/category/tutorial---basics",
|
||||
"navigation": {
|
||||
"previous": {
|
||||
"title": "Introduction",
|
||||
"permalink": "/"
|
||||
"title": "System Requirements",
|
||||
"permalink": "/before_installation/system_requirements"
|
||||
},
|
||||
"next": {
|
||||
"title": "Create a Page",
|
||||
|
@@ -0,0 +1,27 @@
|
||||
{
|
||||
"id": "before_installation/system_requirements",
|
||||
"title": "System Requirements",
|
||||
"description": "",
|
||||
"source": "@site/docs/before_installation/system_requirements.md",
|
||||
"sourceDirName": "before_installation",
|
||||
"slug": "/before_installation/system_requirements",
|
||||
"permalink": "/before_installation/system_requirements",
|
||||
"draft": false,
|
||||
"unlisted": false,
|
||||
"editUrl": "https://github.com/facebook/docusaurus/tree/main/packages/create-docusaurus/templates/shared/docs/before_installation/system_requirements.md",
|
||||
"tags": [],
|
||||
"version": "current",
|
||||
"sidebarPosition": 1,
|
||||
"frontMatter": {
|
||||
"sidebar_position": 1
|
||||
},
|
||||
"sidebar": "tutorialSidebar",
|
||||
"previous": {
|
||||
"title": "Before Installation",
|
||||
"permalink": "/category/before-installation"
|
||||
},
|
||||
"next": {
|
||||
"title": "Tutorial - Basics",
|
||||
"permalink": "/category/tutorial---basics"
|
||||
}
|
||||
}
|
@@ -22,7 +22,7 @@
|
||||
"permalink": "/category/introduction"
|
||||
},
|
||||
"next": {
|
||||
"title": "Tutorial - Basics",
|
||||
"permalink": "/category/tutorial---basics"
|
||||
"title": "Before Installation",
|
||||
"permalink": "/category/before-installation"
|
||||
}
|
||||
}
|
@@ -25,6 +25,22 @@
|
||||
],
|
||||
"href": "/category/introduction"
|
||||
},
|
||||
{
|
||||
"type": "category",
|
||||
"label": "Before Installation",
|
||||
"collapsible": true,
|
||||
"collapsed": true,
|
||||
"items": [
|
||||
{
|
||||
"type": "link",
|
||||
"label": "System Requirements",
|
||||
"href": "/before_installation/system_requirements",
|
||||
"docId": "before_installation/system_requirements",
|
||||
"unlisted": false
|
||||
}
|
||||
],
|
||||
"href": "/category/before-installation"
|
||||
},
|
||||
{
|
||||
"type": "category",
|
||||
"label": "Tutorial - Basics",
|
||||
@@ -102,6 +118,12 @@
|
||||
]
|
||||
},
|
||||
"docs": {
|
||||
"before_installation/system_requirements": {
|
||||
"id": "before_installation/system_requirements",
|
||||
"title": "System Requirements",
|
||||
"description": "",
|
||||
"sidebar": "tutorialSidebar"
|
||||
},
|
||||
"introduction/introduction": {
|
||||
"id": "introduction/introduction",
|
||||
"title": "Introduction",
|
||||
|
Reference in New Issue
Block a user