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"
}
}

View File

@@ -10,54 +10,164 @@
"path": "/documentation/",
"mainDocId": "introduction/introduction",
"docs": [
{
"id": "before_installation/imporatnt_notes",
"path": "/documentation/before_installation/imporatnt_notes",
"sidebar": "tutorialSidebar"
},
{
"id": "before_installation/internet_connection",
"path": "/documentation/before_installation/internet_connection",
"sidebar": "tutorialSidebar"
},
{
"id": "before_installation/system_requirements",
"path": "/documentation/before_installation/system_requirements",
"sidebar": "tutorialSidebar"
},
{
"id": "dev_guide/build_source",
"path": "/documentation/dev_guide/build_source",
"sidebar": "tutorialSidebar"
},
{
"id": "dev_guide/deploy_packages",
"path": "/documentation/dev_guide/deploy_packages",
"sidebar": "tutorialSidebar"
},
{
"id": "dev_guide/docs_translate",
"path": "/documentation/dev_guide/docs_translate",
"sidebar": "tutorialSidebar"
},
{
"id": "dev_guide/gpg_key",
"path": "/documentation/dev_guide/gpg_key",
"sidebar": "tutorialSidebar"
},
{
"id": "dev_guide/pkgbuild",
"path": "/documentation/dev_guide/pkgbuild",
"sidebar": "tutorialSidebar"
},
{
"id": "dev_guide/write",
"path": "/documentation/dev_guide/write",
"sidebar": "tutorialSidebar"
},
{
"id": "installation/download_snigdha_os",
"path": "/documentation/installation/download_snigdha_os",
"sidebar": "tutorialSidebar"
},
{
"id": "installation/live_env",
"path": "/documentation/installation/live_env",
"sidebar": "tutorialSidebar"
},
{
"id": "installation/making_bootable_usb",
"path": "/documentation/installation/making_bootable_usb",
"sidebar": "tutorialSidebar"
},
{
"id": "installation/offline_install",
"path": "/documentation/installation/offline_install",
"sidebar": "tutorialSidebar"
},
{
"id": "installation/online_install",
"path": "/documentation/installation/online_install",
"sidebar": "tutorialSidebar"
},
{
"id": "installation/start_installation",
"path": "/documentation/installation/start_installation",
"sidebar": "tutorialSidebar"
},
{
"id": "installation/virtualbox_installation",
"path": "/documentation/installation/virtualbox_installation",
"sidebar": "tutorialSidebar"
},
{
"id": "introduction/code_of_conduct",
"path": "/documentation/introduction/code_of_conduct",
"sidebar": "tutorialSidebar"
},
{
"id": "introduction/faqs",
"path": "/documentation/introduction/faqs",
"sidebar": "tutorialSidebar"
},
{
"id": "introduction/inspiration",
"path": "/documentation/introduction/inspiration",
"sidebar": "tutorialSidebar"
},
{
"id": "introduction/introduction",
"path": "/documentation/",
"sidebar": "tutorialSidebar"
},
{
"id": "tutorial-basics/congratulations",
"path": "/documentation/tutorial-basics/congratulations",
"id": "introduction/release_notes",
"path": "/documentation/introduction/release_notes",
"sidebar": "tutorialSidebar"
},
{
"id": "tutorial-basics/create-a-blog-post",
"path": "/documentation/tutorial-basics/create-a-blog-post",
"id": "introduction/reporting_bugs",
"path": "/documentation/introduction/reporting_bugs",
"sidebar": "tutorialSidebar"
},
{
"id": "tutorial-basics/create-a-document",
"path": "/documentation/tutorial-basics/create-a-document",
"id": "post_installation/customization",
"path": "/documentation/post_installation/customization",
"sidebar": "tutorialSidebar"
},
{
"id": "tutorial-basics/create-a-page",
"path": "/documentation/tutorial-basics/create-a-page",
"id": "post_installation/install_packages",
"path": "/documentation/post_installation/install_packages",
"sidebar": "tutorialSidebar"
},
{
"id": "tutorial-basics/deploy-your-site",
"path": "/documentation/tutorial-basics/deploy-your-site",
"id": "post_installation/language",
"path": "/documentation/post_installation/language",
"sidebar": "tutorialSidebar"
},
{
"id": "tutorial-basics/markdown-features",
"path": "/documentation/tutorial-basics/markdown-features",
"id": "post_installation/update",
"path": "/documentation/post_installation/update",
"sidebar": "tutorialSidebar"
},
{
"id": "tutorial-extras/manage-docs-versions",
"path": "/documentation/tutorial-extras/manage-docs-versions",
"id": "troubleshoot/bluetooth",
"path": "/documentation/troubleshoot/bluetooth",
"sidebar": "tutorialSidebar"
},
{
"id": "tutorial-extras/translate-your-site",
"path": "/documentation/tutorial-extras/translate-your-site",
"id": "troubleshoot/display",
"path": "/documentation/troubleshoot/display",
"sidebar": "tutorialSidebar"
},
{
"id": "troubleshoot/sound",
"path": "/documentation/troubleshoot/sound",
"sidebar": "tutorialSidebar"
},
{
"id": "troubleshoot/wifi",
"path": "/documentation/troubleshoot/wifi",
"sidebar": "tutorialSidebar"
},
{
"id": "user_guide/aur",
"path": "/documentation/user_guide/aur",
"sidebar": "tutorialSidebar"
},
{
"id": "user_guide/cheetsheet",
"path": "/documentation/user_guide/cheetsheet",
"sidebar": "tutorialSidebar"
},
{
@@ -71,13 +181,28 @@
"sidebar": "tutorialSidebar"
},
{
"id": "/category/tutorial---basics",
"path": "/documentation/category/tutorial---basics",
"id": "/category/installation",
"path": "/documentation/category/installation",
"sidebar": "tutorialSidebar"
},
{
"id": "/category/tutorial---extras",
"path": "/documentation/category/tutorial---extras",
"id": "/category/post-installation",
"path": "/documentation/category/post-installation",
"sidebar": "tutorialSidebar"
},
{
"id": "/category/user-guide",
"path": "/documentation/category/user-guide",
"sidebar": "tutorialSidebar"
},
{
"id": "/category/troubleshoot",
"path": "/documentation/category/troubleshoot",
"sidebar": "tutorialSidebar"
},
{
"id": "/category/developers-guide",
"path": "/documentation/category/developers-guide",
"sidebar": "tutorialSidebar"
}
],

View File

@@ -19,9 +19,14 @@ export default {
"allContent---documentation-docusaurus-debug-content-246-1fc": [() => import(/* webpackChunkName: "allContent---documentation-docusaurus-debug-content-246-1fc" */ "~debug/default/docusaurus-debug-all-content-673.json"), "~debug/default/docusaurus-debug-all-content-673.json", require.resolveWeak("~debug/default/docusaurus-debug-all-content-673.json")],
"archive---documentation-blog-archiveeda-964": [() => import(/* webpackChunkName: "archive---documentation-blog-archiveeda-964" */ "~blog/default/documentation-blog-archive-ece.json"), "~blog/default/documentation-blog-archive-ece.json", require.resolveWeak("~blog/default/documentation-blog-archive-ece.json")],
"categoryGeneratedIndex---documentation-category-before-installation-5-d-6-c35": [() => import(/* webpackChunkName: "categoryGeneratedIndex---documentation-category-before-installation-5-d-6-c35" */ "~docs/default/category-documentation-tutorialsidebar-category-before-installation-bbf.json"), "~docs/default/category-documentation-tutorialsidebar-category-before-installation-bbf.json", require.resolveWeak("~docs/default/category-documentation-tutorialsidebar-category-before-installation-bbf.json")],
"categoryGeneratedIndex---documentation-category-developers-guide-06-e-997": [() => import(/* webpackChunkName: "categoryGeneratedIndex---documentation-category-developers-guide-06-e-997" */ "~docs/default/category-documentation-tutorialsidebar-category-developers-guide-ae5.json"), "~docs/default/category-documentation-tutorialsidebar-category-developers-guide-ae5.json", require.resolveWeak("~docs/default/category-documentation-tutorialsidebar-category-developers-guide-ae5.json")],
"categoryGeneratedIndex---documentation-category-installationb-20-365": [() => import(/* webpackChunkName: "categoryGeneratedIndex---documentation-category-installationb-20-365" */ "~docs/default/category-documentation-tutorialsidebar-category-installation-da6.json"), "~docs/default/category-documentation-tutorialsidebar-category-installation-da6.json", require.resolveWeak("~docs/default/category-documentation-tutorialsidebar-category-installation-da6.json")],
"categoryGeneratedIndex---documentation-category-introductionccd-ede": [() => import(/* webpackChunkName: "categoryGeneratedIndex---documentation-category-introductionccd-ede" */ "~docs/default/category-documentation-tutorialsidebar-category-introduction-344.json"), "~docs/default/category-documentation-tutorialsidebar-category-introduction-344.json", require.resolveWeak("~docs/default/category-documentation-tutorialsidebar-category-introduction-344.json")],
"categoryGeneratedIndex---documentation-category-tutorial-basicscbd-a17": [() => import(/* webpackChunkName: "categoryGeneratedIndex---documentation-category-tutorial-basicscbd-a17" */ "~docs/default/category-documentation-tutorialsidebar-category-tutorial-basics-b13.json"), "~docs/default/category-documentation-tutorialsidebar-category-tutorial-basics-b13.json", require.resolveWeak("~docs/default/category-documentation-tutorialsidebar-category-tutorial-basics-b13.json")],
"categoryGeneratedIndex---documentation-category-tutorial-extrasfff-173": [() => import(/* webpackChunkName: "categoryGeneratedIndex---documentation-category-tutorial-extrasfff-173" */ "~docs/default/category-documentation-tutorialsidebar-category-tutorial-extras-bc8.json"), "~docs/default/category-documentation-tutorialsidebar-category-tutorial-extras-bc8.json", require.resolveWeak("~docs/default/category-documentation-tutorialsidebar-category-tutorial-extras-bc8.json")],
"categoryGeneratedIndex---documentation-category-post-installatione-54-a22": [() => import(/* webpackChunkName: "categoryGeneratedIndex---documentation-category-post-installatione-54-a22" */ "~docs/default/category-documentation-tutorialsidebar-category-post-installation-06e.json"), "~docs/default/category-documentation-tutorialsidebar-category-post-installation-06e.json", require.resolveWeak("~docs/default/category-documentation-tutorialsidebar-category-post-installation-06e.json")],
"categoryGeneratedIndex---documentation-category-troubleshootde-6-666": [() => import(/* webpackChunkName: "categoryGeneratedIndex---documentation-category-troubleshootde-6-666" */ "~docs/default/category-documentation-tutorialsidebar-category-troubleshoot-a4b.json"), "~docs/default/category-documentation-tutorialsidebar-category-troubleshoot-a4b.json", require.resolveWeak("~docs/default/category-documentation-tutorialsidebar-category-troubleshoot-a4b.json")],
"categoryGeneratedIndex---documentation-category-user-guide-698-266": [() => import(/* webpackChunkName: "categoryGeneratedIndex---documentation-category-user-guide-698-266" */ "~docs/default/category-documentation-tutorialsidebar-category-user-guide-b31.json"), "~docs/default/category-documentation-tutorialsidebar-category-user-guide-b31.json", require.resolveWeak("~docs/default/category-documentation-tutorialsidebar-category-user-guide-b31.json")],
"content---documentation-before-installation-imporatnt-notesb-9-c-8d1": [() => import(/* webpackChunkName: "content---documentation-before-installation-imporatnt-notesb-9-c-8d1" */ "@site/docs/before_installation/imporatnt_notes.md"), "@site/docs/before_installation/imporatnt_notes.md", require.resolveWeak("@site/docs/before_installation/imporatnt_notes.md")],
"content---documentation-before-installation-internet-connection-374-962": [() => import(/* webpackChunkName: "content---documentation-before-installation-internet-connection-374-962" */ "@site/docs/before_installation/internet_connection.md"), "@site/docs/before_installation/internet_connection.md", require.resolveWeak("@site/docs/before_installation/internet_connection.md")],
"content---documentation-before-installation-system-requirements-143-bf9": [() => import(/* webpackChunkName: "content---documentation-before-installation-system-requirements-143-bf9" */ "@site/docs/before_installation/system_requirements.md"), "@site/docs/before_installation/system_requirements.md", require.resolveWeak("@site/docs/before_installation/system_requirements.md")],
"content---documentation-blog-766-b7c": [() => import(/* webpackChunkName: "content---documentation-blog-766-b7c" */ "@site/blog/2021-08-26-welcome/index.md?truncated=true"), "@site/blog/2021-08-26-welcome/index.md?truncated=true", require.resolveWeak("@site/blog/2021-08-26-welcome/index.md?truncated=true")],
"content---documentation-blog-871-8ad": [() => import(/* webpackChunkName: "content---documentation-blog-871-8ad" */ "@site/blog/2019-05-29-long-blog-post.md?truncated=true"), "@site/blog/2019-05-29-long-blog-post.md?truncated=true", require.resolveWeak("@site/blog/2019-05-29-long-blog-post.md?truncated=true")],
@@ -32,15 +37,35 @@ export default {
"content---documentation-blog-welcomed-9-f-7d3": [() => import(/* webpackChunkName: "content---documentation-blog-welcomed-9-f-7d3" */ "@site/blog/2021-08-26-welcome/index.md"), "@site/blog/2021-08-26-welcome/index.md", require.resolveWeak("@site/blog/2021-08-26-welcome/index.md")],
"content---documentation-blogf-4-f-d91": [() => import(/* webpackChunkName: "content---documentation-blogf-4-f-d91" */ "@site/blog/2021-08-01-mdx-blog-post.mdx?truncated=true"), "@site/blog/2021-08-01-mdx-blog-post.mdx?truncated=true", require.resolveWeak("@site/blog/2021-08-01-mdx-blog-post.mdx?truncated=true")],
"content---documentation-c-62-f16": [() => import(/* webpackChunkName: "content---documentation-c-62-f16" */ "@site/docs/introduction/introduction.md"), "@site/docs/introduction/introduction.md", require.resolveWeak("@site/docs/introduction/introduction.md")],
"content---documentation-dev-guide-build-source-9-dc-909": [() => import(/* webpackChunkName: "content---documentation-dev-guide-build-source-9-dc-909" */ "@site/docs/dev_guide/build_source.md"), "@site/docs/dev_guide/build_source.md", require.resolveWeak("@site/docs/dev_guide/build_source.md")],
"content---documentation-dev-guide-deploy-packages-043-bee": [() => import(/* webpackChunkName: "content---documentation-dev-guide-deploy-packages-043-bee" */ "@site/docs/dev_guide/deploy_packages.md"), "@site/docs/dev_guide/deploy_packages.md", require.resolveWeak("@site/docs/dev_guide/deploy_packages.md")],
"content---documentation-dev-guide-docs-translateda-1-56a": [() => import(/* webpackChunkName: "content---documentation-dev-guide-docs-translateda-1-56a" */ "@site/docs/dev_guide/docs_translate.md"), "@site/docs/dev_guide/docs_translate.md", require.resolveWeak("@site/docs/dev_guide/docs_translate.md")],
"content---documentation-dev-guide-gpg-key-89-e-a96": [() => import(/* webpackChunkName: "content---documentation-dev-guide-gpg-key-89-e-a96" */ "@site/docs/dev_guide/gpg_key.md"), "@site/docs/dev_guide/gpg_key.md", require.resolveWeak("@site/docs/dev_guide/gpg_key.md")],
"content---documentation-dev-guide-pkgbuild-66-e-684": [() => import(/* webpackChunkName: "content---documentation-dev-guide-pkgbuild-66-e-684" */ "@site/docs/dev_guide/pkgbuild.md"), "@site/docs/dev_guide/pkgbuild.md", require.resolveWeak("@site/docs/dev_guide/pkgbuild.md")],
"content---documentation-dev-guide-writeec-3-564": [() => import(/* webpackChunkName: "content---documentation-dev-guide-writeec-3-564" */ "@site/docs/dev_guide/write.md"), "@site/docs/dev_guide/write.md", require.resolveWeak("@site/docs/dev_guide/write.md")],
"content---documentation-installation-download-snigdha-os-34-e-4c4": [() => import(/* webpackChunkName: "content---documentation-installation-download-snigdha-os-34-e-4c4" */ "@site/docs/installation/download_snigdha_os.md"), "@site/docs/installation/download_snigdha_os.md", require.resolveWeak("@site/docs/installation/download_snigdha_os.md")],
"content---documentation-installation-live-env-795-073": [() => import(/* webpackChunkName: "content---documentation-installation-live-env-795-073" */ "@site/docs/installation/live_env.md"), "@site/docs/installation/live_env.md", require.resolveWeak("@site/docs/installation/live_env.md")],
"content---documentation-installation-making-bootable-usbb-85-7c0": [() => import(/* webpackChunkName: "content---documentation-installation-making-bootable-usbb-85-7c0" */ "@site/docs/installation/making_bootable_usb.md"), "@site/docs/installation/making_bootable_usb.md", require.resolveWeak("@site/docs/installation/making_bootable_usb.md")],
"content---documentation-installation-offline-install-3-f-3-886": [() => import(/* webpackChunkName: "content---documentation-installation-offline-install-3-f-3-886" */ "@site/docs/installation/offline_install.md"), "@site/docs/installation/offline_install.md", require.resolveWeak("@site/docs/installation/offline_install.md")],
"content---documentation-installation-online-install-151-611": [() => import(/* webpackChunkName: "content---documentation-installation-online-install-151-611" */ "@site/docs/installation/online_install.md"), "@site/docs/installation/online_install.md", require.resolveWeak("@site/docs/installation/online_install.md")],
"content---documentation-installation-start-installation-1-f-9-afb": [() => import(/* webpackChunkName: "content---documentation-installation-start-installation-1-f-9-afb" */ "@site/docs/installation/start_installation.md"), "@site/docs/installation/start_installation.md", require.resolveWeak("@site/docs/installation/start_installation.md")],
"content---documentation-installation-virtualbox-installation-24-e-096": [() => import(/* webpackChunkName: "content---documentation-installation-virtualbox-installation-24-e-096" */ "@site/docs/installation/virtualbox_installation.md"), "@site/docs/installation/virtualbox_installation.md", require.resolveWeak("@site/docs/installation/virtualbox_installation.md")],
"content---documentation-introduction-code-of-conducte-89-ce5": [() => import(/* webpackChunkName: "content---documentation-introduction-code-of-conducte-89-ce5" */ "@site/docs/introduction/code_of_conduct.md"), "@site/docs/introduction/code_of_conduct.md", require.resolveWeak("@site/docs/introduction/code_of_conduct.md")],
"content---documentation-introduction-faqsb-19-00b": [() => import(/* webpackChunkName: "content---documentation-introduction-faqsb-19-00b" */ "@site/docs/introduction/faqs.md"), "@site/docs/introduction/faqs.md", require.resolveWeak("@site/docs/introduction/faqs.md")],
"content---documentation-introduction-inspirationd-79-e9a": [() => import(/* webpackChunkName: "content---documentation-introduction-inspirationd-79-e9a" */ "@site/docs/introduction/inspiration.md"), "@site/docs/introduction/inspiration.md", require.resolveWeak("@site/docs/introduction/inspiration.md")],
"content---documentation-introduction-release-notes-1-b-1-d2e": [() => import(/* webpackChunkName: "content---documentation-introduction-release-notes-1-b-1-d2e" */ "@site/docs/introduction/release_notes.md"), "@site/docs/introduction/release_notes.md", require.resolveWeak("@site/docs/introduction/release_notes.md")],
"content---documentation-introduction-reporting-bugsdc-8-ae1": [() => import(/* webpackChunkName: "content---documentation-introduction-reporting-bugsdc-8-ae1" */ "@site/docs/introduction/reporting_bugs.md"), "@site/docs/introduction/reporting_bugs.md", require.resolveWeak("@site/docs/introduction/reporting_bugs.md")],
"content---documentation-markdown-page-393-bce": [() => import(/* webpackChunkName: "content---documentation-markdown-page-393-bce" */ "@site/src/pages/markdown-page.md"), "@site/src/pages/markdown-page.md", require.resolveWeak("@site/src/pages/markdown-page.md")],
"content---documentation-tutorial-basics-congratulations-822-70b": [() => import(/* webpackChunkName: "content---documentation-tutorial-basics-congratulations-822-70b" */ "@site/docs/tutorial-basics/congratulations.md"), "@site/docs/tutorial-basics/congratulations.md", require.resolveWeak("@site/docs/tutorial-basics/congratulations.md")],
"content---documentation-tutorial-basics-create-a-blog-post-533-756": [() => import(/* webpackChunkName: "content---documentation-tutorial-basics-create-a-blog-post-533-756" */ "@site/docs/tutorial-basics/create-a-blog-post.md"), "@site/docs/tutorial-basics/create-a-blog-post.md", require.resolveWeak("@site/docs/tutorial-basics/create-a-blog-post.md")],
"content---documentation-tutorial-basics-create-a-document-1-e-4-f1b": [() => import(/* webpackChunkName: "content---documentation-tutorial-basics-create-a-document-1-e-4-f1b" */ "@site/docs/tutorial-basics/create-a-document.md"), "@site/docs/tutorial-basics/create-a-document.md", require.resolveWeak("@site/docs/tutorial-basics/create-a-document.md")],
"content---documentation-tutorial-basics-create-a-page-5-c-8-31a": [() => import(/* webpackChunkName: "content---documentation-tutorial-basics-create-a-page-5-c-8-31a" */ "@site/docs/tutorial-basics/create-a-page.md"), "@site/docs/tutorial-basics/create-a-page.md", require.resolveWeak("@site/docs/tutorial-basics/create-a-page.md")],
"content---documentation-tutorial-basics-deploy-your-sitef-55-f7a": [() => import(/* webpackChunkName: "content---documentation-tutorial-basics-deploy-your-sitef-55-f7a" */ "@site/docs/tutorial-basics/deploy-your-site.md"), "@site/docs/tutorial-basics/deploy-your-site.md", require.resolveWeak("@site/docs/tutorial-basics/deploy-your-site.md")],
"content---documentation-tutorial-basics-markdown-features-18-c-288": [() => import(/* webpackChunkName: "content---documentation-tutorial-basics-markdown-features-18-c-288" */ "@site/docs/tutorial-basics/markdown-features.mdx"), "@site/docs/tutorial-basics/markdown-features.mdx", require.resolveWeak("@site/docs/tutorial-basics/markdown-features.mdx")],
"content---documentation-tutorial-extras-manage-docs-versionsdff-dae": [() => import(/* webpackChunkName: "content---documentation-tutorial-extras-manage-docs-versionsdff-dae" */ "@site/docs/tutorial-extras/manage-docs-versions.md"), "@site/docs/tutorial-extras/manage-docs-versions.md", require.resolveWeak("@site/docs/tutorial-extras/manage-docs-versions.md")],
"content---documentation-tutorial-extras-translate-your-sitee-44-008": [() => import(/* webpackChunkName: "content---documentation-tutorial-extras-translate-your-sitee-44-008" */ "@site/docs/tutorial-extras/translate-your-site.md"), "@site/docs/tutorial-extras/translate-your-site.md", require.resolveWeak("@site/docs/tutorial-extras/translate-your-site.md")],
"content---documentation-post-installation-customization-9-cb-3c6": [() => import(/* webpackChunkName: "content---documentation-post-installation-customization-9-cb-3c6" */ "@site/docs/post_installation/customization.md"), "@site/docs/post_installation/customization.md", require.resolveWeak("@site/docs/post_installation/customization.md")],
"content---documentation-post-installation-install-packages-904-e99": [() => import(/* webpackChunkName: "content---documentation-post-installation-install-packages-904-e99" */ "@site/docs/post_installation/install_packages.md"), "@site/docs/post_installation/install_packages.md", require.resolveWeak("@site/docs/post_installation/install_packages.md")],
"content---documentation-post-installation-languagead-7-478": [() => import(/* webpackChunkName: "content---documentation-post-installation-languagead-7-478" */ "@site/docs/post_installation/language.md"), "@site/docs/post_installation/language.md", require.resolveWeak("@site/docs/post_installation/language.md")],
"content---documentation-post-installation-updateffa-74d": [() => import(/* webpackChunkName: "content---documentation-post-installation-updateffa-74d" */ "@site/docs/post_installation/update.md"), "@site/docs/post_installation/update.md", require.resolveWeak("@site/docs/post_installation/update.md")],
"content---documentation-troubleshoot-bluetooth-0-b-7-15c": [() => import(/* webpackChunkName: "content---documentation-troubleshoot-bluetooth-0-b-7-15c" */ "@site/docs/troubleshoot/bluetooth.md"), "@site/docs/troubleshoot/bluetooth.md", require.resolveWeak("@site/docs/troubleshoot/bluetooth.md")],
"content---documentation-troubleshoot-displaye-2-e-7de": [() => import(/* webpackChunkName: "content---documentation-troubleshoot-displaye-2-e-7de" */ "@site/docs/troubleshoot/display.md"), "@site/docs/troubleshoot/display.md", require.resolveWeak("@site/docs/troubleshoot/display.md")],
"content---documentation-troubleshoot-sound-9-dc-cb6": [() => import(/* webpackChunkName: "content---documentation-troubleshoot-sound-9-dc-cb6" */ "@site/docs/troubleshoot/sound.md"), "@site/docs/troubleshoot/sound.md", require.resolveWeak("@site/docs/troubleshoot/sound.md")],
"content---documentation-troubleshoot-wifi-367-035": [() => import(/* webpackChunkName: "content---documentation-troubleshoot-wifi-367-035" */ "@site/docs/troubleshoot/wifi.md"), "@site/docs/troubleshoot/wifi.md", require.resolveWeak("@site/docs/troubleshoot/wifi.md")],
"content---documentation-user-guide-aurd-68-18b": [() => import(/* webpackChunkName: "content---documentation-user-guide-aurd-68-18b" */ "@site/docs/user_guide/aur.md"), "@site/docs/user_guide/aur.md", require.resolveWeak("@site/docs/user_guide/aur.md")],
"content---documentation-user-guide-cheetsheetf-7-a-048": [() => import(/* webpackChunkName: "content---documentation-user-guide-cheetsheetf-7-a-048" */ "@site/docs/user_guide/cheetsheet.md"), "@site/docs/user_guide/cheetsheet.md", require.resolveWeak("@site/docs/user_guide/cheetsheet.md")],
"listMetadata---documentation-blog-tags-docusaurusb-53-274": [() => import(/* webpackChunkName: "listMetadata---documentation-blog-tags-docusaurusb-53-274" */ "~blog/default/documentation-blog-tags-docusaurus-a11-list.json"), "~blog/default/documentation-blog-tags-docusaurus-a11-list.json", require.resolveWeak("~blog/default/documentation-blog-tags-docusaurus-a11-list.json")],
"listMetadata---documentation-blog-tags-facebook-84-f-518": [() => import(/* webpackChunkName: "listMetadata---documentation-blog-tags-facebook-84-f-518" */ "~blog/default/documentation-blog-tags-facebook-5c9-list.json"), "~blog/default/documentation-blog-tags-facebook-5c9-list.json", require.resolveWeak("~blog/default/documentation-blog-tags-facebook-5c9-list.json")],
"listMetadata---documentation-blog-tags-hello-3-c-8-390": [() => import(/* webpackChunkName: "listMetadata---documentation-blog-tags-hello-3-c-8-390" */ "~blog/default/documentation-blog-tags-hello-5be-list.json"), "~blog/default/documentation-blog-tags-hello-5be-list.json", require.resolveWeak("~blog/default/documentation-blog-tags-hello-5be-list.json")],

View File

@@ -99,16 +99,28 @@ export default [
},
{
path: '/documentation/',
component: ComponentCreator('/documentation/', '1ed'),
component: ComponentCreator('/documentation/', 'd82'),
routes: [
{
path: '/documentation/',
component: ComponentCreator('/documentation/', '912'),
component: ComponentCreator('/documentation/', '3e8'),
routes: [
{
path: '/documentation/',
component: ComponentCreator('/documentation/', '810'),
component: ComponentCreator('/documentation/', 'c4e'),
routes: [
{
path: '/documentation/before_installation/imporatnt_notes',
component: ComponentCreator('/documentation/before_installation/imporatnt_notes', '89a'),
exact: true,
sidebar: "tutorialSidebar"
},
{
path: '/documentation/before_installation/internet_connection',
component: ComponentCreator('/documentation/before_installation/internet_connection', 'fae'),
exact: true,
sidebar: "tutorialSidebar"
},
{
path: '/documentation/before_installation/system_requirements',
component: ComponentCreator('/documentation/before_installation/system_requirements', '65d'),
@@ -121,6 +133,18 @@ export default [
exact: true,
sidebar: "tutorialSidebar"
},
{
path: '/documentation/category/developers-guide',
component: ComponentCreator('/documentation/category/developers-guide', '73b'),
exact: true,
sidebar: "tutorialSidebar"
},
{
path: '/documentation/category/installation',
component: ComponentCreator('/documentation/category/installation', '665'),
exact: true,
sidebar: "tutorialSidebar"
},
{
path: '/documentation/category/introduction',
component: ComponentCreator('/documentation/category/introduction', '2cc'),
@@ -128,62 +152,188 @@ export default [
sidebar: "tutorialSidebar"
},
{
path: '/documentation/category/tutorial---basics',
component: ComponentCreator('/documentation/category/tutorial---basics', '954'),
path: '/documentation/category/post-installation',
component: ComponentCreator('/documentation/category/post-installation', 'ee0'),
exact: true,
sidebar: "tutorialSidebar"
},
{
path: '/documentation/category/tutorial---extras',
component: ComponentCreator('/documentation/category/tutorial---extras', 'f25'),
path: '/documentation/category/troubleshoot',
component: ComponentCreator('/documentation/category/troubleshoot', '11b'),
exact: true,
sidebar: "tutorialSidebar"
},
{
path: '/documentation/tutorial-basics/congratulations',
component: ComponentCreator('/documentation/tutorial-basics/congratulations', '011'),
path: '/documentation/category/user-guide',
component: ComponentCreator('/documentation/category/user-guide', 'd5c'),
exact: true,
sidebar: "tutorialSidebar"
},
{
path: '/documentation/tutorial-basics/create-a-blog-post',
component: ComponentCreator('/documentation/tutorial-basics/create-a-blog-post', 'af7'),
path: '/documentation/dev_guide/build_source',
component: ComponentCreator('/documentation/dev_guide/build_source', '81a'),
exact: true,
sidebar: "tutorialSidebar"
},
{
path: '/documentation/tutorial-basics/create-a-document',
component: ComponentCreator('/documentation/tutorial-basics/create-a-document', '185'),
path: '/documentation/dev_guide/deploy_packages',
component: ComponentCreator('/documentation/dev_guide/deploy_packages', '61f'),
exact: true,
sidebar: "tutorialSidebar"
},
{
path: '/documentation/tutorial-basics/create-a-page',
component: ComponentCreator('/documentation/tutorial-basics/create-a-page', 'c26'),
path: '/documentation/dev_guide/docs_translate',
component: ComponentCreator('/documentation/dev_guide/docs_translate', '964'),
exact: true,
sidebar: "tutorialSidebar"
},
{
path: '/documentation/tutorial-basics/deploy-your-site',
component: ComponentCreator('/documentation/tutorial-basics/deploy-your-site', 'cd1'),
path: '/documentation/dev_guide/gpg_key',
component: ComponentCreator('/documentation/dev_guide/gpg_key', 'd30'),
exact: true,
sidebar: "tutorialSidebar"
},
{
path: '/documentation/tutorial-basics/markdown-features',
component: ComponentCreator('/documentation/tutorial-basics/markdown-features', '405'),
path: '/documentation/dev_guide/pkgbuild',
component: ComponentCreator('/documentation/dev_guide/pkgbuild', '393'),
exact: true,
sidebar: "tutorialSidebar"
},
{
path: '/documentation/tutorial-extras/manage-docs-versions',
component: ComponentCreator('/documentation/tutorial-extras/manage-docs-versions', '196'),
path: '/documentation/dev_guide/write',
component: ComponentCreator('/documentation/dev_guide/write', '856'),
exact: true,
sidebar: "tutorialSidebar"
},
{
path: '/documentation/tutorial-extras/translate-your-site',
component: ComponentCreator('/documentation/tutorial-extras/translate-your-site', '368'),
path: '/documentation/installation/download_snigdha_os',
component: ComponentCreator('/documentation/installation/download_snigdha_os', '369'),
exact: true,
sidebar: "tutorialSidebar"
},
{
path: '/documentation/installation/live_env',
component: ComponentCreator('/documentation/installation/live_env', 'd25'),
exact: true,
sidebar: "tutorialSidebar"
},
{
path: '/documentation/installation/making_bootable_usb',
component: ComponentCreator('/documentation/installation/making_bootable_usb', '298'),
exact: true,
sidebar: "tutorialSidebar"
},
{
path: '/documentation/installation/offline_install',
component: ComponentCreator('/documentation/installation/offline_install', '274'),
exact: true,
sidebar: "tutorialSidebar"
},
{
path: '/documentation/installation/online_install',
component: ComponentCreator('/documentation/installation/online_install', 'c8a'),
exact: true,
sidebar: "tutorialSidebar"
},
{
path: '/documentation/installation/start_installation',
component: ComponentCreator('/documentation/installation/start_installation', '0d4'),
exact: true,
sidebar: "tutorialSidebar"
},
{
path: '/documentation/installation/virtualbox_installation',
component: ComponentCreator('/documentation/installation/virtualbox_installation', 'f71'),
exact: true,
sidebar: "tutorialSidebar"
},
{
path: '/documentation/introduction/code_of_conduct',
component: ComponentCreator('/documentation/introduction/code_of_conduct', '1f7'),
exact: true,
sidebar: "tutorialSidebar"
},
{
path: '/documentation/introduction/faqs',
component: ComponentCreator('/documentation/introduction/faqs', '7af'),
exact: true,
sidebar: "tutorialSidebar"
},
{
path: '/documentation/introduction/inspiration',
component: ComponentCreator('/documentation/introduction/inspiration', '67a'),
exact: true,
sidebar: "tutorialSidebar"
},
{
path: '/documentation/introduction/release_notes',
component: ComponentCreator('/documentation/introduction/release_notes', '590'),
exact: true,
sidebar: "tutorialSidebar"
},
{
path: '/documentation/introduction/reporting_bugs',
component: ComponentCreator('/documentation/introduction/reporting_bugs', '974'),
exact: true,
sidebar: "tutorialSidebar"
},
{
path: '/documentation/post_installation/customization',
component: ComponentCreator('/documentation/post_installation/customization', '35c'),
exact: true,
sidebar: "tutorialSidebar"
},
{
path: '/documentation/post_installation/install_packages',
component: ComponentCreator('/documentation/post_installation/install_packages', '557'),
exact: true,
sidebar: "tutorialSidebar"
},
{
path: '/documentation/post_installation/language',
component: ComponentCreator('/documentation/post_installation/language', '861'),
exact: true,
sidebar: "tutorialSidebar"
},
{
path: '/documentation/post_installation/update',
component: ComponentCreator('/documentation/post_installation/update', 'bd0'),
exact: true,
sidebar: "tutorialSidebar"
},
{
path: '/documentation/troubleshoot/bluetooth',
component: ComponentCreator('/documentation/troubleshoot/bluetooth', '269'),
exact: true,
sidebar: "tutorialSidebar"
},
{
path: '/documentation/troubleshoot/display',
component: ComponentCreator('/documentation/troubleshoot/display', '9c2'),
exact: true,
sidebar: "tutorialSidebar"
},
{
path: '/documentation/troubleshoot/sound',
component: ComponentCreator('/documentation/troubleshoot/sound', '004'),
exact: true,
sidebar: "tutorialSidebar"
},
{
path: '/documentation/troubleshoot/wifi',
component: ComponentCreator('/documentation/troubleshoot/wifi', '8fc'),
exact: true,
sidebar: "tutorialSidebar"
},
{
path: '/documentation/user_guide/aur',
component: ComponentCreator('/documentation/user_guide/aur', '9b0'),
exact: true,
sidebar: "tutorialSidebar"
},
{
path: '/documentation/user_guide/cheetsheet',
component: ComponentCreator('/documentation/user_guide/cheetsheet', '1e9'),
exact: true,
sidebar: "tutorialSidebar"
},

View File

@@ -186,19 +186,27 @@
},
"content": "content---documentation-markdown-page-393-bce"
},
"/documentation/-1ed": {
"/documentation/-d82": {
"__comp": "__comp---theme-docs-root-5-e-9-0b6",
"__context": {
"plugin": "plugin---documentation-99-b-b0a"
}
},
"/documentation/-912": {
"/documentation/-3e8": {
"__comp": "__comp---theme-doc-version-roota-7-b-5de",
"version": "version---documentation-935-548"
},
"/documentation/-810": {
"/documentation/-c4e": {
"__comp": "__comp---theme-doc-roota-94-67a"
},
"/documentation/before_installation/imporatnt_notes-89a": {
"__comp": "__comp---theme-doc-item-178-a40",
"content": "content---documentation-before-installation-imporatnt-notesb-9-c-8d1"
},
"/documentation/before_installation/internet_connection-fae": {
"__comp": "__comp---theme-doc-item-178-a40",
"content": "content---documentation-before-installation-internet-connection-374-962"
},
"/documentation/before_installation/system_requirements-65d": {
"__comp": "__comp---theme-doc-item-178-a40",
"content": "content---documentation-before-installation-system-requirements-143-bf9"
@@ -207,49 +215,141 @@
"__comp": "__comp---theme-doc-category-generated-index-page-14-e-640",
"categoryGeneratedIndex": "categoryGeneratedIndex---documentation-category-before-installation-5-d-6-c35"
},
"/documentation/category/developers-guide-73b": {
"__comp": "__comp---theme-doc-category-generated-index-page-14-e-640",
"categoryGeneratedIndex": "categoryGeneratedIndex---documentation-category-developers-guide-06-e-997"
},
"/documentation/category/installation-665": {
"__comp": "__comp---theme-doc-category-generated-index-page-14-e-640",
"categoryGeneratedIndex": "categoryGeneratedIndex---documentation-category-installationb-20-365"
},
"/documentation/category/introduction-2cc": {
"__comp": "__comp---theme-doc-category-generated-index-page-14-e-640",
"categoryGeneratedIndex": "categoryGeneratedIndex---documentation-category-introductionccd-ede"
},
"/documentation/category/tutorial---basics-954": {
"/documentation/category/post-installation-ee0": {
"__comp": "__comp---theme-doc-category-generated-index-page-14-e-640",
"categoryGeneratedIndex": "categoryGeneratedIndex---documentation-category-tutorial-basicscbd-a17"
"categoryGeneratedIndex": "categoryGeneratedIndex---documentation-category-post-installatione-54-a22"
},
"/documentation/category/tutorial---extras-f25": {
"/documentation/category/troubleshoot-11b": {
"__comp": "__comp---theme-doc-category-generated-index-page-14-e-640",
"categoryGeneratedIndex": "categoryGeneratedIndex---documentation-category-tutorial-extrasfff-173"
"categoryGeneratedIndex": "categoryGeneratedIndex---documentation-category-troubleshootde-6-666"
},
"/documentation/tutorial-basics/congratulations-011": {
"__comp": "__comp---theme-doc-item-178-a40",
"content": "content---documentation-tutorial-basics-congratulations-822-70b"
"/documentation/category/user-guide-d5c": {
"__comp": "__comp---theme-doc-category-generated-index-page-14-e-640",
"categoryGeneratedIndex": "categoryGeneratedIndex---documentation-category-user-guide-698-266"
},
"/documentation/tutorial-basics/create-a-blog-post-af7": {
"/documentation/dev_guide/build_source-81a": {
"__comp": "__comp---theme-doc-item-178-a40",
"content": "content---documentation-tutorial-basics-create-a-blog-post-533-756"
"content": "content---documentation-dev-guide-build-source-9-dc-909"
},
"/documentation/tutorial-basics/create-a-document-185": {
"/documentation/dev_guide/deploy_packages-61f": {
"__comp": "__comp---theme-doc-item-178-a40",
"content": "content---documentation-tutorial-basics-create-a-document-1-e-4-f1b"
"content": "content---documentation-dev-guide-deploy-packages-043-bee"
},
"/documentation/tutorial-basics/create-a-page-c26": {
"/documentation/dev_guide/docs_translate-964": {
"__comp": "__comp---theme-doc-item-178-a40",
"content": "content---documentation-tutorial-basics-create-a-page-5-c-8-31a"
"content": "content---documentation-dev-guide-docs-translateda-1-56a"
},
"/documentation/tutorial-basics/deploy-your-site-cd1": {
"/documentation/dev_guide/gpg_key-d30": {
"__comp": "__comp---theme-doc-item-178-a40",
"content": "content---documentation-tutorial-basics-deploy-your-sitef-55-f7a"
"content": "content---documentation-dev-guide-gpg-key-89-e-a96"
},
"/documentation/tutorial-basics/markdown-features-405": {
"/documentation/dev_guide/pkgbuild-393": {
"__comp": "__comp---theme-doc-item-178-a40",
"content": "content---documentation-tutorial-basics-markdown-features-18-c-288"
"content": "content---documentation-dev-guide-pkgbuild-66-e-684"
},
"/documentation/tutorial-extras/manage-docs-versions-196": {
"/documentation/dev_guide/write-856": {
"__comp": "__comp---theme-doc-item-178-a40",
"content": "content---documentation-tutorial-extras-manage-docs-versionsdff-dae"
"content": "content---documentation-dev-guide-writeec-3-564"
},
"/documentation/tutorial-extras/translate-your-site-368": {
"/documentation/installation/download_snigdha_os-369": {
"__comp": "__comp---theme-doc-item-178-a40",
"content": "content---documentation-tutorial-extras-translate-your-sitee-44-008"
"content": "content---documentation-installation-download-snigdha-os-34-e-4c4"
},
"/documentation/installation/live_env-d25": {
"__comp": "__comp---theme-doc-item-178-a40",
"content": "content---documentation-installation-live-env-795-073"
},
"/documentation/installation/making_bootable_usb-298": {
"__comp": "__comp---theme-doc-item-178-a40",
"content": "content---documentation-installation-making-bootable-usbb-85-7c0"
},
"/documentation/installation/offline_install-274": {
"__comp": "__comp---theme-doc-item-178-a40",
"content": "content---documentation-installation-offline-install-3-f-3-886"
},
"/documentation/installation/online_install-c8a": {
"__comp": "__comp---theme-doc-item-178-a40",
"content": "content---documentation-installation-online-install-151-611"
},
"/documentation/installation/start_installation-0d4": {
"__comp": "__comp---theme-doc-item-178-a40",
"content": "content---documentation-installation-start-installation-1-f-9-afb"
},
"/documentation/installation/virtualbox_installation-f71": {
"__comp": "__comp---theme-doc-item-178-a40",
"content": "content---documentation-installation-virtualbox-installation-24-e-096"
},
"/documentation/introduction/code_of_conduct-1f7": {
"__comp": "__comp---theme-doc-item-178-a40",
"content": "content---documentation-introduction-code-of-conducte-89-ce5"
},
"/documentation/introduction/faqs-7af": {
"__comp": "__comp---theme-doc-item-178-a40",
"content": "content---documentation-introduction-faqsb-19-00b"
},
"/documentation/introduction/inspiration-67a": {
"__comp": "__comp---theme-doc-item-178-a40",
"content": "content---documentation-introduction-inspirationd-79-e9a"
},
"/documentation/introduction/release_notes-590": {
"__comp": "__comp---theme-doc-item-178-a40",
"content": "content---documentation-introduction-release-notes-1-b-1-d2e"
},
"/documentation/introduction/reporting_bugs-974": {
"__comp": "__comp---theme-doc-item-178-a40",
"content": "content---documentation-introduction-reporting-bugsdc-8-ae1"
},
"/documentation/post_installation/customization-35c": {
"__comp": "__comp---theme-doc-item-178-a40",
"content": "content---documentation-post-installation-customization-9-cb-3c6"
},
"/documentation/post_installation/install_packages-557": {
"__comp": "__comp---theme-doc-item-178-a40",
"content": "content---documentation-post-installation-install-packages-904-e99"
},
"/documentation/post_installation/language-861": {
"__comp": "__comp---theme-doc-item-178-a40",
"content": "content---documentation-post-installation-languagead-7-478"
},
"/documentation/post_installation/update-bd0": {
"__comp": "__comp---theme-doc-item-178-a40",
"content": "content---documentation-post-installation-updateffa-74d"
},
"/documentation/troubleshoot/bluetooth-269": {
"__comp": "__comp---theme-doc-item-178-a40",
"content": "content---documentation-troubleshoot-bluetooth-0-b-7-15c"
},
"/documentation/troubleshoot/display-9c2": {
"__comp": "__comp---theme-doc-item-178-a40",
"content": "content---documentation-troubleshoot-displaye-2-e-7de"
},
"/documentation/troubleshoot/sound-004": {
"__comp": "__comp---theme-doc-item-178-a40",
"content": "content---documentation-troubleshoot-sound-9-dc-cb6"
},
"/documentation/troubleshoot/wifi-8fc": {
"__comp": "__comp---theme-doc-item-178-a40",
"content": "content---documentation-troubleshoot-wifi-367-035"
},
"/documentation/user_guide/aur-9b0": {
"__comp": "__comp---theme-doc-item-178-a40",
"content": "content---documentation-user-guide-aurd-68-18b"
},
"/documentation/user_guide/cheetsheet-1e9": {
"__comp": "__comp---theme-doc-item-178-a40",
"content": "content---documentation-user-guide-cheetsheetf-7-a-048"
},
"/documentation/-622": {
"__comp": "__comp---theme-doc-item-178-a40",