This commit is contained in:
2024-03-25 07:50:39 +05:30
parent 18a4a7ec56
commit 1bde04860d
26 changed files with 329 additions and 69 deletions

View File

@@ -9,7 +9,7 @@
"permalink": "/documentation/packages/snigdhaos_blackbox"
},
"next": {
"title": "Write Documentation",
"title": "Writing",
"permalink": "/documentation/dev_guide/write"
}
}

View File

@@ -17,7 +17,7 @@
},
"sidebar": "tutorialSidebar",
"previous": {
"title": "Document Translation",
"title": "Translating",
"permalink": "/documentation/dev_guide/docs_translate"
},
"next": {

View File

@@ -1,6 +1,6 @@
{
"id": "dev_guide/docs_translate",
"title": "Document Translation",
"title": "Translating",
"description": "",
"source": "@site/docs/dev_guide/docs_translate.md",
"sourceDirName": "dev_guide",
@@ -17,7 +17,7 @@
},
"sidebar": "tutorialSidebar",
"previous": {
"title": "Write Documentation",
"title": "Writing",
"permalink": "/documentation/dev_guide/write"
},
"next": {

View File

@@ -1,6 +1,6 @@
{
"id": "dev_guide/write",
"title": "Write Documentation",
"title": "Writing",
"description": "",
"source": "@site/docs/dev_guide/write.md",
"sourceDirName": "dev_guide",
@@ -21,7 +21,7 @@
"permalink": "/documentation/category/developers-guide"
},
"next": {
"title": "Document Translation",
"title": "Translating",
"permalink": "/documentation/dev_guide/docs_translate"
}
}

View File

@@ -1,7 +1,7 @@
{
"id": "introduction/code_of_conduct",
"title": "Code Of Conduct",
"description": "",
"description": "A code of conduct outlines expected behavior and guidelines for individuals within a specific community, organization, or group.",
"source": "@site/docs/introduction/code_of_conduct.md",
"sourceDirName": "introduction",
"slug": "/introduction/code_of_conduct",

View File

@@ -1,7 +1,7 @@
{
"id": "introduction/reporting_bugs",
"title": "Reporting Bugs",
"description": "",
"description": "If you discover a security vulnerability within Snigdha OS as well as any packages and tools, please follow our security policy so we can address it promptly.",
"source": "@site/docs/introduction/reporting_bugs.md",
"sourceDirName": "introduction",
"slug": "/introduction/reporting_bugs",

View File

@@ -276,14 +276,14 @@
"items": [
{
"type": "link",
"label": "Write Documentation",
"label": "Writing",
"href": "/documentation/dev_guide/write",
"docId": "dev_guide/write",
"unlisted": false
},
{
"type": "link",
"label": "Document Translation",
"label": "Translating",
"href": "/documentation/dev_guide/docs_translate",
"docId": "dev_guide/docs_translate",
"unlisted": false
@@ -370,7 +370,7 @@
},
"dev_guide/docs_translate": {
"id": "dev_guide/docs_translate",
"title": "Document Translation",
"title": "Translating",
"description": "",
"sidebar": "tutorialSidebar"
},
@@ -388,7 +388,7 @@
},
"dev_guide/write": {
"id": "dev_guide/write",
"title": "Write Documentation",
"title": "Writing",
"description": "",
"sidebar": "tutorialSidebar"
},
@@ -437,7 +437,7 @@
"introduction/code_of_conduct": {
"id": "introduction/code_of_conduct",
"title": "Code Of Conduct",
"description": "",
"description": "A code of conduct outlines expected behavior and guidelines for individuals within a specific community, organization, or group.",
"sidebar": "tutorialSidebar"
},
"introduction/faqs": {
@@ -467,7 +467,7 @@
"introduction/reporting_bugs": {
"id": "introduction/reporting_bugs",
"title": "Reporting Bugs",
"description": "",
"description": "If you discover a security vulnerability within Snigdha OS as well as any packages and tools, please follow our security policy so we can address it promptly.",
"sidebar": "tutorialSidebar"
},
"packages/snigdhaos_blackbox": {