chore: update introduction.

This commit is contained in:
2024-03-24 12:13:32 +05:30
parent 83d52b0fa7
commit a40f80c436
18 changed files with 306 additions and 20 deletions

View File

@@ -0,0 +1,16 @@
{
"title": "Developers Guide",
"description": "Troubleshoot",
"slug": "/category/developers-guide-1",
"permalink": "/documentation/category/developers-guide-1",
"navigation": {
"previous": {
"title": "Deploy Package",
"permalink": "/documentation/dev_guide/deploy_packages"
},
"next": {
"title": "snigdhaos_blackbox",
"permalink": "/documentation/packages/snigdhaos_blackbox"
}
}
}

View File

@@ -5,8 +5,8 @@
"permalink": "/documentation/category/developers-guide",
"navigation": {
"previous": {
"title": "Troubleshoot: Display",
"permalink": "/documentation/troubleshoot/display"
"title": "Blackbox",
"permalink": "/documentation/packages/snigdhaos_blackbox"
},
"next": {
"title": "Write Documentation",

View File

@@ -0,0 +1,16 @@
{
"title": "Packages",
"description": "Troubleshoot",
"slug": "/category/packages",
"permalink": "/documentation/category/packages",
"navigation": {
"previous": {
"title": "Troubleshoot: Display",
"permalink": "/documentation/troubleshoot/display"
},
"next": {
"title": "Welcome",
"permalink": "/documentation/packages/snigdhaos_welcome"
}
}
}

View File

@@ -1,7 +1,7 @@
{
"id": "introduction/introduction",
"title": "Introduction",
"description": "Let's discover Docusaurus in less than 5 minutes.",
"description": "Snigdha OS is a light-weight, Powerful & Optimized Operating System built for Normal Users & Penetration Testers.",
"source": "@site/docs/introduction/introduction.md",
"sourceDirName": "introduction",
"slug": "/",

View File

@@ -0,0 +1,27 @@
{
"id": "packages/snigdhaos_blackbox",
"title": "Blackbox",
"description": "",
"source": "@site/docs/packages/snigdhaos_blackbox.md",
"sourceDirName": "packages",
"slug": "/packages/snigdhaos_blackbox",
"permalink": "/documentation/packages/snigdhaos_blackbox",
"draft": false,
"unlisted": false,
"editUrl": "https://github.com/Snigdha-OS/documentation/tree/master/docs/packages/snigdhaos_blackbox.md",
"tags": [],
"version": "current",
"sidebarPosition": 2,
"frontMatter": {
"sidebar_position": 2
},
"sidebar": "tutorialSidebar",
"previous": {
"title": "Welcome",
"permalink": "/documentation/packages/snigdhaos_welcome"
},
"next": {
"title": "Developers Guide",
"permalink": "/documentation/category/developers-guide"
}
}

View File

@@ -0,0 +1,27 @@
{
"id": "packages/snigdhaos_welcome",
"title": "Welcome",
"description": "",
"source": "@site/docs/packages/snigdhaos_welcome.md",
"sourceDirName": "packages",
"slug": "/packages/snigdhaos_welcome",
"permalink": "/documentation/packages/snigdhaos_welcome",
"draft": false,
"unlisted": false,
"editUrl": "https://github.com/Snigdha-OS/documentation/tree/master/docs/packages/snigdhaos_welcome.md",
"tags": [],
"version": "current",
"sidebarPosition": 1,
"frontMatter": {
"sidebar_position": 1
},
"sidebar": "tutorialSidebar",
"previous": {
"title": "Packages",
"permalink": "/documentation/category/packages"
},
"next": {
"title": "Blackbox",
"permalink": "/documentation/packages/snigdhaos_blackbox"
}
}

View File

@@ -21,7 +21,7 @@
"permalink": "/documentation/troubleshoot/sound"
},
"next": {
"title": "Developers Guide",
"permalink": "/documentation/category/developers-guide"
"title": "Packages",
"permalink": "/documentation/category/packages"
}
}

View File

@@ -245,6 +245,29 @@
],
"href": "/documentation/category/troubleshoot"
},
{
"type": "category",
"label": "Packages",
"collapsible": true,
"collapsed": true,
"items": [
{
"type": "link",
"label": "Welcome",
"href": "/documentation/packages/snigdhaos_welcome",
"docId": "packages/snigdhaos_welcome",
"unlisted": false
},
{
"type": "link",
"label": "Blackbox",
"href": "/documentation/packages/snigdhaos_blackbox",
"docId": "packages/snigdhaos_blackbox",
"unlisted": false
}
],
"href": "/documentation/category/packages"
},
{
"type": "category",
"label": "Developers Guide",
@@ -416,7 +439,7 @@
"introduction/introduction": {
"id": "introduction/introduction",
"title": "Introduction",
"description": "Let's discover Docusaurus in less than 5 minutes.",
"description": "Snigdha OS is a light-weight, Powerful & Optimized Operating System built for Normal Users & Penetration Testers.",
"sidebar": "tutorialSidebar"
},
"introduction/release_notes": {
@@ -431,6 +454,18 @@
"description": "",
"sidebar": "tutorialSidebar"
},
"packages/snigdhaos_blackbox": {
"id": "packages/snigdhaos_blackbox",
"title": "Blackbox",
"description": "",
"sidebar": "tutorialSidebar"
},
"packages/snigdhaos_welcome": {
"id": "packages/snigdhaos_welcome",
"title": "Welcome",
"description": "",
"sidebar": "tutorialSidebar"
},
"post_installation/customization": {
"id": "post_installation/customization",
"title": "Customize Snigdha OS",