diff --git a/.docusaurus/docusaurus-plugin-content-docs/default/category-documentation-tutorialsidebar-category-before-installation-bbf.json b/.docusaurus/docusaurus-plugin-content-docs/default/category-documentation-tutorialsidebar-category-before-installation-bbf.json index d8cebf98..9c12b341 100644 --- a/.docusaurus/docusaurus-plugin-content-docs/default/category-documentation-tutorialsidebar-category-before-installation-bbf.json +++ b/.docusaurus/docusaurus-plugin-content-docs/default/category-documentation-tutorialsidebar-category-before-installation-bbf.json @@ -5,8 +5,8 @@ "permalink": "/documentation/category/before-installation", "navigation": { "previous": { - "title": "Frequently Asked", - "permalink": "/documentation/introduction/faqs" + "title": "Code Contribution Guidelines", + "permalink": "/documentation/introduction/contributing" }, "next": { "title": "System Requirements", diff --git a/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-introduction-contributing-md-556.json b/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-introduction-contributing-md-556.json new file mode 100644 index 00000000..4194d746 --- /dev/null +++ b/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-introduction-contributing-md-556.json @@ -0,0 +1,27 @@ +{ + "id": "introduction/contributing", + "title": "Code Contribution Guidelines", + "description": "Thank you for considering contributing to Snigdha OS! We welcome contributions from everyone.", + "source": "@site/docs/introduction/contributing.md", + "sourceDirName": "introduction", + "slug": "/introduction/contributing", + "permalink": "/documentation/introduction/contributing", + "draft": false, + "unlisted": false, + "editUrl": "https://github.com/Snigdha-OS/documentation/tree/master/docs/introduction/contributing.md", + "tags": [], + "version": "current", + "sidebarPosition": 7, + "frontMatter": { + "sidebar_position": 7 + }, + "sidebar": "tutorialSidebar", + "previous": { + "title": "Frequently Asked", + "permalink": "/documentation/introduction/faqs" + }, + "next": { + "title": "Before Installation", + "permalink": "/documentation/category/before-installation" + } +} \ No newline at end of file diff --git a/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-introduction-faqs-md-b19.json b/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-introduction-faqs-md-b19.json index 86ed3df5..1f8daa25 100644 --- a/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-introduction-faqs-md-b19.json +++ b/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-introduction-faqs-md-b19.json @@ -21,7 +21,7 @@ "permalink": "/documentation/introduction/reporting_bugs" }, "next": { - "title": "Before Installation", - "permalink": "/documentation/category/before-installation" + "title": "Code Contribution Guidelines", + "permalink": "/documentation/introduction/contributing" } } \ No newline at end of file diff --git a/.docusaurus/docusaurus-plugin-content-docs/default/version-current-metadata-prop-751.json b/.docusaurus/docusaurus-plugin-content-docs/default/version-current-metadata-prop-751.json index b5cb1f02..22f3793e 100644 --- a/.docusaurus/docusaurus-plugin-content-docs/default/version-current-metadata-prop-751.json +++ b/.docusaurus/docusaurus-plugin-content-docs/default/version-current-metadata-prop-751.json @@ -56,6 +56,13 @@ "href": "/documentation/introduction/faqs", "docId": "introduction/faqs", "unlisted": false + }, + { + "type": "link", + "label": "Code Contribution Guidelines", + "href": "/documentation/introduction/contributing", + "docId": "introduction/contributing", + "unlisted": false } ], "href": "/documentation/category/introduction" @@ -440,6 +447,12 @@ "description": "A code of conduct outlines expected behavior and guidelines for individuals within a specific community, organization, or group.", "sidebar": "tutorialSidebar" }, + "introduction/contributing": { + "id": "introduction/contributing", + "title": "Code Contribution Guidelines", + "description": "Thank you for considering contributing to Snigdha OS! We welcome contributions from everyone.", + "sidebar": "tutorialSidebar" + }, "introduction/faqs": { "id": "introduction/faqs", "title": "Frequently Asked", diff --git a/.docusaurus/docusaurus-plugin-debug/default/docusaurus-debug-all-content-673.json b/.docusaurus/docusaurus-plugin-debug/default/docusaurus-debug-all-content-673.json index 1f354752..3c53d17c 100644 --- a/.docusaurus/docusaurus-plugin-debug/default/docusaurus-debug-all-content-673.json +++ b/.docusaurus/docusaurus-plugin-debug/default/docusaurus-debug-all-content-673.json @@ -478,6 +478,33 @@ "permalink": "/documentation/introduction/release_notes" } }, + { + "id": "introduction/contributing", + "title": "Code Contribution Guidelines", + "description": "Thank you for considering contributing to Snigdha OS! We welcome contributions from everyone.", + "source": "@site/docs/introduction/contributing.md", + "sourceDirName": "introduction", + "slug": "/introduction/contributing", + "permalink": "/documentation/introduction/contributing", + "draft": false, + "unlisted": false, + "editUrl": "https://github.com/Snigdha-OS/documentation/tree/master/docs/introduction/contributing.md", + "tags": [], + "version": "current", + "sidebarPosition": 7, + "frontMatter": { + "sidebar_position": 7 + }, + "sidebar": "tutorialSidebar", + "previous": { + "title": "Frequently Asked", + "permalink": "/documentation/introduction/faqs" + }, + "next": { + "title": "Before Installation", + "permalink": "/documentation/category/before-installation" + } + }, { "id": "introduction/faqs", "title": "Frequently Asked", @@ -501,8 +528,8 @@ "permalink": "/documentation/introduction/reporting_bugs" }, "next": { - "title": "Before Installation", - "permalink": "/documentation/category/before-installation" + "title": "Code Contribution Guidelines", + "permalink": "/documentation/introduction/contributing" } }, { @@ -994,6 +1021,10 @@ { "type": "doc", "id": "introduction/faqs" + }, + { + "type": "doc", + "id": "introduction/contributing" } ], "link": { diff --git a/.docusaurus/docusaurus.config.mjs b/.docusaurus/docusaurus.config.mjs index 0910c10b..eac4d131 100644 --- a/.docusaurus/docusaurus.config.mjs +++ b/.docusaurus/docusaurus.config.mjs @@ -9,6 +9,7 @@ export default { "favicon": "img/snigdhaos-icon.ico", "url": "https://snigdhaos.org", "baseUrl": "/documentation/", + "trailingSlash": false, "organizationName": "snigdha-os", "projectName": "documentation", "onBrokenLinks": "throw", diff --git a/.docusaurus/globalData.json b/.docusaurus/globalData.json index fbf12da1..b421f065 100644 --- a/.docusaurus/globalData.json +++ b/.docusaurus/globalData.json @@ -95,6 +95,11 @@ "path": "/documentation/introduction/code_of_conduct", "sidebar": "tutorialSidebar" }, + { + "id": "introduction/contributing", + "path": "/documentation/introduction/contributing", + "sidebar": "tutorialSidebar" + }, { "id": "introduction/faqs", "path": "/documentation/introduction/faqs", diff --git a/.docusaurus/registry.js b/.docusaurus/registry.js index 1d50c64b..bf6c9c20 100644 --- a/.docusaurus/registry.js +++ b/.docusaurus/registry.js @@ -1,71 +1,80 @@ export default { - "01a85c17": [() => import(/* webpackChunkName: "01a85c17" */ "@theme/BlogTagsListPage"), "@theme/BlogTagsListPage", require.resolveWeak("@theme/BlogTagsListPage")], - "043e14d3": [() => import(/* webpackChunkName: "043e14d3" */ "@site/docs/dev_guide/deploy_packages.md"), "@site/docs/dev_guide/deploy_packages.md", require.resolveWeak("@site/docs/dev_guide/deploy_packages.md")], - "06ee4edd": [() => import(/* webpackChunkName: "06ee4edd" */ "~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")], - "0b7de297": [() => import(/* webpackChunkName: "0b7de297" */ "@site/docs/troubleshoot/bluetooth.md"), "@site/docs/troubleshoot/bluetooth.md", require.resolveWeak("@site/docs/troubleshoot/bluetooth.md")], - "143ddb83": [() => import(/* webpackChunkName: "143ddb83" */ "@site/docs/before_installation/system_requirements.md"), "@site/docs/before_installation/system_requirements.md", require.resolveWeak("@site/docs/before_installation/system_requirements.md")], - "14e72bca": [() => import(/* webpackChunkName: "14e72bca" */ "~blog/default/documentation-blog-d20.json"), "~blog/default/documentation-blog-d20.json", require.resolveWeak("~blog/default/documentation-blog-d20.json")], - "14eb3368": [() => import(/* webpackChunkName: "14eb3368" */ "@theme/DocCategoryGeneratedIndexPage"), "@theme/DocCategoryGeneratedIndexPage", require.resolveWeak("@theme/DocCategoryGeneratedIndexPage")], - "151aa183": [() => import(/* webpackChunkName: "151aa183" */ "@site/docs/installation/online_install.md"), "@site/docs/installation/online_install.md", require.resolveWeak("@site/docs/installation/online_install.md")], - "17896441": [() => import(/* webpackChunkName: "17896441" */ "@theme/DocItem"), "@theme/DocItem", require.resolveWeak("@theme/DocItem")], - "1b1ff061": [() => import(/* webpackChunkName: "1b1ff061" */ "@site/docs/introduction/release_notes.md"), "@site/docs/introduction/release_notes.md", require.resolveWeak("@site/docs/introduction/release_notes.md")], - "1c0d73a2": [() => import(/* webpackChunkName: "1c0d73a2" */ "~blog/default/documentation-blog-tags-bug-b05-list.json"), "~blog/default/documentation-blog-tags-bug-b05-list.json", require.resolveWeak("~blog/default/documentation-blog-tags-bug-b05-list.json")], - "1f391b9e": [() => import(/* webpackChunkName: "1f391b9e" */ "@theme/MDXPage"), "@theme/MDXPage", require.resolveWeak("@theme/MDXPage")], - "1f9d4574": [() => import(/* webpackChunkName: "1f9d4574" */ "@site/docs/installation/start_installation.md"), "@site/docs/installation/start_installation.md", require.resolveWeak("@site/docs/installation/start_installation.md")], - "21abdd8f": [() => import(/* webpackChunkName: "21abdd8f" */ "@site/src/pages/cookie-consent.md"), "@site/src/pages/cookie-consent.md", require.resolveWeak("@site/src/pages/cookie-consent.md")], - "24e7cd5a": [() => import(/* webpackChunkName: "24e7cd5a" */ "@site/docs/installation/virtualbox_installation.md"), "@site/docs/installation/virtualbox_installation.md", require.resolveWeak("@site/docs/installation/virtualbox_installation.md")], - "34e267cb": [() => import(/* webpackChunkName: "34e267cb" */ "@site/docs/installation/download_snigdha_os.md"), "@site/docs/installation/download_snigdha_os.md", require.resolveWeak("@site/docs/installation/download_snigdha_os.md")], - "36717f71": [() => import(/* webpackChunkName: "36717f71" */ "@site/docs/troubleshoot/wifi.md"), "@site/docs/troubleshoot/wifi.md", require.resolveWeak("@site/docs/troubleshoot/wifi.md")], - "374f080d": [() => import(/* webpackChunkName: "374f080d" */ "@site/docs/before_installation/internet_connection.md"), "@site/docs/before_installation/internet_connection.md", require.resolveWeak("@site/docs/before_installation/internet_connection.md")], - "393be207": [() => import(/* webpackChunkName: "393be207" */ "@site/src/pages/markdown-page.md"), "@site/src/pages/markdown-page.md", require.resolveWeak("@site/src/pages/markdown-page.md")], - "3f32b921": [() => import(/* webpackChunkName: "3f32b921" */ "@site/docs/installation/offline_install.md"), "@site/docs/installation/offline_install.md", require.resolveWeak("@site/docs/installation/offline_install.md")], - "400546c3": [() => import(/* webpackChunkName: "400546c3" */ "@site/docs/packages/snigdhaos_welcome.md"), "@site/docs/packages/snigdhaos_welcome.md", require.resolveWeak("@site/docs/packages/snigdhaos_welcome.md")], - "404ec107": [() => import(/* webpackChunkName: "404ec107" */ "@site/docs/dev_guide/install_keyring.md"), "@site/docs/dev_guide/install_keyring.md", require.resolveWeak("@site/docs/dev_guide/install_keyring.md")], - "490569e1": [() => import(/* webpackChunkName: "490569e1" */ "/home/whoami/Documents/GitHub/documentation/.docusaurus/docusaurus-plugin-content-blog/default/plugin-route-context-module-100.json"), "/home/whoami/Documents/GitHub/documentation/.docusaurus/docusaurus-plugin-content-blog/default/plugin-route-context-module-100.json", require.resolveWeak("/home/whoami/Documents/GitHub/documentation/.docusaurus/docusaurus-plugin-content-blog/default/plugin-route-context-module-100.json")], - "5d63bb5c": [() => import(/* webpackChunkName: "5d63bb5c" */ "~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")], - "5e95c892": [() => import(/* webpackChunkName: "5e95c892" */ "@theme/DocsRoot"), "@theme/DocsRoot", require.resolveWeak("@theme/DocsRoot")], - "66ee5a7d": [() => import(/* webpackChunkName: "66ee5a7d" */ "@site/docs/dev_guide/pkgbuild.md"), "@site/docs/dev_guide/pkgbuild.md", require.resolveWeak("@site/docs/dev_guide/pkgbuild.md")], - "67391c37": [() => import(/* webpackChunkName: "67391c37" */ "~blog/default/documentation-blog-tags-tags-271.json"), "~blog/default/documentation-blog-tags-tags-271.json", require.resolveWeak("~blog/default/documentation-blog-tags-tags-271.json")], - "6875c492": [() => import(/* webpackChunkName: "6875c492" */ "@theme/BlogTagsPostsPage"), "@theme/BlogTagsPostsPage", require.resolveWeak("@theme/BlogTagsPostsPage")], - "69817ecd": [() => import(/* webpackChunkName: "69817ecd" */ "~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")], - "7909fc73": [() => import(/* webpackChunkName: "7909fc73" */ "~blog/default/documentation-blog-tags-bug-b05.json"), "~blog/default/documentation-blog-tags-bug-b05.json", require.resolveWeak("~blog/default/documentation-blog-tags-bug-b05.json")], - "795cfaa5": [() => import(/* webpackChunkName: "795cfaa5" */ "@site/docs/installation/live_env.md"), "@site/docs/installation/live_env.md", require.resolveWeak("@site/docs/installation/live_env.md")], - "814f3328": [() => import(/* webpackChunkName: "814f3328" */ "~blog/default/blog-post-list-prop-default.json"), "~blog/default/blog-post-list-prop-default.json", require.resolveWeak("~blog/default/blog-post-list-prop-default.json")], - "89ebda57": [() => import(/* webpackChunkName: "89ebda57" */ "@site/docs/dev_guide/gpg_key.md"), "@site/docs/dev_guide/gpg_key.md", require.resolveWeak("@site/docs/dev_guide/gpg_key.md")], - "904c2b3c": [() => import(/* webpackChunkName: "904c2b3c" */ "@site/docs/post_installation/install_packages.md"), "@site/docs/post_installation/install_packages.md", require.resolveWeak("@site/docs/post_installation/install_packages.md")], - "9096837d": [() => import(/* webpackChunkName: "9096837d" */ "~docs/default/category-documentation-tutorialsidebar-category-packages-eea.json"), "~docs/default/category-documentation-tutorialsidebar-category-packages-eea.json", require.resolveWeak("~docs/default/category-documentation-tutorialsidebar-category-packages-eea.json")], - "935f2afb": [() => import(/* webpackChunkName: "935f2afb" */ "~docs/default/version-current-metadata-prop-751.json"), "~docs/default/version-current-metadata-prop-751.json", require.resolveWeak("~docs/default/version-current-metadata-prop-751.json")], - "96b21efb": [() => import(/* webpackChunkName: "96b21efb" */ "~docs/default/category-documentation-tutorialsidebar-category-tools-82a.json"), "~docs/default/category-documentation-tutorialsidebar-category-tools-82a.json", require.resolveWeak("~docs/default/category-documentation-tutorialsidebar-category-tools-82a.json")], - "99b9486b": [() => import(/* webpackChunkName: "99b9486b" */ "/home/whoami/Documents/GitHub/documentation/.docusaurus/docusaurus-plugin-content-docs/default/plugin-route-context-module-100.json"), "/home/whoami/Documents/GitHub/documentation/.docusaurus/docusaurus-plugin-content-docs/default/plugin-route-context-module-100.json", require.resolveWeak("/home/whoami/Documents/GitHub/documentation/.docusaurus/docusaurus-plugin-content-docs/default/plugin-route-context-module-100.json")], - "9cb882f2": [() => import(/* webpackChunkName: "9cb882f2" */ "@site/docs/post_installation/customization.md"), "@site/docs/post_installation/customization.md", require.resolveWeak("@site/docs/post_installation/customization.md")], - "9dc2651c": [() => import(/* webpackChunkName: "9dc2651c" */ "@site/docs/troubleshoot/sound.md"), "@site/docs/troubleshoot/sound.md", require.resolveWeak("@site/docs/troubleshoot/sound.md")], - "9dcbbb0d": [() => import(/* webpackChunkName: "9dcbbb0d" */ "@site/docs/dev_guide/build_source.md"), "@site/docs/dev_guide/build_source.md", require.resolveWeak("@site/docs/dev_guide/build_source.md")], - "9e4087bc": [() => import(/* webpackChunkName: "9e4087bc" */ "@theme/BlogArchivePage"), "@theme/BlogArchivePage", require.resolveWeak("@theme/BlogArchivePage")], - "a6aa9e1f": [() => import(/* webpackChunkName: "a6aa9e1f" */ "@theme/BlogListPage"), "@theme/BlogListPage", require.resolveWeak("@theme/BlogListPage")], - "a7bd4aaa": [() => import(/* webpackChunkName: "a7bd4aaa" */ "@theme/DocVersionRoot"), "@theme/DocVersionRoot", require.resolveWeak("@theme/DocVersionRoot")], - "a94703ab": [() => import(/* webpackChunkName: "a94703ab" */ "@theme/DocRoot"), "@theme/DocRoot", require.resolveWeak("@theme/DocRoot")], - "ad749202": [() => import(/* webpackChunkName: "ad749202" */ "@site/docs/post_installation/language.md"), "@site/docs/post_installation/language.md", require.resolveWeak("@site/docs/post_installation/language.md")], - "b19634de": [() => import(/* webpackChunkName: "b19634de" */ "@site/docs/introduction/faqs.md"), "@site/docs/introduction/faqs.md", require.resolveWeak("@site/docs/introduction/faqs.md")], - "b20c3152": [() => import(/* webpackChunkName: "b20c3152" */ "~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")], - "b85d3565": [() => import(/* webpackChunkName: "b85d3565" */ "@site/docs/installation/making_bootable_usb.md"), "@site/docs/installation/making_bootable_usb.md", require.resolveWeak("@site/docs/installation/making_bootable_usb.md")], - "b9c524af": [() => import(/* webpackChunkName: "b9c524af" */ "@site/docs/before_installation/imporatnt_notes.md"), "@site/docs/before_installation/imporatnt_notes.md", require.resolveWeak("@site/docs/before_installation/imporatnt_notes.md")], - "bbd9b434": [() => import(/* webpackChunkName: "bbd9b434" */ "@site/docs/packages/snigdhaos_blackbox.md"), "@site/docs/packages/snigdhaos_blackbox.md", require.resolveWeak("@site/docs/packages/snigdhaos_blackbox.md")], - "c52926df": [() => import(/* webpackChunkName: "c52926df" */ "/home/whoami/Documents/GitHub/documentation/.docusaurus/docusaurus-plugin-content-pages/default/plugin-route-context-module-100.json"), "/home/whoami/Documents/GitHub/documentation/.docusaurus/docusaurus-plugin-content-pages/default/plugin-route-context-module-100.json", require.resolveWeak("/home/whoami/Documents/GitHub/documentation/.docusaurus/docusaurus-plugin-content-pages/default/plugin-route-context-module-100.json")], - "c62485b9": [() => import(/* webpackChunkName: "c62485b9" */ "@site/docs/introduction/introduction.md"), "@site/docs/introduction/introduction.md", require.resolveWeak("@site/docs/introduction/introduction.md")], - "ccc49370": [() => import(/* webpackChunkName: "ccc49370" */ "@theme/BlogPostPage"), "@theme/BlogPostPage", require.resolveWeak("@theme/BlogPostPage")], - "ccd1ff3c": [() => import(/* webpackChunkName: "ccd1ff3c" */ "~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")], - "ce85b788": [() => import(/* webpackChunkName: "ce85b788" */ "@site/docs/tools/dns.md"), "@site/docs/tools/dns.md", require.resolveWeak("@site/docs/tools/dns.md")], - "d68f1e45": [() => import(/* webpackChunkName: "d68f1e45" */ "@site/docs/user_guide/aur.md"), "@site/docs/user_guide/aur.md", require.resolveWeak("@site/docs/user_guide/aur.md")], - "d79d4c97": [() => import(/* webpackChunkName: "d79d4c97" */ "@site/docs/introduction/inspiration.md"), "@site/docs/introduction/inspiration.md", require.resolveWeak("@site/docs/introduction/inspiration.md")], - "dc87ea58": [() => import(/* webpackChunkName: "dc87ea58" */ "@site/docs/introduction/reporting_bugs.md"), "@site/docs/introduction/reporting_bugs.md", require.resolveWeak("@site/docs/introduction/reporting_bugs.md")], - "de6c38e6": [() => import(/* webpackChunkName: "de6c38e6" */ "~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")], - "e2e7c0ac": [() => import(/* webpackChunkName: "e2e7c0ac" */ "@site/docs/troubleshoot/display.md"), "@site/docs/troubleshoot/display.md", require.resolveWeak("@site/docs/troubleshoot/display.md")], - "e541c1c2": [() => import(/* webpackChunkName: "e541c1c2" */ "~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")], - "e89f4dea": [() => import(/* webpackChunkName: "e89f4dea" */ "@site/docs/introduction/code_of_conduct.md"), "@site/docs/introduction/code_of_conduct.md", require.resolveWeak("@site/docs/introduction/code_of_conduct.md")], - "ec3de22d": [() => import(/* webpackChunkName: "ec3de22d" */ "@site/docs/dev_guide/write.md"), "@site/docs/dev_guide/write.md", require.resolveWeak("@site/docs/dev_guide/write.md")], - "ec4024f9": [() => import(/* webpackChunkName: "ec4024f9" */ "@site/blog/effetive_bug_report.md?truncated=true"), "@site/blog/effetive_bug_report.md?truncated=true", require.resolveWeak("@site/blog/effetive_bug_report.md?truncated=true")], - "eda3af29": [() => import(/* webpackChunkName: "eda3af29" */ "~blog/default/documentation-blog-archive-ece.json"), "~blog/default/documentation-blog-archive-ece.json", require.resolveWeak("~blog/default/documentation-blog-archive-ece.json")], - "f7392c07": [() => import(/* webpackChunkName: "f7392c07" */ "@site/blog/effetive_bug_report.md"), "@site/blog/effetive_bug_report.md", require.resolveWeak("@site/blog/effetive_bug_report.md")], - "f7a81d3a": [() => import(/* webpackChunkName: "f7a81d3a" */ "@site/docs/user_guide/cheetsheet.md"), "@site/docs/user_guide/cheetsheet.md", require.resolveWeak("@site/docs/user_guide/cheetsheet.md")], - "fbb85ca9": [() => import(/* webpackChunkName: "fbb85ca9" */ "@site/src/pages/privacy_policy.md"), "@site/src/pages/privacy_policy.md", require.resolveWeak("@site/src/pages/privacy_policy.md")], - "ffa2682b": [() => import(/* webpackChunkName: "ffa2682b" */ "@site/docs/post_installation/update.md"), "@site/docs/post_installation/update.md", require.resolveWeak("@site/docs/post_installation/update.md")],}; + "__comp---theme-blog-archive-page-9-e-4-1d8": [() => import(/* webpackChunkName: "__comp---theme-blog-archive-page-9-e-4-1d8" */ "@theme/BlogArchivePage"), "@theme/BlogArchivePage", require.resolveWeak("@theme/BlogArchivePage")], + "__comp---theme-blog-list-pagea-6-a-7ba": [() => import(/* webpackChunkName: "__comp---theme-blog-list-pagea-6-a-7ba" */ "@theme/BlogListPage"), "@theme/BlogListPage", require.resolveWeak("@theme/BlogListPage")], + "__comp---theme-blog-post-pageccc-cab": [() => import(/* webpackChunkName: "__comp---theme-blog-post-pageccc-cab" */ "@theme/BlogPostPage"), "@theme/BlogPostPage", require.resolveWeak("@theme/BlogPostPage")], + "__comp---theme-blog-tags-list-page-01-a-d0b": [() => import(/* webpackChunkName: "__comp---theme-blog-tags-list-page-01-a-d0b" */ "@theme/BlogTagsListPage"), "@theme/BlogTagsListPage", require.resolveWeak("@theme/BlogTagsListPage")], + "__comp---theme-blog-tags-posts-page-687-b6c": [() => import(/* webpackChunkName: "__comp---theme-blog-tags-posts-page-687-b6c" */ "@theme/BlogTagsPostsPage"), "@theme/BlogTagsPostsPage", require.resolveWeak("@theme/BlogTagsPostsPage")], + "__comp---theme-debug-config-23-a-2ff": [() => import(/* webpackChunkName: "__comp---theme-debug-config-23-a-2ff" */ "@theme/DebugConfig"), "@theme/DebugConfig", require.resolveWeak("@theme/DebugConfig")], + "__comp---theme-debug-contentba-8-ce7": [() => import(/* webpackChunkName: "__comp---theme-debug-contentba-8-ce7" */ "@theme/DebugContent"), "@theme/DebugContent", require.resolveWeak("@theme/DebugContent")], + "__comp---theme-debug-global-dataede-0fa": [() => import(/* webpackChunkName: "__comp---theme-debug-global-dataede-0fa" */ "@theme/DebugGlobalData"), "@theme/DebugGlobalData", require.resolveWeak("@theme/DebugGlobalData")], + "__comp---theme-debug-registry-679-501": [() => import(/* webpackChunkName: "__comp---theme-debug-registry-679-501" */ "@theme/DebugRegistry"), "@theme/DebugRegistry", require.resolveWeak("@theme/DebugRegistry")], + "__comp---theme-debug-routes-946-699": [() => import(/* webpackChunkName: "__comp---theme-debug-routes-946-699" */ "@theme/DebugRoutes"), "@theme/DebugRoutes", require.resolveWeak("@theme/DebugRoutes")], + "__comp---theme-debug-site-metadata-68-e-3d4": [() => import(/* webpackChunkName: "__comp---theme-debug-site-metadata-68-e-3d4" */ "@theme/DebugSiteMetadata"), "@theme/DebugSiteMetadata", require.resolveWeak("@theme/DebugSiteMetadata")], + "__comp---theme-doc-category-generated-index-page-14-e-640": [() => import(/* webpackChunkName: "__comp---theme-doc-category-generated-index-page-14-e-640" */ "@theme/DocCategoryGeneratedIndexPage"), "@theme/DocCategoryGeneratedIndexPage", require.resolveWeak("@theme/DocCategoryGeneratedIndexPage")], + "__comp---theme-doc-item-178-a40": [() => import(/* webpackChunkName: "__comp---theme-doc-item-178-a40" */ "@theme/DocItem"), "@theme/DocItem", require.resolveWeak("@theme/DocItem")], + "__comp---theme-doc-roota-94-67a": [() => import(/* webpackChunkName: "__comp---theme-doc-roota-94-67a" */ "@theme/DocRoot"), "@theme/DocRoot", require.resolveWeak("@theme/DocRoot")], + "__comp---theme-doc-version-roota-7-b-5de": [() => import(/* webpackChunkName: "__comp---theme-doc-version-roota-7-b-5de" */ "@theme/DocVersionRoot"), "@theme/DocVersionRoot", require.resolveWeak("@theme/DocVersionRoot")], + "__comp---theme-docs-root-5-e-9-0b6": [() => import(/* webpackChunkName: "__comp---theme-docs-root-5-e-9-0b6" */ "@theme/DocsRoot"), "@theme/DocsRoot", require.resolveWeak("@theme/DocsRoot")], + "__comp---theme-mdx-page-1-f-3-b90": [() => import(/* webpackChunkName: "__comp---theme-mdx-page-1-f-3-b90" */ "@theme/MDXPage"), "@theme/MDXPage", require.resolveWeak("@theme/MDXPage")], + "allContent---documentation-docusaurus-debug-content-246-1fc": [() => import(/* webpackChunkName: "allContent---documentation-docusaurus-debug-content-246-1fc" */ "~debug/default/docusaurus-debug-all-content-673.json"), "~debug/default/docusaurus-debug-all-content-673.json", require.resolveWeak("~debug/default/docusaurus-debug-all-content-673.json")], + "archive---documentation-blog-archiveeda-964": [() => import(/* webpackChunkName: "archive---documentation-blog-archiveeda-964" */ "~blog/default/documentation-blog-archive-ece.json"), "~blog/default/documentation-blog-archive-ece.json", require.resolveWeak("~blog/default/documentation-blog-archive-ece.json")], + "categoryGeneratedIndex---documentation-category-before-installation-5-d-6-c35": [() => import(/* webpackChunkName: "categoryGeneratedIndex---documentation-category-before-installation-5-d-6-c35" */ "~docs/default/category-documentation-tutorialsidebar-category-before-installation-bbf.json"), "~docs/default/category-documentation-tutorialsidebar-category-before-installation-bbf.json", require.resolveWeak("~docs/default/category-documentation-tutorialsidebar-category-before-installation-bbf.json")], + "categoryGeneratedIndex---documentation-category-developers-guide-06-e-997": [() => import(/* webpackChunkName: "categoryGeneratedIndex---documentation-category-developers-guide-06-e-997" */ "~docs/default/category-documentation-tutorialsidebar-category-developers-guide-ae5.json"), "~docs/default/category-documentation-tutorialsidebar-category-developers-guide-ae5.json", require.resolveWeak("~docs/default/category-documentation-tutorialsidebar-category-developers-guide-ae5.json")], + "categoryGeneratedIndex---documentation-category-installationb-20-365": [() => import(/* webpackChunkName: "categoryGeneratedIndex---documentation-category-installationb-20-365" */ "~docs/default/category-documentation-tutorialsidebar-category-installation-da6.json"), "~docs/default/category-documentation-tutorialsidebar-category-installation-da6.json", require.resolveWeak("~docs/default/category-documentation-tutorialsidebar-category-installation-da6.json")], + "categoryGeneratedIndex---documentation-category-introductionccd-ede": [() => import(/* webpackChunkName: "categoryGeneratedIndex---documentation-category-introductionccd-ede" */ "~docs/default/category-documentation-tutorialsidebar-category-introduction-344.json"), "~docs/default/category-documentation-tutorialsidebar-category-introduction-344.json", require.resolveWeak("~docs/default/category-documentation-tutorialsidebar-category-introduction-344.json")], + "categoryGeneratedIndex---documentation-category-packages-909-692": [() => import(/* webpackChunkName: "categoryGeneratedIndex---documentation-category-packages-909-692" */ "~docs/default/category-documentation-tutorialsidebar-category-packages-eea.json"), "~docs/default/category-documentation-tutorialsidebar-category-packages-eea.json", require.resolveWeak("~docs/default/category-documentation-tutorialsidebar-category-packages-eea.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-tools-96-b-75a": [() => import(/* webpackChunkName: "categoryGeneratedIndex---documentation-category-tools-96-b-75a" */ "~docs/default/category-documentation-tutorialsidebar-category-tools-82a.json"), "~docs/default/category-documentation-tutorialsidebar-category-tools-82a.json", require.resolveWeak("~docs/default/category-documentation-tutorialsidebar-category-tools-82a.json")], + "categoryGeneratedIndex---documentation-category-troubleshootde-6-666": [() => import(/* webpackChunkName: "categoryGeneratedIndex---documentation-category-troubleshootde-6-666" */ "~docs/default/category-documentation-tutorialsidebar-category-troubleshoot-a4b.json"), "~docs/default/category-documentation-tutorialsidebar-category-troubleshoot-a4b.json", require.resolveWeak("~docs/default/category-documentation-tutorialsidebar-category-troubleshoot-a4b.json")], + "categoryGeneratedIndex---documentation-category-user-guide-698-266": [() => import(/* webpackChunkName: "categoryGeneratedIndex---documentation-category-user-guide-698-266" */ "~docs/default/category-documentation-tutorialsidebar-category-user-guide-b31.json"), "~docs/default/category-documentation-tutorialsidebar-category-user-guide-b31.json", require.resolveWeak("~docs/default/category-documentation-tutorialsidebar-category-user-guide-b31.json")], + "content---documentation-before-installation-imporatnt-notesb-9-c-8d1": [() => import(/* webpackChunkName: "content---documentation-before-installation-imporatnt-notesb-9-c-8d1" */ "@site/docs/before_installation/imporatnt_notes.md"), "@site/docs/before_installation/imporatnt_notes.md", require.resolveWeak("@site/docs/before_installation/imporatnt_notes.md")], + "content---documentation-before-installation-internet-connection-374-962": [() => import(/* webpackChunkName: "content---documentation-before-installation-internet-connection-374-962" */ "@site/docs/before_installation/internet_connection.md"), "@site/docs/before_installation/internet_connection.md", require.resolveWeak("@site/docs/before_installation/internet_connection.md")], + "content---documentation-before-installation-system-requirements-143-bf9": [() => import(/* webpackChunkName: "content---documentation-before-installation-system-requirements-143-bf9" */ "@site/docs/before_installation/system_requirements.md"), "@site/docs/before_installation/system_requirements.md", require.resolveWeak("@site/docs/before_installation/system_requirements.md")], + "content---documentation-blog-effective-bug-reportf-73-529": [() => import(/* webpackChunkName: "content---documentation-blog-effective-bug-reportf-73-529" */ "@site/blog/effetive_bug_report.md"), "@site/blog/effetive_bug_report.md", require.resolveWeak("@site/blog/effetive_bug_report.md")], + "content---documentation-blogec-4-500": [() => import(/* webpackChunkName: "content---documentation-blogec-4-500" */ "@site/blog/effetive_bug_report.md?truncated=true"), "@site/blog/effetive_bug_report.md?truncated=true", require.resolveWeak("@site/blog/effetive_bug_report.md?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-cookie-consent-21-a-25e": [() => import(/* webpackChunkName: "content---documentation-cookie-consent-21-a-25e" */ "@site/src/pages/cookie-consent.md"), "@site/src/pages/cookie-consent.md", require.resolveWeak("@site/src/pages/cookie-consent.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-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-install-keyring-404-6d6": [() => import(/* webpackChunkName: "content---documentation-dev-guide-install-keyring-404-6d6" */ "@site/docs/dev_guide/install_keyring.md"), "@site/docs/dev_guide/install_keyring.md", require.resolveWeak("@site/docs/dev_guide/install_keyring.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-contributing-556-194": [() => import(/* webpackChunkName: "content---documentation-introduction-contributing-556-194" */ "@site/docs/introduction/contributing.md"), "@site/docs/introduction/contributing.md", require.resolveWeak("@site/docs/introduction/contributing.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-packages-snigdhaos-blackboxbbd-050": [() => import(/* webpackChunkName: "content---documentation-packages-snigdhaos-blackboxbbd-050" */ "@site/docs/packages/snigdhaos_blackbox.md"), "@site/docs/packages/snigdhaos_blackbox.md", require.resolveWeak("@site/docs/packages/snigdhaos_blackbox.md")], + "content---documentation-packages-snigdhaos-welcome-400-dfa": [() => import(/* webpackChunkName: "content---documentation-packages-snigdhaos-welcome-400-dfa" */ "@site/docs/packages/snigdhaos_welcome.md"), "@site/docs/packages/snigdhaos_welcome.md", require.resolveWeak("@site/docs/packages/snigdhaos_welcome.md")], + "content---documentation-post-installation-customization-9-cb-3c6": [() => import(/* webpackChunkName: "content---documentation-post-installation-customization-9-cb-3c6" */ "@site/docs/post_installation/customization.md"), "@site/docs/post_installation/customization.md", require.resolveWeak("@site/docs/post_installation/customization.md")], + "content---documentation-post-installation-install-packages-904-e99": [() => import(/* webpackChunkName: "content---documentation-post-installation-install-packages-904-e99" */ "@site/docs/post_installation/install_packages.md"), "@site/docs/post_installation/install_packages.md", require.resolveWeak("@site/docs/post_installation/install_packages.md")], + "content---documentation-post-installation-languagead-7-478": [() => import(/* webpackChunkName: "content---documentation-post-installation-languagead-7-478" */ "@site/docs/post_installation/language.md"), "@site/docs/post_installation/language.md", require.resolveWeak("@site/docs/post_installation/language.md")], + "content---documentation-post-installation-updateffa-74d": [() => import(/* webpackChunkName: "content---documentation-post-installation-updateffa-74d" */ "@site/docs/post_installation/update.md"), "@site/docs/post_installation/update.md", require.resolveWeak("@site/docs/post_installation/update.md")], + "content---documentation-privacy-policyfbb-0dc": [() => import(/* webpackChunkName: "content---documentation-privacy-policyfbb-0dc" */ "@site/src/pages/privacy_policy.md"), "@site/src/pages/privacy_policy.md", require.resolveWeak("@site/src/pages/privacy_policy.md")], + "content---documentation-tools-dnsce-8-3f9": [() => import(/* webpackChunkName: "content---documentation-tools-dnsce-8-3f9" */ "@site/docs/tools/dns.md"), "@site/docs/tools/dns.md", require.resolveWeak("@site/docs/tools/dns.md")], + "content---documentation-troubleshoot-bluetooth-0-b-7-15c": [() => import(/* webpackChunkName: "content---documentation-troubleshoot-bluetooth-0-b-7-15c" */ "@site/docs/troubleshoot/bluetooth.md"), "@site/docs/troubleshoot/bluetooth.md", require.resolveWeak("@site/docs/troubleshoot/bluetooth.md")], + "content---documentation-troubleshoot-displaye-2-e-7de": [() => import(/* webpackChunkName: "content---documentation-troubleshoot-displaye-2-e-7de" */ "@site/docs/troubleshoot/display.md"), "@site/docs/troubleshoot/display.md", require.resolveWeak("@site/docs/troubleshoot/display.md")], + "content---documentation-troubleshoot-sound-9-dc-cb6": [() => import(/* webpackChunkName: "content---documentation-troubleshoot-sound-9-dc-cb6" */ "@site/docs/troubleshoot/sound.md"), "@site/docs/troubleshoot/sound.md", require.resolveWeak("@site/docs/troubleshoot/sound.md")], + "content---documentation-troubleshoot-wifi-367-035": [() => import(/* webpackChunkName: "content---documentation-troubleshoot-wifi-367-035" */ "@site/docs/troubleshoot/wifi.md"), "@site/docs/troubleshoot/wifi.md", require.resolveWeak("@site/docs/troubleshoot/wifi.md")], + "content---documentation-user-guide-aurd-68-18b": [() => import(/* webpackChunkName: "content---documentation-user-guide-aurd-68-18b" */ "@site/docs/user_guide/aur.md"), "@site/docs/user_guide/aur.md", require.resolveWeak("@site/docs/user_guide/aur.md")], + "content---documentation-user-guide-cheetsheetf-7-a-048": [() => import(/* webpackChunkName: "content---documentation-user-guide-cheetsheetf-7-a-048" */ "@site/docs/user_guide/cheetsheet.md"), "@site/docs/user_guide/cheetsheet.md", require.resolveWeak("@site/docs/user_guide/cheetsheet.md")], + "listMetadata---documentation-blog-tags-bug-1-c-0-91c": [() => import(/* webpackChunkName: "listMetadata---documentation-blog-tags-bug-1-c-0-91c" */ "~blog/default/documentation-blog-tags-bug-b05-list.json"), "~blog/default/documentation-blog-tags-bug-b05-list.json", require.resolveWeak("~blog/default/documentation-blog-tags-bug-b05-list.json")], + "metadata---documentation-blog-14-e-a5c": [() => import(/* webpackChunkName: "metadata---documentation-blog-14-e-a5c" */ "~blog/default/documentation-blog-d20.json"), "~blog/default/documentation-blog-d20.json", require.resolveWeak("~blog/default/documentation-blog-d20.json")], + "plugin---documentation-99-b-b0a": [() => import(/* webpackChunkName: "plugin---documentation-99-b-b0a" */ "/home/whoami/Documents/GitHub/documentation/.docusaurus/docusaurus-plugin-content-docs/default/plugin-route-context-module-100.json"), "/home/whoami/Documents/GitHub/documentation/.docusaurus/docusaurus-plugin-content-docs/default/plugin-route-context-module-100.json", require.resolveWeak("/home/whoami/Documents/GitHub/documentation/.docusaurus/docusaurus-plugin-content-docs/default/plugin-route-context-module-100.json")], + "plugin---documentation-blog-490-fb4": [() => import(/* webpackChunkName: "plugin---documentation-blog-490-fb4" */ "/home/whoami/Documents/GitHub/documentation/.docusaurus/docusaurus-plugin-content-blog/default/plugin-route-context-module-100.json"), "/home/whoami/Documents/GitHub/documentation/.docusaurus/docusaurus-plugin-content-blog/default/plugin-route-context-module-100.json", require.resolveWeak("/home/whoami/Documents/GitHub/documentation/.docusaurus/docusaurus-plugin-content-blog/default/plugin-route-context-module-100.json")], + "plugin---documentation-cookie-consentc-52-818": [() => import(/* webpackChunkName: "plugin---documentation-cookie-consentc-52-818" */ "/home/whoami/Documents/GitHub/documentation/.docusaurus/docusaurus-plugin-content-pages/default/plugin-route-context-module-100.json"), "/home/whoami/Documents/GitHub/documentation/.docusaurus/docusaurus-plugin-content-pages/default/plugin-route-context-module-100.json", require.resolveWeak("/home/whoami/Documents/GitHub/documentation/.docusaurus/docusaurus-plugin-content-pages/default/plugin-route-context-module-100.json")], + "plugin---documentation-docusaurus-debuge-3-a-69b": [() => import(/* webpackChunkName: "plugin---documentation-docusaurus-debuge-3-a-69b" */ "/home/whoami/Documents/GitHub/documentation/.docusaurus/docusaurus-plugin-debug/default/plugin-route-context-module-100.json"), "/home/whoami/Documents/GitHub/documentation/.docusaurus/docusaurus-plugin-debug/default/plugin-route-context-module-100.json", require.resolveWeak("/home/whoami/Documents/GitHub/documentation/.docusaurus/docusaurus-plugin-debug/default/plugin-route-context-module-100.json")], + "sidebar---documentation-blog-814-bc6": [() => import(/* webpackChunkName: "sidebar---documentation-blog-814-bc6" */ "~blog/default/blog-post-list-prop-default.json"), "~blog/default/blog-post-list-prop-default.json", require.resolveWeak("~blog/default/blog-post-list-prop-default.json")], + "tag---documentation-blog-tags-bug-790-80d": [() => import(/* webpackChunkName: "tag---documentation-blog-tags-bug-790-80d" */ "~blog/default/documentation-blog-tags-bug-b05.json"), "~blog/default/documentation-blog-tags-bug-b05.json", require.resolveWeak("~blog/default/documentation-blog-tags-bug-b05.json")], + "tags---documentation-blog-tags-673-362": [() => import(/* webpackChunkName: "tags---documentation-blog-tags-673-362" */ "~blog/default/documentation-blog-tags-tags-271.json"), "~blog/default/documentation-blog-tags-tags-271.json", require.resolveWeak("~blog/default/documentation-blog-tags-tags-271.json")], + "version---documentation-935-548": [() => import(/* webpackChunkName: "version---documentation-935-548" */ "~docs/default/version-current-metadata-prop-751.json"), "~docs/default/version-current-metadata-prop-751.json", require.resolveWeak("~docs/default/version-current-metadata-prop-751.json")],}; diff --git a/.docusaurus/routes.js b/.docusaurus/routes.js index ffa13e15..1f5abaac 100644 --- a/.docusaurus/routes.js +++ b/.docusaurus/routes.js @@ -2,6 +2,41 @@ import React from 'react'; import ComponentCreator from '@docusaurus/ComponentCreator'; export default [ + { + path: '/documentation/__docusaurus/debug', + component: ComponentCreator('/documentation/__docusaurus/debug', '043'), + exact: true + }, + { + path: '/documentation/__docusaurus/debug/config', + component: ComponentCreator('/documentation/__docusaurus/debug/config', 'd32'), + exact: true + }, + { + path: '/documentation/__docusaurus/debug/content', + component: ComponentCreator('/documentation/__docusaurus/debug/content', 'f83'), + exact: true + }, + { + path: '/documentation/__docusaurus/debug/globalData', + component: ComponentCreator('/documentation/__docusaurus/debug/globalData', '599'), + exact: true + }, + { + path: '/documentation/__docusaurus/debug/metadata', + component: ComponentCreator('/documentation/__docusaurus/debug/metadata', 'b41'), + exact: true + }, + { + path: '/documentation/__docusaurus/debug/registry', + component: ComponentCreator('/documentation/__docusaurus/debug/registry', '12e'), + exact: true + }, + { + path: '/documentation/__docusaurus/debug/routes', + component: ComponentCreator('/documentation/__docusaurus/debug/routes', '073'), + exact: true + }, { path: '/documentation/blog', component: ComponentCreator('/documentation/blog', '5bc'), @@ -44,15 +79,15 @@ export default [ }, { path: '/documentation/', - component: ComponentCreator('/documentation/', '615'), + component: ComponentCreator('/documentation/', '9ab'), routes: [ { path: '/documentation/', - component: ComponentCreator('/documentation/', 'a9f'), + component: ComponentCreator('/documentation/', '404'), routes: [ { path: '/documentation/', - component: ComponentCreator('/documentation/', '951'), + component: ComponentCreator('/documentation/', '0b8'), routes: [ { path: '/documentation/before_installation/imporatnt_notes', @@ -210,6 +245,12 @@ export default [ exact: true, sidebar: "tutorialSidebar" }, + { + path: '/documentation/introduction/contributing', + component: ComponentCreator('/documentation/introduction/contributing', '2c1'), + exact: true, + sidebar: "tutorialSidebar" + }, { path: '/documentation/introduction/faqs', component: ComponentCreator('/documentation/introduction/faqs', '7af'), diff --git a/.docusaurus/routesChunkNames.json b/.docusaurus/routesChunkNames.json index 0b956bfe..aadb8605 100644 --- a/.docusaurus/routesChunkNames.json +++ b/.docusaurus/routesChunkNames.json @@ -1,262 +1,309 @@ { - "/documentation/blog-5bc": { - "__comp": "a6aa9e1f", + "/documentation/__docusaurus/debug-043": { + "__comp": "__comp---theme-debug-config-23-a-2ff", "__context": { - "plugin": "490569e1" - }, - "sidebar": "814f3328", - "items": [ - { - "content": "ec4024f9" - } - ], - "metadata": "14e72bca" - }, - "/documentation/blog/archive-ea7": { - "__comp": "9e4087bc", - "__context": { - "plugin": "490569e1" - }, - "archive": "eda3af29" - }, - "/documentation/blog/effective_bug_report-386": { - "__comp": "ccc49370", - "__context": { - "plugin": "490569e1" - }, - "sidebar": "814f3328", - "content": "f7392c07" - }, - "/documentation/blog/tags-e85": { - "__comp": "01a85c17", - "__context": { - "plugin": "490569e1" - }, - "sidebar": "814f3328", - "tags": "67391c37" - }, - "/documentation/blog/tags/bug-cf7": { - "__comp": "6875c492", - "__context": { - "plugin": "490569e1" - }, - "sidebar": "814f3328", - "items": [ - { - "content": "ec4024f9" - } - ], - "tag": "7909fc73", - "listMetadata": "1c0d73a2" - }, - "/documentation/cookie-consent-24a": { - "__comp": "1f391b9e", - "__context": { - "plugin": "c52926df" - }, - "content": "21abdd8f" - }, - "/documentation/markdown-page-89b": { - "__comp": "1f391b9e", - "__context": { - "plugin": "c52926df" - }, - "content": "393be207" - }, - "/documentation/privacy_policy-4b3": { - "__comp": "1f391b9e", - "__context": { - "plugin": "c52926df" - }, - "content": "fbb85ca9" - }, - "/documentation/-615": { - "__comp": "5e95c892", - "__context": { - "plugin": "99b9486b" + "plugin": "plugin---documentation-docusaurus-debuge-3-a-69b" } }, - "/documentation/-a9f": { - "__comp": "a7bd4aaa", - "version": "935f2afb" + "/documentation/__docusaurus/debug/config-d32": { + "__comp": "__comp---theme-debug-config-23-a-2ff", + "__context": { + "plugin": "plugin---documentation-docusaurus-debuge-3-a-69b" + } }, - "/documentation/-951": { - "__comp": "a94703ab" + "/documentation/__docusaurus/debug/content-f83": { + "__comp": "__comp---theme-debug-contentba-8-ce7", + "__context": { + "plugin": "plugin---documentation-docusaurus-debuge-3-a-69b" + }, + "allContent": "allContent---documentation-docusaurus-debug-content-246-1fc" + }, + "/documentation/__docusaurus/debug/globalData-599": { + "__comp": "__comp---theme-debug-global-dataede-0fa", + "__context": { + "plugin": "plugin---documentation-docusaurus-debuge-3-a-69b" + } + }, + "/documentation/__docusaurus/debug/metadata-b41": { + "__comp": "__comp---theme-debug-site-metadata-68-e-3d4", + "__context": { + "plugin": "plugin---documentation-docusaurus-debuge-3-a-69b" + } + }, + "/documentation/__docusaurus/debug/registry-12e": { + "__comp": "__comp---theme-debug-registry-679-501", + "__context": { + "plugin": "plugin---documentation-docusaurus-debuge-3-a-69b" + } + }, + "/documentation/__docusaurus/debug/routes-073": { + "__comp": "__comp---theme-debug-routes-946-699", + "__context": { + "plugin": "plugin---documentation-docusaurus-debuge-3-a-69b" + } + }, + "/documentation/blog-5bc": { + "__comp": "__comp---theme-blog-list-pagea-6-a-7ba", + "__context": { + "plugin": "plugin---documentation-blog-490-fb4" + }, + "sidebar": "sidebar---documentation-blog-814-bc6", + "items": [ + { + "content": "content---documentation-blogec-4-500" + } + ], + "metadata": "metadata---documentation-blog-14-e-a5c" + }, + "/documentation/blog/archive-ea7": { + "__comp": "__comp---theme-blog-archive-page-9-e-4-1d8", + "__context": { + "plugin": "plugin---documentation-blog-490-fb4" + }, + "archive": "archive---documentation-blog-archiveeda-964" + }, + "/documentation/blog/effective_bug_report-386": { + "__comp": "__comp---theme-blog-post-pageccc-cab", + "__context": { + "plugin": "plugin---documentation-blog-490-fb4" + }, + "sidebar": "sidebar---documentation-blog-814-bc6", + "content": "content---documentation-blog-effective-bug-reportf-73-529" + }, + "/documentation/blog/tags-e85": { + "__comp": "__comp---theme-blog-tags-list-page-01-a-d0b", + "__context": { + "plugin": "plugin---documentation-blog-490-fb4" + }, + "sidebar": "sidebar---documentation-blog-814-bc6", + "tags": "tags---documentation-blog-tags-673-362" + }, + "/documentation/blog/tags/bug-cf7": { + "__comp": "__comp---theme-blog-tags-posts-page-687-b6c", + "__context": { + "plugin": "plugin---documentation-blog-490-fb4" + }, + "sidebar": "sidebar---documentation-blog-814-bc6", + "items": [ + { + "content": "content---documentation-blogec-4-500" + } + ], + "tag": "tag---documentation-blog-tags-bug-790-80d", + "listMetadata": "listMetadata---documentation-blog-tags-bug-1-c-0-91c" + }, + "/documentation/cookie-consent-24a": { + "__comp": "__comp---theme-mdx-page-1-f-3-b90", + "__context": { + "plugin": "plugin---documentation-cookie-consentc-52-818" + }, + "content": "content---documentation-cookie-consent-21-a-25e" + }, + "/documentation/markdown-page-89b": { + "__comp": "__comp---theme-mdx-page-1-f-3-b90", + "__context": { + "plugin": "plugin---documentation-cookie-consentc-52-818" + }, + "content": "content---documentation-markdown-page-393-bce" + }, + "/documentation/privacy_policy-4b3": { + "__comp": "__comp---theme-mdx-page-1-f-3-b90", + "__context": { + "plugin": "plugin---documentation-cookie-consentc-52-818" + }, + "content": "content---documentation-privacy-policyfbb-0dc" + }, + "/documentation/-9ab": { + "__comp": "__comp---theme-docs-root-5-e-9-0b6", + "__context": { + "plugin": "plugin---documentation-99-b-b0a" + } + }, + "/documentation/-404": { + "__comp": "__comp---theme-doc-version-roota-7-b-5de", + "version": "version---documentation-935-548" + }, + "/documentation/-0b8": { + "__comp": "__comp---theme-doc-roota-94-67a" }, "/documentation/before_installation/imporatnt_notes-89a": { - "__comp": "17896441", - "content": "b9c524af" + "__comp": "__comp---theme-doc-item-178-a40", + "content": "content---documentation-before-installation-imporatnt-notesb-9-c-8d1" }, "/documentation/before_installation/internet_connection-fae": { - "__comp": "17896441", - "content": "374f080d" + "__comp": "__comp---theme-doc-item-178-a40", + "content": "content---documentation-before-installation-internet-connection-374-962" }, "/documentation/before_installation/system_requirements-65d": { - "__comp": "17896441", - "content": "143ddb83" + "__comp": "__comp---theme-doc-item-178-a40", + "content": "content---documentation-before-installation-system-requirements-143-bf9" }, "/documentation/category/before-installation-3ba": { - "__comp": "14eb3368", - "categoryGeneratedIndex": "5d63bb5c" + "__comp": "__comp---theme-doc-category-generated-index-page-14-e-640", + "categoryGeneratedIndex": "categoryGeneratedIndex---documentation-category-before-installation-5-d-6-c35" }, "/documentation/category/developers-guide-73b": { - "__comp": "14eb3368", - "categoryGeneratedIndex": "06ee4edd" + "__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": "14eb3368", - "categoryGeneratedIndex": "b20c3152" + "__comp": "__comp---theme-doc-category-generated-index-page-14-e-640", + "categoryGeneratedIndex": "categoryGeneratedIndex---documentation-category-installationb-20-365" }, "/documentation/category/introduction-2cc": { - "__comp": "14eb3368", - "categoryGeneratedIndex": "ccd1ff3c" + "__comp": "__comp---theme-doc-category-generated-index-page-14-e-640", + "categoryGeneratedIndex": "categoryGeneratedIndex---documentation-category-introductionccd-ede" }, "/documentation/category/packages-0e6": { - "__comp": "14eb3368", - "categoryGeneratedIndex": "9096837d" + "__comp": "__comp---theme-doc-category-generated-index-page-14-e-640", + "categoryGeneratedIndex": "categoryGeneratedIndex---documentation-category-packages-909-692" }, "/documentation/category/post-installation-ee0": { - "__comp": "14eb3368", - "categoryGeneratedIndex": "e541c1c2" + "__comp": "__comp---theme-doc-category-generated-index-page-14-e-640", + "categoryGeneratedIndex": "categoryGeneratedIndex---documentation-category-post-installatione-54-a22" }, "/documentation/category/tools-a35": { - "__comp": "14eb3368", - "categoryGeneratedIndex": "96b21efb" + "__comp": "__comp---theme-doc-category-generated-index-page-14-e-640", + "categoryGeneratedIndex": "categoryGeneratedIndex---documentation-category-tools-96-b-75a" }, "/documentation/category/troubleshoot-11b": { - "__comp": "14eb3368", - "categoryGeneratedIndex": "de6c38e6" + "__comp": "__comp---theme-doc-category-generated-index-page-14-e-640", + "categoryGeneratedIndex": "categoryGeneratedIndex---documentation-category-troubleshootde-6-666" }, "/documentation/category/user-guide-d5c": { - "__comp": "14eb3368", - "categoryGeneratedIndex": "69817ecd" + "__comp": "__comp---theme-doc-category-generated-index-page-14-e-640", + "categoryGeneratedIndex": "categoryGeneratedIndex---documentation-category-user-guide-698-266" }, "/documentation/dev_guide/build_source-81a": { - "__comp": "17896441", - "content": "9dcbbb0d" + "__comp": "__comp---theme-doc-item-178-a40", + "content": "content---documentation-dev-guide-build-source-9-dc-909" }, "/documentation/dev_guide/deploy_packages-61f": { - "__comp": "17896441", - "content": "043e14d3" + "__comp": "__comp---theme-doc-item-178-a40", + "content": "content---documentation-dev-guide-deploy-packages-043-bee" }, "/documentation/dev_guide/gpg_key-d30": { - "__comp": "17896441", - "content": "89ebda57" + "__comp": "__comp---theme-doc-item-178-a40", + "content": "content---documentation-dev-guide-gpg-key-89-e-a96" }, "/documentation/dev_guide/install_keyring-6ef": { - "__comp": "17896441", - "content": "404ec107" + "__comp": "__comp---theme-doc-item-178-a40", + "content": "content---documentation-dev-guide-install-keyring-404-6d6" }, "/documentation/dev_guide/pkgbuild-393": { - "__comp": "17896441", - "content": "66ee5a7d" + "__comp": "__comp---theme-doc-item-178-a40", + "content": "content---documentation-dev-guide-pkgbuild-66-e-684" }, "/documentation/dev_guide/write-856": { - "__comp": "17896441", - "content": "ec3de22d" + "__comp": "__comp---theme-doc-item-178-a40", + "content": "content---documentation-dev-guide-writeec-3-564" }, "/documentation/installation/download_snigdha_os-369": { - "__comp": "17896441", - "content": "34e267cb" + "__comp": "__comp---theme-doc-item-178-a40", + "content": "content---documentation-installation-download-snigdha-os-34-e-4c4" }, "/documentation/installation/live_env-d25": { - "__comp": "17896441", - "content": "795cfaa5" + "__comp": "__comp---theme-doc-item-178-a40", + "content": "content---documentation-installation-live-env-795-073" }, "/documentation/installation/making_bootable_usb-298": { - "__comp": "17896441", - "content": "b85d3565" + "__comp": "__comp---theme-doc-item-178-a40", + "content": "content---documentation-installation-making-bootable-usbb-85-7c0" }, "/documentation/installation/offline_install-274": { - "__comp": "17896441", - "content": "3f32b921" + "__comp": "__comp---theme-doc-item-178-a40", + "content": "content---documentation-installation-offline-install-3-f-3-886" }, "/documentation/installation/online_install-c8a": { - "__comp": "17896441", - "content": "151aa183" + "__comp": "__comp---theme-doc-item-178-a40", + "content": "content---documentation-installation-online-install-151-611" }, "/documentation/installation/start_installation-0d4": { - "__comp": "17896441", - "content": "1f9d4574" + "__comp": "__comp---theme-doc-item-178-a40", + "content": "content---documentation-installation-start-installation-1-f-9-afb" }, "/documentation/installation/virtualbox_installation-f71": { - "__comp": "17896441", - "content": "24e7cd5a" + "__comp": "__comp---theme-doc-item-178-a40", + "content": "content---documentation-installation-virtualbox-installation-24-e-096" }, "/documentation/introduction/code_of_conduct-1f7": { - "__comp": "17896441", - "content": "e89f4dea" + "__comp": "__comp---theme-doc-item-178-a40", + "content": "content---documentation-introduction-code-of-conducte-89-ce5" + }, + "/documentation/introduction/contributing-2c1": { + "__comp": "__comp---theme-doc-item-178-a40", + "content": "content---documentation-introduction-contributing-556-194" }, "/documentation/introduction/faqs-7af": { - "__comp": "17896441", - "content": "b19634de" + "__comp": "__comp---theme-doc-item-178-a40", + "content": "content---documentation-introduction-faqsb-19-00b" }, "/documentation/introduction/inspiration-67a": { - "__comp": "17896441", - "content": "d79d4c97" + "__comp": "__comp---theme-doc-item-178-a40", + "content": "content---documentation-introduction-inspirationd-79-e9a" }, "/documentation/introduction/release_notes-590": { - "__comp": "17896441", - "content": "1b1ff061" + "__comp": "__comp---theme-doc-item-178-a40", + "content": "content---documentation-introduction-release-notes-1-b-1-d2e" }, "/documentation/introduction/reporting_bugs-974": { - "__comp": "17896441", - "content": "dc87ea58" + "__comp": "__comp---theme-doc-item-178-a40", + "content": "content---documentation-introduction-reporting-bugsdc-8-ae1" }, "/documentation/packages/snigdhaos_blackbox-3e9": { - "__comp": "17896441", - "content": "bbd9b434" + "__comp": "__comp---theme-doc-item-178-a40", + "content": "content---documentation-packages-snigdhaos-blackboxbbd-050" }, "/documentation/packages/snigdhaos_welcome-e46": { - "__comp": "17896441", - "content": "400546c3" + "__comp": "__comp---theme-doc-item-178-a40", + "content": "content---documentation-packages-snigdhaos-welcome-400-dfa" }, "/documentation/post_installation/customization-35c": { - "__comp": "17896441", - "content": "9cb882f2" + "__comp": "__comp---theme-doc-item-178-a40", + "content": "content---documentation-post-installation-customization-9-cb-3c6" }, "/documentation/post_installation/install_packages-557": { - "__comp": "17896441", - "content": "904c2b3c" + "__comp": "__comp---theme-doc-item-178-a40", + "content": "content---documentation-post-installation-install-packages-904-e99" }, "/documentation/post_installation/language-861": { - "__comp": "17896441", - "content": "ad749202" + "__comp": "__comp---theme-doc-item-178-a40", + "content": "content---documentation-post-installation-languagead-7-478" }, "/documentation/post_installation/update-bd0": { - "__comp": "17896441", - "content": "ffa2682b" + "__comp": "__comp---theme-doc-item-178-a40", + "content": "content---documentation-post-installation-updateffa-74d" }, "/documentation/tools/dns-2cf": { - "__comp": "17896441", - "content": "ce85b788" + "__comp": "__comp---theme-doc-item-178-a40", + "content": "content---documentation-tools-dnsce-8-3f9" }, "/documentation/troubleshoot/bluetooth-269": { - "__comp": "17896441", - "content": "0b7de297" + "__comp": "__comp---theme-doc-item-178-a40", + "content": "content---documentation-troubleshoot-bluetooth-0-b-7-15c" }, "/documentation/troubleshoot/display-9c2": { - "__comp": "17896441", - "content": "e2e7c0ac" + "__comp": "__comp---theme-doc-item-178-a40", + "content": "content---documentation-troubleshoot-displaye-2-e-7de" }, "/documentation/troubleshoot/sound-004": { - "__comp": "17896441", - "content": "9dc2651c" + "__comp": "__comp---theme-doc-item-178-a40", + "content": "content---documentation-troubleshoot-sound-9-dc-cb6" }, "/documentation/troubleshoot/wifi-8fc": { - "__comp": "17896441", - "content": "36717f71" + "__comp": "__comp---theme-doc-item-178-a40", + "content": "content---documentation-troubleshoot-wifi-367-035" }, "/documentation/user_guide/aur-9b0": { - "__comp": "17896441", - "content": "d68f1e45" + "__comp": "__comp---theme-doc-item-178-a40", + "content": "content---documentation-user-guide-aurd-68-18b" }, "/documentation/user_guide/cheetsheet-1e9": { - "__comp": "17896441", - "content": "f7a81d3a" + "__comp": "__comp---theme-doc-item-178-a40", + "content": "content---documentation-user-guide-cheetsheetf-7-a-048" }, "/documentation/-622": { - "__comp": "17896441", - "content": "c62485b9" + "__comp": "__comp---theme-doc-item-178-a40", + "content": "content---documentation-c-62-f16" } } \ No newline at end of file diff --git a/.docusaurus/site-metadata.json b/.docusaurus/site-metadata.json index f904d352..dcc86031 100644 --- a/.docusaurus/site-metadata.json +++ b/.docusaurus/site-metadata.json @@ -17,9 +17,9 @@ "name": "@docusaurus/plugin-content-pages", "version": "3.1.1" }, - "docusaurus-plugin-sitemap": { + "docusaurus-plugin-debug": { "type": "package", - "name": "@docusaurus/plugin-sitemap", + "name": "@docusaurus/plugin-debug", "version": "3.1.1" }, "docusaurus-theme-classic": { diff --git a/push.sh b/push.sh new file mode 100755 index 00000000..0fd235d3 --- /dev/null +++ b/push.sh @@ -0,0 +1,7 @@ +#!/bin/bash + +# Author : Eshan Roy + +git add . +git commit -m "⏳ @eshanized updated the website 🎉 !!!" +git push origin master \ No newline at end of file