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", "permalink": "/documentation/category/before-installation",
"navigation": { "navigation": {
"previous": { "previous": {
"title": "Introduction", "title": "Frequently Asked",
"permalink": "/documentation/" "permalink": "/documentation/introduction/faqs"
}, },
"next": { "next": {
"title": "System Requirements", "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", "permalink": "/documentation/category/tutorial---basics",
"navigation": { "navigation": {
"previous": { "previous": {
"title": "System Requirements", "title": "Internet Connection",
"permalink": "/documentation/before_installation/system_requirements" "permalink": "/documentation/before_installation/internet_connection"
}, },
"next": { "next": {
"title": "Create a Page", "title": "Create a Page",

View File

@@ -4,8 +4,8 @@
"permalink": "/documentation/category/tutorial---extras", "permalink": "/documentation/category/tutorial---extras",
"navigation": { "navigation": {
"previous": { "previous": {
"title": "Congratulations!", "title": "Make Bootable USB",
"permalink": "/documentation/tutorial-basics/congratulations" "permalink": "/documentation/installation/making_bootable_usb"
}, },
"next": { "next": {
"title": "Manage Docs Versions", "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" "permalink": "/documentation/category/before-installation"
}, },
"next": { "next": {
"title": "Tutorial - Basics", "title": "Important Notes",
"permalink": "/documentation/category/tutorial---basics" "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" "permalink": "/documentation/category/introduction"
}, },
"next": { "next": {
"title": "Before Installation", "title": "Inspiration",
"permalink": "/documentation/category/before-installation" "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" "permalink": "/documentation/tutorial-basics/deploy-your-site"
}, },
"next": { "next": {
"title": "Tutorial - Extras", "title": "Installation",
"permalink": "/documentation/category/tutorial---extras" "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/", "href": "/documentation/",
"docId": "introduction/introduction", "docId": "introduction/introduction",
"unlisted": false "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" "href": "/documentation/category/introduction"
@@ -37,145 +72,423 @@
"href": "/documentation/before_installation/system_requirements", "href": "/documentation/before_installation/system_requirements",
"docId": "before_installation/system_requirements", "docId": "before_installation/system_requirements",
"unlisted": false "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" "href": "/documentation/category/before-installation"
}, },
{ {
"type": "category", "type": "category",
"label": "Tutorial - Basics", "label": "Installation",
"collapsible": true, "collapsible": true,
"collapsed": true, "collapsed": true,
"items": [ "items": [
{ {
"type": "link", "type": "link",
"label": "Create a Page", "label": "Download Snigdha OS",
"href": "/documentation/tutorial-basics/create-a-page", "href": "/documentation/installation/download_snigdha_os",
"docId": "tutorial-basics/create-a-page", "docId": "installation/download_snigdha_os",
"unlisted": false "unlisted": false
}, },
{ {
"type": "link", "type": "link",
"label": "Create a Document", "label": "Make Bootable USB",
"href": "/documentation/tutorial-basics/create-a-document", "href": "/documentation/installation/making_bootable_usb",
"docId": "tutorial-basics/create-a-document", "docId": "installation/making_bootable_usb",
"unlisted": false "unlisted": false
}, },
{ {
"type": "link", "type": "link",
"label": "Create a Blog Post", "label": "Live Environment",
"href": "/documentation/tutorial-basics/create-a-blog-post", "href": "/documentation/installation/live_env",
"docId": "tutorial-basics/create-a-blog-post", "docId": "installation/live_env",
"unlisted": false "unlisted": false
}, },
{ {
"type": "link", "type": "link",
"label": "Markdown Features", "label": "Offline Installation",
"href": "/documentation/tutorial-basics/markdown-features", "href": "/documentation/installation/offline_install",
"docId": "tutorial-basics/markdown-features", "docId": "installation/offline_install",
"unlisted": false "unlisted": false
}, },
{ {
"type": "link", "type": "link",
"label": "Deploy your site", "label": "Online Installation",
"href": "/documentation/tutorial-basics/deploy-your-site", "href": "/documentation/installation/online_install",
"docId": "tutorial-basics/deploy-your-site", "docId": "installation/online_install",
"unlisted": false "unlisted": false
}, },
{ {
"type": "link", "type": "link",
"label": "Congratulations!", "label": "Install Snigdha OS",
"href": "/documentation/tutorial-basics/congratulations", "href": "/documentation/installation/start_installation",
"docId": "tutorial-basics/congratulations", "docId": "installation/start_installation",
"unlisted": false
},
{
"type": "link",
"label": "Virtualbox",
"href": "/documentation/installation/virtualbox_installation",
"docId": "installation/virtualbox_installation",
"unlisted": false "unlisted": false
} }
], ],
"href": "/documentation/category/tutorial---basics" "href": "/documentation/category/installation"
}, },
{ {
"type": "category", "type": "category",
"label": "Tutorial - Extras", "label": "Post Installation",
"collapsible": true, "collapsible": true,
"collapsed": true, "collapsed": true,
"items": [ "items": [
{ {
"type": "link", "type": "link",
"label": "Manage Docs Versions", "label": "Language",
"href": "/documentation/tutorial-extras/manage-docs-versions", "href": "/documentation/post_installation/language",
"docId": "tutorial-extras/manage-docs-versions", "docId": "post_installation/language",
"unlisted": false "unlisted": false
}, },
{ {
"type": "link", "type": "link",
"label": "Translate your site", "label": "Update Snigdha OS",
"href": "/documentation/tutorial-extras/translate-your-site", "href": "/documentation/post_installation/update",
"docId": "tutorial-extras/translate-your-site", "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 "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": { "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": { "before_installation/system_requirements": {
"id": "before_installation/system_requirements", "id": "before_installation/system_requirements",
"title": "System Requirements", "title": "System Requirements",
"description": "", "description": "",
"sidebar": "tutorialSidebar" "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": { "introduction/introduction": {
"id": "introduction/introduction", "id": "introduction/introduction",
"title": "Introduction", "title": "Introduction",
"description": "Let's discover Docusaurus in less than 5 minutes.", "description": "Let's discover Docusaurus in less than 5 minutes.",
"sidebar": "tutorialSidebar" "sidebar": "tutorialSidebar"
}, },
"tutorial-basics/congratulations": { "introduction/release_notes": {
"id": "tutorial-basics/congratulations", "id": "introduction/release_notes",
"title": "Congratulations!", "title": "Release Notes",
"description": "You have just learned the basics of Docusaurus and made some changes to the initial template.", "description": "",
"sidebar": "tutorialSidebar" "sidebar": "tutorialSidebar"
}, },
"tutorial-basics/create-a-blog-post": { "introduction/reporting_bugs": {
"id": "tutorial-basics/create-a-blog-post", "id": "introduction/reporting_bugs",
"title": "Create a Blog Post", "title": "Reporting Bugs",
"description": "Docusaurus creates a page for each blog post, but also a blog index page, a tag system, an RSS feed...", "description": "",
"sidebar": "tutorialSidebar" "sidebar": "tutorialSidebar"
}, },
"tutorial-basics/create-a-document": { "post_installation/customization": {
"id": "tutorial-basics/create-a-document", "id": "post_installation/customization",
"title": "Create a Document", "title": "Customize Snigdha OS",
"description": "Documents are groups of pages connected through:", "description": "",
"sidebar": "tutorialSidebar" "sidebar": "tutorialSidebar"
}, },
"tutorial-basics/create-a-page": { "post_installation/install_packages": {
"id": "tutorial-basics/create-a-page", "id": "post_installation/install_packages",
"title": "Create a Page", "title": "Install Packages",
"description": "Add Markdown or React files to src/pages to create a standalone page:", "description": "",
"sidebar": "tutorialSidebar" "sidebar": "tutorialSidebar"
}, },
"tutorial-basics/deploy-your-site": { "post_installation/language": {
"id": "tutorial-basics/deploy-your-site", "id": "post_installation/language",
"title": "Deploy your site", "title": "Language",
"description": "Docusaurus is a static-site-generator (also called Jamstack).", "description": "",
"sidebar": "tutorialSidebar" "sidebar": "tutorialSidebar"
}, },
"tutorial-basics/markdown-features": { "post_installation/update": {
"id": "tutorial-basics/markdown-features", "id": "post_installation/update",
"title": "Markdown Features", "title": "Update Snigdha OS",
"description": "Docusaurus supports Markdown and a few additional features.", "description": "",
"sidebar": "tutorialSidebar" "sidebar": "tutorialSidebar"
}, },
"tutorial-extras/manage-docs-versions": { "troubleshoot/bluetooth": {
"id": "tutorial-extras/manage-docs-versions", "id": "troubleshoot/bluetooth",
"title": "Manage Docs Versions", "title": "Troubleshoot: Bluetooth",
"description": "Docusaurus can manage multiple versions of your docs.", "description": "",
"sidebar": "tutorialSidebar" "sidebar": "tutorialSidebar"
}, },
"tutorial-extras/translate-your-site": { "troubleshoot/display": {
"id": "tutorial-extras/translate-your-site", "id": "troubleshoot/display",
"title": "Translate your site", "title": "Troubleshoot: Display",
"description": "Let's translate docs/intro.md to French.", "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" "sidebar": "tutorialSidebar"
} }
} }

View File

@@ -10,54 +10,164 @@
"path": "/documentation/", "path": "/documentation/",
"mainDocId": "introduction/introduction", "mainDocId": "introduction/introduction",
"docs": [ "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", "id": "before_installation/system_requirements",
"path": "/documentation/before_installation/system_requirements", "path": "/documentation/before_installation/system_requirements",
"sidebar": "tutorialSidebar" "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", "id": "introduction/introduction",
"path": "/documentation/", "path": "/documentation/",
"sidebar": "tutorialSidebar" "sidebar": "tutorialSidebar"
}, },
{ {
"id": "tutorial-basics/congratulations", "id": "introduction/release_notes",
"path": "/documentation/tutorial-basics/congratulations", "path": "/documentation/introduction/release_notes",
"sidebar": "tutorialSidebar" "sidebar": "tutorialSidebar"
}, },
{ {
"id": "tutorial-basics/create-a-blog-post", "id": "introduction/reporting_bugs",
"path": "/documentation/tutorial-basics/create-a-blog-post", "path": "/documentation/introduction/reporting_bugs",
"sidebar": "tutorialSidebar" "sidebar": "tutorialSidebar"
}, },
{ {
"id": "tutorial-basics/create-a-document", "id": "post_installation/customization",
"path": "/documentation/tutorial-basics/create-a-document", "path": "/documentation/post_installation/customization",
"sidebar": "tutorialSidebar" "sidebar": "tutorialSidebar"
}, },
{ {
"id": "tutorial-basics/create-a-page", "id": "post_installation/install_packages",
"path": "/documentation/tutorial-basics/create-a-page", "path": "/documentation/post_installation/install_packages",
"sidebar": "tutorialSidebar" "sidebar": "tutorialSidebar"
}, },
{ {
"id": "tutorial-basics/deploy-your-site", "id": "post_installation/language",
"path": "/documentation/tutorial-basics/deploy-your-site", "path": "/documentation/post_installation/language",
"sidebar": "tutorialSidebar" "sidebar": "tutorialSidebar"
}, },
{ {
"id": "tutorial-basics/markdown-features", "id": "post_installation/update",
"path": "/documentation/tutorial-basics/markdown-features", "path": "/documentation/post_installation/update",
"sidebar": "tutorialSidebar" "sidebar": "tutorialSidebar"
}, },
{ {
"id": "tutorial-extras/manage-docs-versions", "id": "troubleshoot/bluetooth",
"path": "/documentation/tutorial-extras/manage-docs-versions", "path": "/documentation/troubleshoot/bluetooth",
"sidebar": "tutorialSidebar" "sidebar": "tutorialSidebar"
}, },
{ {
"id": "tutorial-extras/translate-your-site", "id": "troubleshoot/display",
"path": "/documentation/tutorial-extras/translate-your-site", "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" "sidebar": "tutorialSidebar"
}, },
{ {
@@ -71,13 +181,28 @@
"sidebar": "tutorialSidebar" "sidebar": "tutorialSidebar"
}, },
{ {
"id": "/category/tutorial---basics", "id": "/category/installation",
"path": "/documentation/category/tutorial---basics", "path": "/documentation/category/installation",
"sidebar": "tutorialSidebar" "sidebar": "tutorialSidebar"
}, },
{ {
"id": "/category/tutorial---extras", "id": "/category/post-installation",
"path": "/documentation/category/tutorial---extras", "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" "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")], "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")], "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-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-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-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-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-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-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-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")], "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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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")], "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/', path: '/documentation/',
component: ComponentCreator('/documentation/', '1ed'), component: ComponentCreator('/documentation/', 'd82'),
routes: [ routes: [
{ {
path: '/documentation/', path: '/documentation/',
component: ComponentCreator('/documentation/', '912'), component: ComponentCreator('/documentation/', '3e8'),
routes: [ routes: [
{ {
path: '/documentation/', path: '/documentation/',
component: ComponentCreator('/documentation/', '810'), component: ComponentCreator('/documentation/', 'c4e'),
routes: [ 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', path: '/documentation/before_installation/system_requirements',
component: ComponentCreator('/documentation/before_installation/system_requirements', '65d'), component: ComponentCreator('/documentation/before_installation/system_requirements', '65d'),
@@ -121,6 +133,18 @@ export default [
exact: true, exact: true,
sidebar: "tutorialSidebar" 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', path: '/documentation/category/introduction',
component: ComponentCreator('/documentation/category/introduction', '2cc'), component: ComponentCreator('/documentation/category/introduction', '2cc'),
@@ -128,62 +152,188 @@ export default [
sidebar: "tutorialSidebar" sidebar: "tutorialSidebar"
}, },
{ {
path: '/documentation/category/tutorial---basics', path: '/documentation/category/post-installation',
component: ComponentCreator('/documentation/category/tutorial---basics', '954'), component: ComponentCreator('/documentation/category/post-installation', 'ee0'),
exact: true, exact: true,
sidebar: "tutorialSidebar" sidebar: "tutorialSidebar"
}, },
{ {
path: '/documentation/category/tutorial---extras', path: '/documentation/category/troubleshoot',
component: ComponentCreator('/documentation/category/tutorial---extras', 'f25'), component: ComponentCreator('/documentation/category/troubleshoot', '11b'),
exact: true, exact: true,
sidebar: "tutorialSidebar" sidebar: "tutorialSidebar"
}, },
{ {
path: '/documentation/tutorial-basics/congratulations', path: '/documentation/category/user-guide',
component: ComponentCreator('/documentation/tutorial-basics/congratulations', '011'), component: ComponentCreator('/documentation/category/user-guide', 'd5c'),
exact: true, exact: true,
sidebar: "tutorialSidebar" sidebar: "tutorialSidebar"
}, },
{ {
path: '/documentation/tutorial-basics/create-a-blog-post', path: '/documentation/dev_guide/build_source',
component: ComponentCreator('/documentation/tutorial-basics/create-a-blog-post', 'af7'), component: ComponentCreator('/documentation/dev_guide/build_source', '81a'),
exact: true, exact: true,
sidebar: "tutorialSidebar" sidebar: "tutorialSidebar"
}, },
{ {
path: '/documentation/tutorial-basics/create-a-document', path: '/documentation/dev_guide/deploy_packages',
component: ComponentCreator('/documentation/tutorial-basics/create-a-document', '185'), component: ComponentCreator('/documentation/dev_guide/deploy_packages', '61f'),
exact: true, exact: true,
sidebar: "tutorialSidebar" sidebar: "tutorialSidebar"
}, },
{ {
path: '/documentation/tutorial-basics/create-a-page', path: '/documentation/dev_guide/docs_translate',
component: ComponentCreator('/documentation/tutorial-basics/create-a-page', 'c26'), component: ComponentCreator('/documentation/dev_guide/docs_translate', '964'),
exact: true, exact: true,
sidebar: "tutorialSidebar" sidebar: "tutorialSidebar"
}, },
{ {
path: '/documentation/tutorial-basics/deploy-your-site', path: '/documentation/dev_guide/gpg_key',
component: ComponentCreator('/documentation/tutorial-basics/deploy-your-site', 'cd1'), component: ComponentCreator('/documentation/dev_guide/gpg_key', 'd30'),
exact: true, exact: true,
sidebar: "tutorialSidebar" sidebar: "tutorialSidebar"
}, },
{ {
path: '/documentation/tutorial-basics/markdown-features', path: '/documentation/dev_guide/pkgbuild',
component: ComponentCreator('/documentation/tutorial-basics/markdown-features', '405'), component: ComponentCreator('/documentation/dev_guide/pkgbuild', '393'),
exact: true, exact: true,
sidebar: "tutorialSidebar" sidebar: "tutorialSidebar"
}, },
{ {
path: '/documentation/tutorial-extras/manage-docs-versions', path: '/documentation/dev_guide/write',
component: ComponentCreator('/documentation/tutorial-extras/manage-docs-versions', '196'), component: ComponentCreator('/documentation/dev_guide/write', '856'),
exact: true, exact: true,
sidebar: "tutorialSidebar" sidebar: "tutorialSidebar"
}, },
{ {
path: '/documentation/tutorial-extras/translate-your-site', path: '/documentation/installation/download_snigdha_os',
component: ComponentCreator('/documentation/tutorial-extras/translate-your-site', '368'), 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, exact: true,
sidebar: "tutorialSidebar" sidebar: "tutorialSidebar"
}, },

View File

@@ -186,19 +186,27 @@
}, },
"content": "content---documentation-markdown-page-393-bce" "content": "content---documentation-markdown-page-393-bce"
}, },
"/documentation/-1ed": { "/documentation/-d82": {
"__comp": "__comp---theme-docs-root-5-e-9-0b6", "__comp": "__comp---theme-docs-root-5-e-9-0b6",
"__context": { "__context": {
"plugin": "plugin---documentation-99-b-b0a" "plugin": "plugin---documentation-99-b-b0a"
} }
}, },
"/documentation/-912": { "/documentation/-3e8": {
"__comp": "__comp---theme-doc-version-roota-7-b-5de", "__comp": "__comp---theme-doc-version-roota-7-b-5de",
"version": "version---documentation-935-548" "version": "version---documentation-935-548"
}, },
"/documentation/-810": { "/documentation/-c4e": {
"__comp": "__comp---theme-doc-roota-94-67a" "__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": { "/documentation/before_installation/system_requirements-65d": {
"__comp": "__comp---theme-doc-item-178-a40", "__comp": "__comp---theme-doc-item-178-a40",
"content": "content---documentation-before-installation-system-requirements-143-bf9" "content": "content---documentation-before-installation-system-requirements-143-bf9"
@@ -207,49 +215,141 @@
"__comp": "__comp---theme-doc-category-generated-index-page-14-e-640", "__comp": "__comp---theme-doc-category-generated-index-page-14-e-640",
"categoryGeneratedIndex": "categoryGeneratedIndex---documentation-category-before-installation-5-d-6-c35" "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": { "/documentation/category/introduction-2cc": {
"__comp": "__comp---theme-doc-category-generated-index-page-14-e-640", "__comp": "__comp---theme-doc-category-generated-index-page-14-e-640",
"categoryGeneratedIndex": "categoryGeneratedIndex---documentation-category-introductionccd-ede" "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", "__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", "__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": { "/documentation/category/user-guide-d5c": {
"__comp": "__comp---theme-doc-item-178-a40", "__comp": "__comp---theme-doc-category-generated-index-page-14-e-640",
"content": "content---documentation-tutorial-basics-congratulations-822-70b" "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", "__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", "__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", "__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", "__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", "__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", "__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", "__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": { "/documentation/-622": {
"__comp": "__comp---theme-doc-item-178-a40", "__comp": "__comp---theme-doc-item-178-a40",

View File

@@ -0,0 +1,4 @@
---
sidebar_position: 2
---
# Important Notes

View File

@@ -0,0 +1,4 @@
---
sidebar_position: 3
---
# Internet Connection

View File

@@ -0,0 +1,9 @@
{
"label": "Developers Guide",
"position": 7,
"link": {
"type": "generated-index",
"description": "Troubleshoot"
}
}

View File

@@ -0,0 +1,4 @@
---
sidebar_position: 3
---
# Build From Source

View File

@@ -0,0 +1,5 @@
---
sidebar_position: 6
---
# Deploy Package

View File

@@ -0,0 +1,4 @@
---
sidebar_position: 2
---
# Document Translation

View File

@@ -0,0 +1,4 @@
---
sidebar_position: 5
---
# GPG Key

View File

@@ -0,0 +1,4 @@
---
sidebar_position: 4
---
# PKGBUILD

5
docs/dev_guide/write.md Normal file
View File

@@ -0,0 +1,5 @@
---
sidebar_position: 1
---
# Write Documentation

View File

@@ -0,0 +1,9 @@
{
"label": "Installation",
"position": 3,
"link": {
"type": "generated-index",
"description": "Installing Instruction"
}
}

View File

@@ -0,0 +1,4 @@
---
sidebar_position: 1
---
# Download Snigdha OS

View File

@@ -0,0 +1,4 @@
---
sidebar_position: 3
---
# Live Environment

View File

@@ -0,0 +1,4 @@
---
sidebar_position: 2
---
# Make Bootable USB

View File

@@ -0,0 +1,4 @@
---
sidebar_position: 4
---
# Offline Installation

View File

@@ -0,0 +1,5 @@
---
sidebar_position: 5
---
# Online Installation

View File

@@ -0,0 +1,4 @@
---
sidebar_position: 6
---
# Install Snigdha OS

View File

@@ -0,0 +1,4 @@
---
sidebar_position: 7
---
# Virtualbox

View File

@@ -0,0 +1,4 @@
---
sidebar_position: 3
---
# Code Of Conduct

View File

@@ -0,0 +1,4 @@
---
sidebar_position: 6
---
# Frequently Asked

View File

@@ -0,0 +1,4 @@
---
sidebar_position: 2
---
# Inspiration

View File

@@ -0,0 +1,4 @@
---
sidebar_position: 4
---
# Release Notes

View File

@@ -0,0 +1,4 @@
---
sidebar_position: 5
---
# Reporting Bugs

View File

@@ -0,0 +1,9 @@
{
"label": "Post Installation",
"position": 4,
"link": {
"type": "generated-index",
"description": "After installing Snigdha OS"
}
}

View File

@@ -0,0 +1,4 @@
---
sidebar_position: 3
---
# Customize Snigdha OS

View File

@@ -0,0 +1,4 @@
---
sidebar_position: 4
---
# Install Packages

View File

@@ -0,0 +1,4 @@
---
sidebar_position: 1
---
# Language

View File

@@ -0,0 +1,4 @@
---
sidebar_position: 2
---
# Update Snigdha OS

View File

@@ -0,0 +1,9 @@
{
"label": "Troubleshoot",
"position": 6,
"link": {
"type": "generated-index",
"description": "Troubleshoot"
}
}

View File

@@ -0,0 +1,4 @@
---
sidebar_position: 2
---
# Troubleshoot: Bluetooth

View File

@@ -0,0 +1,4 @@
---
sidebar_position: 4
---
# Troubleshoot: Display

View File

@@ -0,0 +1,4 @@
---
sidebar_position: 3
---
# Troubleshoot: Sound

View File

@@ -0,0 +1,4 @@
---
sidebar_position: 1
---
# Troubleshoot: Wifi

View File

@@ -1,8 +0,0 @@
{
"label": "Tutorial - Basics",
"position": 2,
"link": {
"type": "generated-index",
"description": "5 minutes to learn the most important Docusaurus concepts."
}
}

View File

@@ -1,23 +0,0 @@
---
sidebar_position: 6
---
# Congratulations!
You have just learned the **basics of Docusaurus** and made some changes to the **initial template**.
Docusaurus has **much more to offer**!
Have **5 more minutes**? Take a look at **[versioning](../tutorial-extras/manage-docs-versions.md)** and **[i18n](../tutorial-extras/translate-your-site.md)**.
Anything **unclear** or **buggy** in this tutorial? [Please report it!](https://github.com/facebook/docusaurus/discussions/4610)
## What's next?
- Read the [official documentation](https://docusaurus.io/)
- Modify your site configuration with [`docusaurus.config.js`](https://docusaurus.io/docs/api/docusaurus-config)
- Add navbar and footer items with [`themeConfig`](https://docusaurus.io/docs/api/themes/configuration)
- Add a custom [Design and Layout](https://docusaurus.io/docs/styling-layout)
- Add a [search bar](https://docusaurus.io/docs/search)
- Find inspirations in the [Docusaurus showcase](https://docusaurus.io/showcase)
- Get involved in the [Docusaurus Community](https://docusaurus.io/community/support)

View File

@@ -1,34 +0,0 @@
---
sidebar_position: 3
---
# Create a Blog Post
Docusaurus creates a **page for each blog post**, but also a **blog index page**, a **tag system**, an **RSS** feed...
## Create your first Post
Create a file at `blog/2021-02-28-greetings.md`:
```md title="blog/2021-02-28-greetings.md"
---
slug: greetings
title: Greetings!
authors:
- name: Joel Marcey
title: Co-creator of Docusaurus 1
url: https://github.com/JoelMarcey
image_url: https://github.com/JoelMarcey.png
- name: Sébastien Lorber
title: Docusaurus maintainer
url: https://sebastienlorber.com
image_url: https://github.com/slorber.png
tags: [greetings]
---
Congratulations, you have made your first post!
Feel free to play around and edit this post as much as you like.
```
A new blog post is now available at [http://localhost:3000/blog/greetings](http://localhost:3000/blog/greetings).

View File

@@ -1,57 +0,0 @@
---
sidebar_position: 2
---
# Create a Document
Documents are **groups of pages** connected through:
- a **sidebar**
- **previous/next navigation**
- **versioning**
## Create your first Doc
Create a Markdown file at `docs/hello.md`:
```md title="docs/hello.md"
# Hello
This is my **first Docusaurus document**!
```
A new document is now available at [http://localhost:3000/docs/hello](http://localhost:3000/docs/hello).
## Configure the Sidebar
Docusaurus automatically **creates a sidebar** from the `docs` folder.
Add metadata to customize the sidebar label and position:
```md title="docs/hello.md" {1-4}
---
sidebar_label: 'Hi!'
sidebar_position: 3
---
# Hello
This is my **first Docusaurus document**!
```
It is also possible to create your sidebar explicitly in `sidebars.js`:
```js title="sidebars.js"
export default {
tutorialSidebar: [
'intro',
// highlight-next-line
'hello',
{
type: 'category',
label: 'Tutorial',
items: ['tutorial-basics/create-a-document'],
},
],
};
```

View File

@@ -1,43 +0,0 @@
---
sidebar_position: 1
---
# Create a Page
Add **Markdown or React** files to `src/pages` to create a **standalone page**:
- `src/pages/index.js``localhost:3000/`
- `src/pages/foo.md``localhost:3000/foo`
- `src/pages/foo/bar.js``localhost:3000/foo/bar`
## Create your first React Page
Create a file at `src/pages/my-react-page.js`:
```jsx title="src/pages/my-react-page.js"
import React from 'react';
import Layout from '@theme/Layout';
export default function MyReactPage() {
return (
<Layout>
<h1>My React page</h1>
<p>This is a React page</p>
</Layout>
);
}
```
A new page is now available at [http://localhost:3000/my-react-page](http://localhost:3000/my-react-page).
## Create your first Markdown Page
Create a file at `src/pages/my-markdown-page.md`:
```mdx title="src/pages/my-markdown-page.md"
# My Markdown page
This is a Markdown page
```
A new page is now available at [http://localhost:3000/my-markdown-page](http://localhost:3000/my-markdown-page).

View File

@@ -1,31 +0,0 @@
---
sidebar_position: 5
---
# Deploy your site
Docusaurus is a **static-site-generator** (also called **[Jamstack](https://jamstack.org/)**).
It builds your site as simple **static HTML, JavaScript and CSS files**.
## Build your site
Build your site **for production**:
```bash
npm run build
```
The static files are generated in the `build` folder.
## Deploy your site
Test your production build locally:
```bash
npm run serve
```
The `build` folder is now served at [http://localhost:3000/](http://localhost:3000/).
You can now deploy the `build` folder **almost anywhere** easily, **for free** or very small cost (read the **[Deployment Guide](https://docusaurus.io/docs/deployment)**).

View File

@@ -1,152 +0,0 @@
---
sidebar_position: 4
---
# Markdown Features
Docusaurus supports **[Markdown](https://daringfireball.net/projects/markdown/syntax)** and a few **additional features**.
## Front Matter
Markdown documents have metadata at the top called [Front Matter](https://jekyllrb.com/docs/front-matter/):
```text title="my-doc.md"
// highlight-start
---
id: my-doc-id
title: My document title
description: My document description
slug: /my-custom-url
---
// highlight-end
## Markdown heading
Markdown text with [links](./hello.md)
```
## Links
Regular Markdown links are supported, using url paths or relative file paths.
```md
Let's see how to [Create a page](/create-a-page).
```
```md
Let's see how to [Create a page](./create-a-page.md).
```
**Result:** Let's see how to [Create a page](./create-a-page.md).
## Images
Regular Markdown images are supported.
You can use absolute paths to reference images in the static directory (`static/img/docusaurus.png`):
```md
![Docusaurus logo](/img/docusaurus.png)
```
![Docusaurus logo](/img/docusaurus.png)
You can reference images relative to the current file as well. This is particularly useful to colocate images close to the Markdown files using them:
```md
![Docusaurus logo](./img/docusaurus.png)
```
## Code Blocks
Markdown code blocks are supported with Syntax highlighting.
````md
```jsx title="src/components/HelloDocusaurus.js"
function HelloDocusaurus() {
return <h1>Hello, Docusaurus!</h1>;
}
```
````
```jsx title="src/components/HelloDocusaurus.js"
function HelloDocusaurus() {
return <h1>Hello, Docusaurus!</h1>;
}
```
## Admonitions
Docusaurus has a special syntax to create admonitions and callouts:
```md
:::tip My tip
Use this awesome feature option
:::
:::danger Take care
This action is dangerous
:::
```
:::tip My tip
Use this awesome feature option
:::
:::danger Take care
This action is dangerous
:::
## MDX and React Components
[MDX](https://mdxjs.com/) can make your documentation more **interactive** and allows using any **React components inside Markdown**:
```jsx
export const Highlight = ({children, color}) => (
<span
style={{
backgroundColor: color,
borderRadius: '20px',
color: '#fff',
padding: '10px',
cursor: 'pointer',
}}
onClick={() => {
alert(`You clicked the color ${color} with label ${children}`)
}}>
{children}
</span>
);
This is <Highlight color="#25c2a0">Docusaurus green</Highlight> !
This is <Highlight color="#1877F2">Facebook blue</Highlight> !
```
export const Highlight = ({children, color}) => (
<span
style={{
backgroundColor: color,
borderRadius: '20px',
color: '#fff',
padding: '10px',
cursor: 'pointer',
}}
onClick={() => {
alert(`You clicked the color ${color} with label ${children}`);
}}>
{children}
</span>
);
This is <Highlight color="#25c2a0">Docusaurus green</Highlight> !
This is <Highlight color="#1877F2">Facebook blue</Highlight> !

View File

@@ -1,7 +0,0 @@
{
"label": "Tutorial - Extras",
"position": 3,
"link": {
"type": "generated-index"
}
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 25 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 27 KiB

View File

@@ -1,55 +0,0 @@
---
sidebar_position: 1
---
# Manage Docs Versions
Docusaurus can manage multiple versions of your docs.
## Create a docs version
Release a version 1.0 of your project:
```bash
npm run docusaurus docs:version 1.0
```
The `docs` folder is copied into `versioned_docs/version-1.0` and `versions.json` is created.
Your docs now have 2 versions:
- `1.0` at `http://localhost:3000/docs/` for the version 1.0 docs
- `current` at `http://localhost:3000/docs/next/` for the **upcoming, unreleased docs**
## Add a Version Dropdown
To navigate seamlessly across versions, add a version dropdown.
Modify the `docusaurus.config.js` file:
```js title="docusaurus.config.js"
export default {
themeConfig: {
navbar: {
items: [
// highlight-start
{
type: 'docsVersionDropdown',
},
// highlight-end
],
},
},
};
```
The docs version dropdown appears in your navbar:
![Docs Version Dropdown](./img/docsVersionDropdown.png)
## Update an existing version
It is possible to edit versioned docs in their respective folder:
- `versioned_docs/version-1.0/hello.md` updates `http://localhost:3000/docs/hello`
- `docs/hello.md` updates `http://localhost:3000/docs/next/hello`

View File

@@ -1,88 +0,0 @@
---
sidebar_position: 2
---
# Translate your site
Let's translate `docs/intro.md` to French.
## Configure i18n
Modify `docusaurus.config.js` to add support for the `fr` locale:
```js title="docusaurus.config.js"
export default {
i18n: {
defaultLocale: 'en',
locales: ['en', 'fr'],
},
};
```
## Translate a doc
Copy the `docs/intro.md` file to the `i18n/fr` folder:
```bash
mkdir -p i18n/fr/docusaurus-plugin-content-docs/current/
cp docs/intro.md i18n/fr/docusaurus-plugin-content-docs/current/intro.md
```
Translate `i18n/fr/docusaurus-plugin-content-docs/current/intro.md` in French.
## Start your localized site
Start your site on the French locale:
```bash
npm run start -- --locale fr
```
Your localized site is accessible at [http://localhost:3000/fr/](http://localhost:3000/fr/) and the `Getting Started` page is translated.
:::caution
In development, you can only use one locale at a time.
:::
## Add a Locale Dropdown
To navigate seamlessly across languages, add a locale dropdown.
Modify the `docusaurus.config.js` file:
```js title="docusaurus.config.js"
export default {
themeConfig: {
navbar: {
items: [
// highlight-start
{
type: 'localeDropdown',
},
// highlight-end
],
},
},
};
```
The locale dropdown now appears in your navbar:
![Locale Dropdown](./img/localeDropdown.png)
## Build your localized site
Build your site for a specific locale:
```bash
npm run build -- --locale fr
```
Or build your site to include all the locales at once:
```bash
npm run build
```

View File

@@ -0,0 +1,9 @@
{
"label": "User Guide",
"position": 5,
"link": {
"type": "generated-index",
"description": "User Manual"
}
}

4
docs/user_guide/aur.md Normal file
View File

@@ -0,0 +1,4 @@
---
sidebar_position: 2
---
# Installing with AUR

View File

@@ -0,0 +1,4 @@
---
sidebar_position: 1
---
# Cheetsheet/Shortcuts

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.5 KiB

After

Width:  |  Height:  |  Size: 11 KiB