This commit is contained in:
2024-03-23 00:58:46 +05:30
parent e607ed8e45
commit 6d0f0117e5
98 changed files with 2900 additions and 835 deletions

View File

@@ -5,8 +5,8 @@
"permalink": "/documentation/category/before-installation",
"navigation": {
"previous": {
"title": "Introduction",
"permalink": "/documentation/"
"title": "Frequently Asked",
"permalink": "/documentation/introduction/faqs"
},
"next": {
"title": "System Requirements",

View File

@@ -0,0 +1,16 @@
{
"title": "Developers Guide",
"description": "Troubleshoot",
"slug": "/category/developers-guide",
"permalink": "/documentation/category/developers-guide",
"navigation": {
"previous": {
"title": "Troubleshoot: Display",
"permalink": "/documentation/troubleshoot/display"
},
"next": {
"title": "Write Documentation",
"permalink": "/documentation/dev_guide/write"
}
}
}

View File

@@ -0,0 +1,16 @@
{
"title": "Installation",
"description": "Installing Instruction",
"slug": "/category/installation",
"permalink": "/documentation/category/installation",
"navigation": {
"previous": {
"title": "Internet Connection",
"permalink": "/documentation/before_installation/internet_connection"
},
"next": {
"title": "Download Snigdha OS",
"permalink": "/documentation/installation/download_snigdha_os"
}
}
}

View File

@@ -0,0 +1,16 @@
{
"title": "Post Installation",
"description": "After installing Snigdha OS",
"slug": "/category/post-installation",
"permalink": "/documentation/category/post-installation",
"navigation": {
"previous": {
"title": "Virtualbox",
"permalink": "/documentation/installation/virtualbox_installation"
},
"next": {
"title": "Language",
"permalink": "/documentation/post_installation/language"
}
}
}

View File

@@ -0,0 +1,16 @@
{
"title": "Troubleshoot",
"description": "Troubleshoot",
"slug": "/category/troubleshoot",
"permalink": "/documentation/category/troubleshoot",
"navigation": {
"previous": {
"title": "Installing with AUR",
"permalink": "/documentation/user_guide/aur"
},
"next": {
"title": "Troubleshoot: Wifi",
"permalink": "/documentation/troubleshoot/wifi"
}
}
}

View File

@@ -5,8 +5,8 @@
"permalink": "/documentation/category/tutorial---basics",
"navigation": {
"previous": {
"title": "System Requirements",
"permalink": "/documentation/before_installation/system_requirements"
"title": "Internet Connection",
"permalink": "/documentation/before_installation/internet_connection"
},
"next": {
"title": "Create a Page",

View File

@@ -4,8 +4,8 @@
"permalink": "/documentation/category/tutorial---extras",
"navigation": {
"previous": {
"title": "Congratulations!",
"permalink": "/documentation/tutorial-basics/congratulations"
"title": "Make Bootable USB",
"permalink": "/documentation/installation/making_bootable_usb"
},
"next": {
"title": "Manage Docs Versions",

View File

@@ -0,0 +1,16 @@
{
"title": "User Guide",
"description": "User Manual",
"slug": "/category/user-guide",
"permalink": "/documentation/category/user-guide",
"navigation": {
"previous": {
"title": "Install Packages",
"permalink": "/documentation/post_installation/install_packages"
},
"next": {
"title": "Cheetsheet/Shortcuts",
"permalink": "/documentation/user_guide/cheetsheet"
}
}
}

View File

@@ -0,0 +1,27 @@
{
"id": "before_installation/imporatnt_notes",
"title": "Important Notes",
"description": "",
"source": "@site/docs/before_installation/imporatnt_notes.md",
"sourceDirName": "before_installation",
"slug": "/before_installation/imporatnt_notes",
"permalink": "/documentation/before_installation/imporatnt_notes",
"draft": false,
"unlisted": false,
"editUrl": "https://github.com/Snigdha-OS/documentation/tree/master/docs/before_installation/imporatnt_notes.md",
"tags": [],
"version": "current",
"sidebarPosition": 2,
"frontMatter": {
"sidebar_position": 2
},
"sidebar": "tutorialSidebar",
"previous": {
"title": "System Requirements",
"permalink": "/documentation/before_installation/system_requirements"
},
"next": {
"title": "Internet Connection",
"permalink": "/documentation/before_installation/internet_connection"
}
}

View File

@@ -0,0 +1,27 @@
{
"id": "before_installation/internet_connection",
"title": "Internet Connection",
"description": "",
"source": "@site/docs/before_installation/internet_connection.md",
"sourceDirName": "before_installation",
"slug": "/before_installation/internet_connection",
"permalink": "/documentation/before_installation/internet_connection",
"draft": false,
"unlisted": false,
"editUrl": "https://github.com/Snigdha-OS/documentation/tree/master/docs/before_installation/internet_connection.md",
"tags": [],
"version": "current",
"sidebarPosition": 3,
"frontMatter": {
"sidebar_position": 3
},
"sidebar": "tutorialSidebar",
"previous": {
"title": "Important Notes",
"permalink": "/documentation/before_installation/imporatnt_notes"
},
"next": {
"title": "Installation",
"permalink": "/documentation/category/installation"
}
}

View File

@@ -21,7 +21,7 @@
"permalink": "/documentation/category/before-installation"
},
"next": {
"title": "Tutorial - Basics",
"permalink": "/documentation/category/tutorial---basics"
"title": "Important Notes",
"permalink": "/documentation/before_installation/imporatnt_notes"
}
}

View File

@@ -0,0 +1,27 @@
{
"id": "dev_guide/build_source",
"title": "Build From Source",
"description": "",
"source": "@site/docs/dev_guide/build_source.md",
"sourceDirName": "dev_guide",
"slug": "/dev_guide/build_source",
"permalink": "/documentation/dev_guide/build_source",
"draft": false,
"unlisted": false,
"editUrl": "https://github.com/Snigdha-OS/documentation/tree/master/docs/dev_guide/build_source.md",
"tags": [],
"version": "current",
"sidebarPosition": 3,
"frontMatter": {
"sidebar_position": 3
},
"sidebar": "tutorialSidebar",
"previous": {
"title": "Document Translation",
"permalink": "/documentation/dev_guide/docs_translate"
},
"next": {
"title": "PKGBUILD",
"permalink": "/documentation/dev_guide/pkgbuild"
}
}

View File

@@ -0,0 +1,23 @@
{
"id": "dev_guide/deploy_packages",
"title": "Deploy Package",
"description": "",
"source": "@site/docs/dev_guide/deploy_packages.md",
"sourceDirName": "dev_guide",
"slug": "/dev_guide/deploy_packages",
"permalink": "/documentation/dev_guide/deploy_packages",
"draft": false,
"unlisted": false,
"editUrl": "https://github.com/Snigdha-OS/documentation/tree/master/docs/dev_guide/deploy_packages.md",
"tags": [],
"version": "current",
"sidebarPosition": 6,
"frontMatter": {
"sidebar_position": 6
},
"sidebar": "tutorialSidebar",
"previous": {
"title": "GPG Key",
"permalink": "/documentation/dev_guide/gpg_key"
}
}

View File

@@ -0,0 +1,27 @@
{
"id": "dev_guide/docs_translate",
"title": "Document Translation",
"description": "",
"source": "@site/docs/dev_guide/docs_translate.md",
"sourceDirName": "dev_guide",
"slug": "/dev_guide/docs_translate",
"permalink": "/documentation/dev_guide/docs_translate",
"draft": false,
"unlisted": false,
"editUrl": "https://github.com/Snigdha-OS/documentation/tree/master/docs/dev_guide/docs_translate.md",
"tags": [],
"version": "current",
"sidebarPosition": 2,
"frontMatter": {
"sidebar_position": 2
},
"sidebar": "tutorialSidebar",
"previous": {
"title": "Write Documentation",
"permalink": "/documentation/dev_guide/write"
},
"next": {
"title": "Build From Source",
"permalink": "/documentation/dev_guide/build_source"
}
}

View File

@@ -0,0 +1,27 @@
{
"id": "dev_guide/gpg_key",
"title": "GPG Key",
"description": "",
"source": "@site/docs/dev_guide/gpg_key.md",
"sourceDirName": "dev_guide",
"slug": "/dev_guide/gpg_key",
"permalink": "/documentation/dev_guide/gpg_key",
"draft": false,
"unlisted": false,
"editUrl": "https://github.com/Snigdha-OS/documentation/tree/master/docs/dev_guide/gpg_key.md",
"tags": [],
"version": "current",
"sidebarPosition": 5,
"frontMatter": {
"sidebar_position": 5
},
"sidebar": "tutorialSidebar",
"previous": {
"title": "PKGBUILD",
"permalink": "/documentation/dev_guide/pkgbuild"
},
"next": {
"title": "Deploy Package",
"permalink": "/documentation/dev_guide/deploy_packages"
}
}

View File

@@ -0,0 +1,27 @@
{
"id": "dev_guide/help",
"title": "Help Us to Build",
"description": "",
"source": "@site/docs/dev_guide/help.md",
"sourceDirName": "dev_guide",
"slug": "/dev_guide/help",
"permalink": "/documentation/dev_guide/help",
"draft": false,
"unlisted": false,
"editUrl": "https://github.com/Snigdha-OS/documentation/tree/master/docs/dev_guide/help.md",
"tags": [],
"version": "current",
"sidebarPosition": 1,
"frontMatter": {
"sidebar_position": 1
},
"sidebar": "tutorialSidebar",
"previous": {
"title": "Developers Guide",
"permalink": "/documentation/category/developers-guide"
},
"next": {
"title": "Write Documentation",
"permalink": "/documentation/dev_guide/write"
}
}

View File

@@ -0,0 +1,27 @@
{
"id": "dev_guide/pkgbuild",
"title": "PKGBUILD",
"description": "",
"source": "@site/docs/dev_guide/pkgbuild.md",
"sourceDirName": "dev_guide",
"slug": "/dev_guide/pkgbuild",
"permalink": "/documentation/dev_guide/pkgbuild",
"draft": false,
"unlisted": false,
"editUrl": "https://github.com/Snigdha-OS/documentation/tree/master/docs/dev_guide/pkgbuild.md",
"tags": [],
"version": "current",
"sidebarPosition": 4,
"frontMatter": {
"sidebar_position": 4
},
"sidebar": "tutorialSidebar",
"previous": {
"title": "Build From Source",
"permalink": "/documentation/dev_guide/build_source"
},
"next": {
"title": "GPG Key",
"permalink": "/documentation/dev_guide/gpg_key"
}
}

View File

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

View File

@@ -0,0 +1,27 @@
{
"id": "installation/download_snigdha_os",
"title": "Download Snigdha OS",
"description": "",
"source": "@site/docs/installation/download_snigdha_os.md",
"sourceDirName": "installation",
"slug": "/installation/download_snigdha_os",
"permalink": "/documentation/installation/download_snigdha_os",
"draft": false,
"unlisted": false,
"editUrl": "https://github.com/Snigdha-OS/documentation/tree/master/docs/installation/download_snigdha_os.md",
"tags": [],
"version": "current",
"sidebarPosition": 1,
"frontMatter": {
"sidebar_position": 1
},
"sidebar": "tutorialSidebar",
"previous": {
"title": "Installation",
"permalink": "/documentation/category/installation"
},
"next": {
"title": "Make Bootable USB",
"permalink": "/documentation/installation/making_bootable_usb"
}
}

View File

@@ -0,0 +1,27 @@
{
"id": "installation/live_env",
"title": "Live Environment",
"description": "",
"source": "@site/docs/installation/live_env.md",
"sourceDirName": "installation",
"slug": "/installation/live_env",
"permalink": "/documentation/installation/live_env",
"draft": false,
"unlisted": false,
"editUrl": "https://github.com/Snigdha-OS/documentation/tree/master/docs/installation/live_env.md",
"tags": [],
"version": "current",
"sidebarPosition": 3,
"frontMatter": {
"sidebar_position": 3
},
"sidebar": "tutorialSidebar",
"previous": {
"title": "Make Bootable USB",
"permalink": "/documentation/installation/making_bootable_usb"
},
"next": {
"title": "Offline Installation",
"permalink": "/documentation/installation/offline_install"
}
}

View File

@@ -0,0 +1,27 @@
{
"id": "installation/making_bootable_usb",
"title": "Make Bootable USB",
"description": "",
"source": "@site/docs/installation/making_bootable_usb.md",
"sourceDirName": "installation",
"slug": "/installation/making_bootable_usb",
"permalink": "/documentation/installation/making_bootable_usb",
"draft": false,
"unlisted": false,
"editUrl": "https://github.com/Snigdha-OS/documentation/tree/master/docs/installation/making_bootable_usb.md",
"tags": [],
"version": "current",
"sidebarPosition": 2,
"frontMatter": {
"sidebar_position": 2
},
"sidebar": "tutorialSidebar",
"previous": {
"title": "Download Snigdha OS",
"permalink": "/documentation/installation/download_snigdha_os"
},
"next": {
"title": "Live Environment",
"permalink": "/documentation/installation/live_env"
}
}

View File

@@ -0,0 +1,27 @@
{
"id": "installation/offline_install",
"title": "Offline Installation",
"description": "",
"source": "@site/docs/installation/offline_install.md",
"sourceDirName": "installation",
"slug": "/installation/offline_install",
"permalink": "/documentation/installation/offline_install",
"draft": false,
"unlisted": false,
"editUrl": "https://github.com/Snigdha-OS/documentation/tree/master/docs/installation/offline_install.md",
"tags": [],
"version": "current",
"sidebarPosition": 4,
"frontMatter": {
"sidebar_position": 4
},
"sidebar": "tutorialSidebar",
"previous": {
"title": "Live Environment",
"permalink": "/documentation/installation/live_env"
},
"next": {
"title": "Online Installation",
"permalink": "/documentation/installation/online_install"
}
}

View File

@@ -0,0 +1,27 @@
{
"id": "installation/online_install",
"title": "Online Installation",
"description": "",
"source": "@site/docs/installation/online_install.md",
"sourceDirName": "installation",
"slug": "/installation/online_install",
"permalink": "/documentation/installation/online_install",
"draft": false,
"unlisted": false,
"editUrl": "https://github.com/Snigdha-OS/documentation/tree/master/docs/installation/online_install.md",
"tags": [],
"version": "current",
"sidebarPosition": 5,
"frontMatter": {
"sidebar_position": 5
},
"sidebar": "tutorialSidebar",
"previous": {
"title": "Offline Installation",
"permalink": "/documentation/installation/offline_install"
},
"next": {
"title": "Install Snigdha OS",
"permalink": "/documentation/installation/start_installation"
}
}

View File

@@ -0,0 +1,20 @@
{
"id": "installation/online_installation",
"title": "online_installation",
"description": "",
"source": "@site/docs/installation/online_installation.md",
"sourceDirName": "installation",
"slug": "/installation/online_installation",
"permalink": "/documentation/installation/online_installation",
"draft": false,
"unlisted": false,
"editUrl": "https://github.com/Snigdha-OS/documentation/tree/master/docs/installation/online_installation.md",
"tags": [],
"version": "current",
"frontMatter": {},
"sidebar": "tutorialSidebar",
"previous": {
"title": "Install Snigdha OS",
"permalink": "/documentation/installation/start_installation"
}
}

View File

@@ -0,0 +1,27 @@
{
"id": "installation/start_installation",
"title": "Install Snigdha OS",
"description": "",
"source": "@site/docs/installation/start_installation.md",
"sourceDirName": "installation",
"slug": "/installation/start_installation",
"permalink": "/documentation/installation/start_installation",
"draft": false,
"unlisted": false,
"editUrl": "https://github.com/Snigdha-OS/documentation/tree/master/docs/installation/start_installation.md",
"tags": [],
"version": "current",
"sidebarPosition": 6,
"frontMatter": {
"sidebar_position": 6
},
"sidebar": "tutorialSidebar",
"previous": {
"title": "Online Installation",
"permalink": "/documentation/installation/online_install"
},
"next": {
"title": "Virtualbox",
"permalink": "/documentation/installation/virtualbox_installation"
}
}

View File

@@ -0,0 +1,27 @@
{
"id": "installation/virtualbox_installation",
"title": "Virtualbox",
"description": "",
"source": "@site/docs/installation/virtualbox_installation.md",
"sourceDirName": "installation",
"slug": "/installation/virtualbox_installation",
"permalink": "/documentation/installation/virtualbox_installation",
"draft": false,
"unlisted": false,
"editUrl": "https://github.com/Snigdha-OS/documentation/tree/master/docs/installation/virtualbox_installation.md",
"tags": [],
"version": "current",
"sidebarPosition": 7,
"frontMatter": {
"sidebar_position": 7
},
"sidebar": "tutorialSidebar",
"previous": {
"title": "Install Snigdha OS",
"permalink": "/documentation/installation/start_installation"
},
"next": {
"title": "Post Installation",
"permalink": "/documentation/category/post-installation"
}
}

View File

@@ -0,0 +1,27 @@
{
"id": "introduction/code_of_conduct",
"title": "Code Of Conduct",
"description": "",
"source": "@site/docs/introduction/code_of_conduct.md",
"sourceDirName": "introduction",
"slug": "/introduction/code_of_conduct",
"permalink": "/documentation/introduction/code_of_conduct",
"draft": false,
"unlisted": false,
"editUrl": "https://github.com/Snigdha-OS/documentation/tree/master/docs/introduction/code_of_conduct.md",
"tags": [],
"version": "current",
"sidebarPosition": 3,
"frontMatter": {
"sidebar_position": 3
},
"sidebar": "tutorialSidebar",
"previous": {
"title": "Inspiration",
"permalink": "/documentation/introduction/inspiration"
},
"next": {
"title": "Release Notes",
"permalink": "/documentation/introduction/release_notes"
}
}

View File

@@ -0,0 +1,24 @@
{
"id": "introduction/code_of_conducts",
"title": "code_of_conducts",
"description": "",
"source": "@site/docs/introduction/code_of_conducts.md",
"sourceDirName": "introduction",
"slug": "/introduction/code_of_conducts",
"permalink": "/documentation/introduction/code_of_conducts",
"draft": false,
"unlisted": false,
"editUrl": "https://github.com/Snigdha-OS/documentation/tree/master/docs/introduction/code_of_conducts.md",
"tags": [],
"version": "current",
"frontMatter": {},
"sidebar": "tutorialSidebar",
"previous": {
"title": "Inspiration",
"permalink": "/documentation/introduction/inspiration"
},
"next": {
"title": "Before Installation",
"permalink": "/documentation/category/before-installation"
}
}

View File

@@ -0,0 +1,27 @@
{
"id": "introduction/faqs",
"title": "Frequently Asked",
"description": "",
"source": "@site/docs/introduction/faqs.md",
"sourceDirName": "introduction",
"slug": "/introduction/faqs",
"permalink": "/documentation/introduction/faqs",
"draft": false,
"unlisted": false,
"editUrl": "https://github.com/Snigdha-OS/documentation/tree/master/docs/introduction/faqs.md",
"tags": [],
"version": "current",
"sidebarPosition": 6,
"frontMatter": {
"sidebar_position": 6
},
"sidebar": "tutorialSidebar",
"previous": {
"title": "Reporting Bugs",
"permalink": "/documentation/introduction/reporting_bugs"
},
"next": {
"title": "Before Installation",
"permalink": "/documentation/category/before-installation"
}
}

View File

@@ -0,0 +1,27 @@
{
"id": "introduction/inspiration",
"title": "Inspiration",
"description": "",
"source": "@site/docs/introduction/inspiration.md",
"sourceDirName": "introduction",
"slug": "/introduction/inspiration",
"permalink": "/documentation/introduction/inspiration",
"draft": false,
"unlisted": false,
"editUrl": "https://github.com/Snigdha-OS/documentation/tree/master/docs/introduction/inspiration.md",
"tags": [],
"version": "current",
"sidebarPosition": 2,
"frontMatter": {
"sidebar_position": 2
},
"sidebar": "tutorialSidebar",
"previous": {
"title": "Introduction",
"permalink": "/documentation/"
},
"next": {
"title": "Code Of Conduct",
"permalink": "/documentation/introduction/code_of_conduct"
}
}

View File

@@ -22,7 +22,7 @@
"permalink": "/documentation/category/introduction"
},
"next": {
"title": "Before Installation",
"permalink": "/documentation/category/before-installation"
"title": "Inspiration",
"permalink": "/documentation/introduction/inspiration"
}
}

View File

@@ -0,0 +1,27 @@
{
"id": "introduction/release_notes",
"title": "Release Notes",
"description": "",
"source": "@site/docs/introduction/release_notes.md",
"sourceDirName": "introduction",
"slug": "/introduction/release_notes",
"permalink": "/documentation/introduction/release_notes",
"draft": false,
"unlisted": false,
"editUrl": "https://github.com/Snigdha-OS/documentation/tree/master/docs/introduction/release_notes.md",
"tags": [],
"version": "current",
"sidebarPosition": 4,
"frontMatter": {
"sidebar_position": 4
},
"sidebar": "tutorialSidebar",
"previous": {
"title": "Code Of Conduct",
"permalink": "/documentation/introduction/code_of_conduct"
},
"next": {
"title": "Reporting Bugs",
"permalink": "/documentation/introduction/reporting_bugs"
}
}

View File

@@ -0,0 +1,27 @@
{
"id": "introduction/reporting_bugs",
"title": "Reporting Bugs",
"description": "",
"source": "@site/docs/introduction/reporting_bugs.md",
"sourceDirName": "introduction",
"slug": "/introduction/reporting_bugs",
"permalink": "/documentation/introduction/reporting_bugs",
"draft": false,
"unlisted": false,
"editUrl": "https://github.com/Snigdha-OS/documentation/tree/master/docs/introduction/reporting_bugs.md",
"tags": [],
"version": "current",
"sidebarPosition": 5,
"frontMatter": {
"sidebar_position": 5
},
"sidebar": "tutorialSidebar",
"previous": {
"title": "Release Notes",
"permalink": "/documentation/introduction/release_notes"
},
"next": {
"title": "Frequently Asked",
"permalink": "/documentation/introduction/faqs"
}
}

View File

@@ -0,0 +1,27 @@
{
"id": "post_installation/customization",
"title": "Customize Snigdha OS",
"description": "",
"source": "@site/docs/post_installation/customization.md",
"sourceDirName": "post_installation",
"slug": "/post_installation/customization",
"permalink": "/documentation/post_installation/customization",
"draft": false,
"unlisted": false,
"editUrl": "https://github.com/Snigdha-OS/documentation/tree/master/docs/post_installation/customization.md",
"tags": [],
"version": "current",
"sidebarPosition": 3,
"frontMatter": {
"sidebar_position": 3
},
"sidebar": "tutorialSidebar",
"previous": {
"title": "Update Snigdha OS",
"permalink": "/documentation/post_installation/update"
},
"next": {
"title": "Install Packages",
"permalink": "/documentation/post_installation/install_packages"
}
}

View File

@@ -0,0 +1,27 @@
{
"id": "post_installation/install_packages",
"title": "Install Packages",
"description": "",
"source": "@site/docs/post_installation/install_packages.md",
"sourceDirName": "post_installation",
"slug": "/post_installation/install_packages",
"permalink": "/documentation/post_installation/install_packages",
"draft": false,
"unlisted": false,
"editUrl": "https://github.com/Snigdha-OS/documentation/tree/master/docs/post_installation/install_packages.md",
"tags": [],
"version": "current",
"sidebarPosition": 4,
"frontMatter": {
"sidebar_position": 4
},
"sidebar": "tutorialSidebar",
"previous": {
"title": "Customize Snigdha OS",
"permalink": "/documentation/post_installation/customization"
},
"next": {
"title": "User Guide",
"permalink": "/documentation/category/user-guide"
}
}

View File

@@ -0,0 +1,27 @@
{
"id": "post_installation/language",
"title": "Language",
"description": "",
"source": "@site/docs/post_installation/language.md",
"sourceDirName": "post_installation",
"slug": "/post_installation/language",
"permalink": "/documentation/post_installation/language",
"draft": false,
"unlisted": false,
"editUrl": "https://github.com/Snigdha-OS/documentation/tree/master/docs/post_installation/language.md",
"tags": [],
"version": "current",
"sidebarPosition": 1,
"frontMatter": {
"sidebar_position": 1
},
"sidebar": "tutorialSidebar",
"previous": {
"title": "Post Installation",
"permalink": "/documentation/category/post-installation"
},
"next": {
"title": "Update Snigdha OS",
"permalink": "/documentation/post_installation/update"
}
}

View File

@@ -0,0 +1,27 @@
{
"id": "post_installation/update",
"title": "Update Snigdha OS",
"description": "",
"source": "@site/docs/post_installation/update.md",
"sourceDirName": "post_installation",
"slug": "/post_installation/update",
"permalink": "/documentation/post_installation/update",
"draft": false,
"unlisted": false,
"editUrl": "https://github.com/Snigdha-OS/documentation/tree/master/docs/post_installation/update.md",
"tags": [],
"version": "current",
"sidebarPosition": 2,
"frontMatter": {
"sidebar_position": 2
},
"sidebar": "tutorialSidebar",
"previous": {
"title": "Language",
"permalink": "/documentation/post_installation/language"
},
"next": {
"title": "Customize Snigdha OS",
"permalink": "/documentation/post_installation/customization"
}
}

View File

@@ -0,0 +1,27 @@
{
"id": "troubleshoot/bluetooth",
"title": "Troubleshoot: Bluetooth",
"description": "",
"source": "@site/docs/troubleshoot/bluetooth.md",
"sourceDirName": "troubleshoot",
"slug": "/troubleshoot/bluetooth",
"permalink": "/documentation/troubleshoot/bluetooth",
"draft": false,
"unlisted": false,
"editUrl": "https://github.com/Snigdha-OS/documentation/tree/master/docs/troubleshoot/bluetooth.md",
"tags": [],
"version": "current",
"sidebarPosition": 2,
"frontMatter": {
"sidebar_position": 2
},
"sidebar": "tutorialSidebar",
"previous": {
"title": "Troubleshoot: Wifi",
"permalink": "/documentation/troubleshoot/wifi"
},
"next": {
"title": "Troubleshoot: Sound",
"permalink": "/documentation/troubleshoot/sound"
}
}

View File

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

View File

@@ -0,0 +1,27 @@
{
"id": "troubleshoot/sound",
"title": "Troubleshoot: Sound",
"description": "",
"source": "@site/docs/troubleshoot/sound.md",
"sourceDirName": "troubleshoot",
"slug": "/troubleshoot/sound",
"permalink": "/documentation/troubleshoot/sound",
"draft": false,
"unlisted": false,
"editUrl": "https://github.com/Snigdha-OS/documentation/tree/master/docs/troubleshoot/sound.md",
"tags": [],
"version": "current",
"sidebarPosition": 3,
"frontMatter": {
"sidebar_position": 3
},
"sidebar": "tutorialSidebar",
"previous": {
"title": "Troubleshoot: Bluetooth",
"permalink": "/documentation/troubleshoot/bluetooth"
},
"next": {
"title": "Troubleshoot: Display",
"permalink": "/documentation/troubleshoot/display"
}
}

View File

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

View File

@@ -21,7 +21,7 @@
"permalink": "/documentation/tutorial-basics/deploy-your-site"
},
"next": {
"title": "Tutorial - Extras",
"permalink": "/documentation/category/tutorial---extras"
"title": "Installation",
"permalink": "/documentation/category/installation"
}
}

View File

@@ -0,0 +1,27 @@
{
"id": "user_guide/aur",
"title": "Installing with AUR",
"description": "",
"source": "@site/docs/user_guide/aur.md",
"sourceDirName": "user_guide",
"slug": "/user_guide/aur",
"permalink": "/documentation/user_guide/aur",
"draft": false,
"unlisted": false,
"editUrl": "https://github.com/Snigdha-OS/documentation/tree/master/docs/user_guide/aur.md",
"tags": [],
"version": "current",
"sidebarPosition": 2,
"frontMatter": {
"sidebar_position": 2
},
"sidebar": "tutorialSidebar",
"previous": {
"title": "Cheetsheet/Shortcuts",
"permalink": "/documentation/user_guide/cheetsheet"
},
"next": {
"title": "Troubleshoot",
"permalink": "/documentation/category/troubleshoot"
}
}

View File

@@ -0,0 +1,27 @@
{
"id": "user_guide/cheetsheet",
"title": "Cheetsheet/Shortcuts",
"description": "",
"source": "@site/docs/user_guide/cheetsheet.md",
"sourceDirName": "user_guide",
"slug": "/user_guide/cheetsheet",
"permalink": "/documentation/user_guide/cheetsheet",
"draft": false,
"unlisted": false,
"editUrl": "https://github.com/Snigdha-OS/documentation/tree/master/docs/user_guide/cheetsheet.md",
"tags": [],
"version": "current",
"sidebarPosition": 1,
"frontMatter": {
"sidebar_position": 1
},
"sidebar": "tutorialSidebar",
"previous": {
"title": "User Guide",
"permalink": "/documentation/category/user-guide"
},
"next": {
"title": "Installing with AUR",
"permalink": "/documentation/user_guide/aur"
}
}

View File

@@ -21,6 +21,41 @@
"href": "/documentation/",
"docId": "introduction/introduction",
"unlisted": false
},
{
"type": "link",
"label": "Inspiration",
"href": "/documentation/introduction/inspiration",
"docId": "introduction/inspiration",
"unlisted": false
},
{
"type": "link",
"label": "Code Of Conduct",
"href": "/documentation/introduction/code_of_conduct",
"docId": "introduction/code_of_conduct",
"unlisted": false
},
{
"type": "link",
"label": "Release Notes",
"href": "/documentation/introduction/release_notes",
"docId": "introduction/release_notes",
"unlisted": false
},
{
"type": "link",
"label": "Reporting Bugs",
"href": "/documentation/introduction/reporting_bugs",
"docId": "introduction/reporting_bugs",
"unlisted": false
},
{
"type": "link",
"label": "Frequently Asked",
"href": "/documentation/introduction/faqs",
"docId": "introduction/faqs",
"unlisted": false
}
],
"href": "/documentation/category/introduction"
@@ -37,145 +72,423 @@
"href": "/documentation/before_installation/system_requirements",
"docId": "before_installation/system_requirements",
"unlisted": false
},
{
"type": "link",
"label": "Important Notes",
"href": "/documentation/before_installation/imporatnt_notes",
"docId": "before_installation/imporatnt_notes",
"unlisted": false
},
{
"type": "link",
"label": "Internet Connection",
"href": "/documentation/before_installation/internet_connection",
"docId": "before_installation/internet_connection",
"unlisted": false
}
],
"href": "/documentation/category/before-installation"
},
{
"type": "category",
"label": "Tutorial - Basics",
"label": "Installation",
"collapsible": true,
"collapsed": true,
"items": [
{
"type": "link",
"label": "Create a Page",
"href": "/documentation/tutorial-basics/create-a-page",
"docId": "tutorial-basics/create-a-page",
"label": "Download Snigdha OS",
"href": "/documentation/installation/download_snigdha_os",
"docId": "installation/download_snigdha_os",
"unlisted": false
},
{
"type": "link",
"label": "Create a Document",
"href": "/documentation/tutorial-basics/create-a-document",
"docId": "tutorial-basics/create-a-document",
"label": "Make Bootable USB",
"href": "/documentation/installation/making_bootable_usb",
"docId": "installation/making_bootable_usb",
"unlisted": false
},
{
"type": "link",
"label": "Create a Blog Post",
"href": "/documentation/tutorial-basics/create-a-blog-post",
"docId": "tutorial-basics/create-a-blog-post",
"label": "Live Environment",
"href": "/documentation/installation/live_env",
"docId": "installation/live_env",
"unlisted": false
},
{
"type": "link",
"label": "Markdown Features",
"href": "/documentation/tutorial-basics/markdown-features",
"docId": "tutorial-basics/markdown-features",
"label": "Offline Installation",
"href": "/documentation/installation/offline_install",
"docId": "installation/offline_install",
"unlisted": false
},
{
"type": "link",
"label": "Deploy your site",
"href": "/documentation/tutorial-basics/deploy-your-site",
"docId": "tutorial-basics/deploy-your-site",
"label": "Online Installation",
"href": "/documentation/installation/online_install",
"docId": "installation/online_install",
"unlisted": false
},
{
"type": "link",
"label": "Congratulations!",
"href": "/documentation/tutorial-basics/congratulations",
"docId": "tutorial-basics/congratulations",
"label": "Install Snigdha OS",
"href": "/documentation/installation/start_installation",
"docId": "installation/start_installation",
"unlisted": false
},
{
"type": "link",
"label": "Virtualbox",
"href": "/documentation/installation/virtualbox_installation",
"docId": "installation/virtualbox_installation",
"unlisted": false
}
],
"href": "/documentation/category/tutorial---basics"
"href": "/documentation/category/installation"
},
{
"type": "category",
"label": "Tutorial - Extras",
"label": "Post Installation",
"collapsible": true,
"collapsed": true,
"items": [
{
"type": "link",
"label": "Manage Docs Versions",
"href": "/documentation/tutorial-extras/manage-docs-versions",
"docId": "tutorial-extras/manage-docs-versions",
"label": "Language",
"href": "/documentation/post_installation/language",
"docId": "post_installation/language",
"unlisted": false
},
{
"type": "link",
"label": "Translate your site",
"href": "/documentation/tutorial-extras/translate-your-site",
"docId": "tutorial-extras/translate-your-site",
"label": "Update Snigdha OS",
"href": "/documentation/post_installation/update",
"docId": "post_installation/update",
"unlisted": false
},
{
"type": "link",
"label": "Customize Snigdha OS",
"href": "/documentation/post_installation/customization",
"docId": "post_installation/customization",
"unlisted": false
},
{
"type": "link",
"label": "Install Packages",
"href": "/documentation/post_installation/install_packages",
"docId": "post_installation/install_packages",
"unlisted": false
}
],
"href": "/documentation/category/tutorial---extras"
"href": "/documentation/category/post-installation"
},
{
"type": "category",
"label": "User Guide",
"collapsible": true,
"collapsed": true,
"items": [
{
"type": "link",
"label": "Cheetsheet/Shortcuts",
"href": "/documentation/user_guide/cheetsheet",
"docId": "user_guide/cheetsheet",
"unlisted": false
},
{
"type": "link",
"label": "Installing with AUR",
"href": "/documentation/user_guide/aur",
"docId": "user_guide/aur",
"unlisted": false
}
],
"href": "/documentation/category/user-guide"
},
{
"type": "category",
"label": "Troubleshoot",
"collapsible": true,
"collapsed": true,
"items": [
{
"type": "link",
"label": "Troubleshoot: Wifi",
"href": "/documentation/troubleshoot/wifi",
"docId": "troubleshoot/wifi",
"unlisted": false
},
{
"type": "link",
"label": "Troubleshoot: Bluetooth",
"href": "/documentation/troubleshoot/bluetooth",
"docId": "troubleshoot/bluetooth",
"unlisted": false
},
{
"type": "link",
"label": "Troubleshoot: Sound",
"href": "/documentation/troubleshoot/sound",
"docId": "troubleshoot/sound",
"unlisted": false
},
{
"type": "link",
"label": "Troubleshoot: Display",
"href": "/documentation/troubleshoot/display",
"docId": "troubleshoot/display",
"unlisted": false
}
],
"href": "/documentation/category/troubleshoot"
},
{
"type": "category",
"label": "Developers Guide",
"collapsible": true,
"collapsed": true,
"items": [
{
"type": "link",
"label": "Write Documentation",
"href": "/documentation/dev_guide/write",
"docId": "dev_guide/write",
"unlisted": false
},
{
"type": "link",
"label": "Document Translation",
"href": "/documentation/dev_guide/docs_translate",
"docId": "dev_guide/docs_translate",
"unlisted": false
},
{
"type": "link",
"label": "Build From Source",
"href": "/documentation/dev_guide/build_source",
"docId": "dev_guide/build_source",
"unlisted": false
},
{
"type": "link",
"label": "PKGBUILD",
"href": "/documentation/dev_guide/pkgbuild",
"docId": "dev_guide/pkgbuild",
"unlisted": false
},
{
"type": "link",
"label": "GPG Key",
"href": "/documentation/dev_guide/gpg_key",
"docId": "dev_guide/gpg_key",
"unlisted": false
},
{
"type": "link",
"label": "Deploy Package",
"href": "/documentation/dev_guide/deploy_packages",
"docId": "dev_guide/deploy_packages",
"unlisted": false
}
],
"href": "/documentation/category/developers-guide"
}
]
},
"docs": {
"before_installation/imporatnt_notes": {
"id": "before_installation/imporatnt_notes",
"title": "Important Notes",
"description": "",
"sidebar": "tutorialSidebar"
},
"before_installation/internet_connection": {
"id": "before_installation/internet_connection",
"title": "Internet Connection",
"description": "",
"sidebar": "tutorialSidebar"
},
"before_installation/system_requirements": {
"id": "before_installation/system_requirements",
"title": "System Requirements",
"description": "",
"sidebar": "tutorialSidebar"
},
"dev_guide/build_source": {
"id": "dev_guide/build_source",
"title": "Build From Source",
"description": "",
"sidebar": "tutorialSidebar"
},
"dev_guide/deploy_packages": {
"id": "dev_guide/deploy_packages",
"title": "Deploy Package",
"description": "",
"sidebar": "tutorialSidebar"
},
"dev_guide/docs_translate": {
"id": "dev_guide/docs_translate",
"title": "Document Translation",
"description": "",
"sidebar": "tutorialSidebar"
},
"dev_guide/gpg_key": {
"id": "dev_guide/gpg_key",
"title": "GPG Key",
"description": "",
"sidebar": "tutorialSidebar"
},
"dev_guide/pkgbuild": {
"id": "dev_guide/pkgbuild",
"title": "PKGBUILD",
"description": "",
"sidebar": "tutorialSidebar"
},
"dev_guide/write": {
"id": "dev_guide/write",
"title": "Write Documentation",
"description": "",
"sidebar": "tutorialSidebar"
},
"installation/download_snigdha_os": {
"id": "installation/download_snigdha_os",
"title": "Download Snigdha OS",
"description": "",
"sidebar": "tutorialSidebar"
},
"installation/live_env": {
"id": "installation/live_env",
"title": "Live Environment",
"description": "",
"sidebar": "tutorialSidebar"
},
"installation/making_bootable_usb": {
"id": "installation/making_bootable_usb",
"title": "Make Bootable USB",
"description": "",
"sidebar": "tutorialSidebar"
},
"installation/offline_install": {
"id": "installation/offline_install",
"title": "Offline Installation",
"description": "",
"sidebar": "tutorialSidebar"
},
"installation/online_install": {
"id": "installation/online_install",
"title": "Online Installation",
"description": "",
"sidebar": "tutorialSidebar"
},
"installation/start_installation": {
"id": "installation/start_installation",
"title": "Install Snigdha OS",
"description": "",
"sidebar": "tutorialSidebar"
},
"installation/virtualbox_installation": {
"id": "installation/virtualbox_installation",
"title": "Virtualbox",
"description": "",
"sidebar": "tutorialSidebar"
},
"introduction/code_of_conduct": {
"id": "introduction/code_of_conduct",
"title": "Code Of Conduct",
"description": "",
"sidebar": "tutorialSidebar"
},
"introduction/faqs": {
"id": "introduction/faqs",
"title": "Frequently Asked",
"description": "",
"sidebar": "tutorialSidebar"
},
"introduction/inspiration": {
"id": "introduction/inspiration",
"title": "Inspiration",
"description": "",
"sidebar": "tutorialSidebar"
},
"introduction/introduction": {
"id": "introduction/introduction",
"title": "Introduction",
"description": "Let's discover Docusaurus in less than 5 minutes.",
"sidebar": "tutorialSidebar"
},
"tutorial-basics/congratulations": {
"id": "tutorial-basics/congratulations",
"title": "Congratulations!",
"description": "You have just learned the basics of Docusaurus and made some changes to the initial template.",
"introduction/release_notes": {
"id": "introduction/release_notes",
"title": "Release Notes",
"description": "",
"sidebar": "tutorialSidebar"
},
"tutorial-basics/create-a-blog-post": {
"id": "tutorial-basics/create-a-blog-post",
"title": "Create a Blog Post",
"description": "Docusaurus creates a page for each blog post, but also a blog index page, a tag system, an RSS feed...",
"introduction/reporting_bugs": {
"id": "introduction/reporting_bugs",
"title": "Reporting Bugs",
"description": "",
"sidebar": "tutorialSidebar"
},
"tutorial-basics/create-a-document": {
"id": "tutorial-basics/create-a-document",
"title": "Create a Document",
"description": "Documents are groups of pages connected through:",
"post_installation/customization": {
"id": "post_installation/customization",
"title": "Customize Snigdha OS",
"description": "",
"sidebar": "tutorialSidebar"
},
"tutorial-basics/create-a-page": {
"id": "tutorial-basics/create-a-page",
"title": "Create a Page",
"description": "Add Markdown or React files to src/pages to create a standalone page:",
"post_installation/install_packages": {
"id": "post_installation/install_packages",
"title": "Install Packages",
"description": "",
"sidebar": "tutorialSidebar"
},
"tutorial-basics/deploy-your-site": {
"id": "tutorial-basics/deploy-your-site",
"title": "Deploy your site",
"description": "Docusaurus is a static-site-generator (also called Jamstack).",
"post_installation/language": {
"id": "post_installation/language",
"title": "Language",
"description": "",
"sidebar": "tutorialSidebar"
},
"tutorial-basics/markdown-features": {
"id": "tutorial-basics/markdown-features",
"title": "Markdown Features",
"description": "Docusaurus supports Markdown and a few additional features.",
"post_installation/update": {
"id": "post_installation/update",
"title": "Update Snigdha OS",
"description": "",
"sidebar": "tutorialSidebar"
},
"tutorial-extras/manage-docs-versions": {
"id": "tutorial-extras/manage-docs-versions",
"title": "Manage Docs Versions",
"description": "Docusaurus can manage multiple versions of your docs.",
"troubleshoot/bluetooth": {
"id": "troubleshoot/bluetooth",
"title": "Troubleshoot: Bluetooth",
"description": "",
"sidebar": "tutorialSidebar"
},
"tutorial-extras/translate-your-site": {
"id": "tutorial-extras/translate-your-site",
"title": "Translate your site",
"description": "Let's translate docs/intro.md to French.",
"troubleshoot/display": {
"id": "troubleshoot/display",
"title": "Troubleshoot: Display",
"description": "",
"sidebar": "tutorialSidebar"
},
"troubleshoot/sound": {
"id": "troubleshoot/sound",
"title": "Troubleshoot: Sound",
"description": "",
"sidebar": "tutorialSidebar"
},
"troubleshoot/wifi": {
"id": "troubleshoot/wifi",
"title": "Troubleshoot: Wifi",
"description": "",
"sidebar": "tutorialSidebar"
},
"user_guide/aur": {
"id": "user_guide/aur",
"title": "Installing with AUR",
"description": "",
"sidebar": "tutorialSidebar"
},
"user_guide/cheetsheet": {
"id": "user_guide/cheetsheet",
"title": "Cheetsheet/Shortcuts",
"description": "",
"sidebar": "tutorialSidebar"
}
}