🚀 feat(sitemap): added sitemap, clear cache

This commit is contained in:
Eshan Roy
2024-12-09 13:38:45 +05:30
parent 8fee4fc414
commit 0388fabe58
72 changed files with 2135 additions and 4793 deletions

View File

@@ -1,5 +0,0 @@
This folder stores temp files that Docusaurus' client bundler accesses.
DO NOT hand-modify files in this folder because they will be overwritten in the
next build. You can clear all build artifacts (including this folder) with the
`docusaurus clear` command.

View File

@@ -1,6 +0,0 @@
export default [
require("/home/whoami/Desktop/documentation/node_modules/.pnpm/infima@0.2.0-alpha.43/node_modules/infima/dist/css/default/default.css"),
require("/home/whoami/Desktop/documentation/node_modules/.pnpm/@docusaurus+theme-classic@3.1.1_@types+react@18.3.14_acorn@8.14.0_react-dom@18.3.1_react@18.3_4j5spybgyv3fgrbm5up222h5dy/node_modules/@docusaurus/theme-classic/lib/prism-include-languages"),
require("/home/whoami/Desktop/documentation/node_modules/.pnpm/@docusaurus+theme-classic@3.1.1_@types+react@18.3.14_acorn@8.14.0_react-dom@18.3.1_react@18.3_4j5spybgyv3fgrbm5up222h5dy/node_modules/@docusaurus/theme-classic/lib/nprogress"),
require("/home/whoami/Desktop/documentation/src/css/custom.css"),
];

View File

@@ -1 +0,0 @@
{}

View File

@@ -1,10 +0,0 @@
{
"title": "Recent posts",
"items": [
{
"title": "Write Effective Bug Report",
"permalink": "/documentation/blog/effective_bug_report",
"unlisted": false
}
]
}

View File

@@ -1,45 +0,0 @@
{
"blogPosts": [
{
"id": "/effective_bug_report",
"metadata": {
"permalink": "/documentation/blog/effective_bug_report",
"editUrl": "https://github.com/Snigdha-OS/documentation/tree/master/blog/effetive_bug_report.md",
"source": "@site/blog/effetive_bug_report.md",
"title": "Write Effective Bug Report",
"description": "Writing an effective bug report is crucial for helping developers understand, reproduce, and ultimately fix the issue. Here's a step-by-step guide on how to write an effective bug report:",
"date": "2024-03-25T02:20:39.000Z",
"formattedDate": "March 25, 2024",
"tags": [
{
"label": "bug",
"permalink": "/documentation/blog/tags/bug"
}
],
"readingTime": 2.15,
"hasTruncateMarker": false,
"authors": [
{
"name": "Eshan Roy",
"title": "Lead Developer & Maintainer",
"url": "https://eshan.snigdhaos.org",
"imageURL": "https://github.com/eshanized/eshanized/blob/main/eshanized_square.png?raw=true",
"key": "eshanized"
}
],
"frontMatter": {
"slug": "/effective_bug_report",
"title": "Write Effective Bug Report",
"authors": [
"eshanized"
],
"tags": [
"bug"
]
},
"unlisted": false
},
"content": "Writing an effective bug report is crucial for helping developers understand, reproduce, and ultimately fix the issue. Here's a step-by-step guide on how to write an effective bug report:\n\n1. **Title**: Provide a concise and descriptive title that summarizes the issue. It should give a clear indication of what the problem is without being too lengthy. For example, \"Error message appears when trying to log in.\"\n\n2. **Description**:\n - **Overview**: Begin with a brief overview of the problem, including what you were trying to do and what went wrong.\n - **Steps to Reproduce**: List the specific steps or actions taken that lead to the issue. Provide enough detail so that others can follow the same steps and encounter the same problem.\n - **Expected Behavior**: Describe what you expected to happen after performing the steps mentioned above.\n - **Actual Behavior**: Describe what actually happened or what you observed that indicates the presence of a bug. Include any error messages, unexpected behavior, or deviations from the expected outcome.\n - **Frequency**: Indicate whether the issue occurs consistently or intermittently. If intermittent, specify any patterns or conditions that seem to trigger the problem.\n - **Environment**: Mention the operating system, browser/version, device, or any other relevant environment details where the issue occurred.\n - **Screenshots/Attachments**: If applicable, include screenshots, logs, error messages, or any other relevant files that can help illustrate or reproduce the problem.\n\n3. **Impact**: Explain the impact of the bug on the user experience, system functionality, or any other relevant aspect. Include information about any workarounds or mitigations you've discovered.\n\n4. **Additional Information**:\n - **Related Issues**: If you suspect the bug may be related to other issues or if you've found similar reports, mention them and provide links if possible.\n - **Priority/Severity**: Optionally, suggest a priority or severity level for the bug based on its impact and urgency.\n - **Timeframe**: If applicable, specify any deadlines or time constraints that may affect the resolution of the issue.\n - **Contact Information**: Provide your contact information (email, username, etc.) in case developers need clarification or further details.\n\n5. **Submission**: Submit the bug report through the designated bug tracking system, issue tracker, or communication channel used by the development team. Follow any specific guidelines or templates provided by the project.\n\n6. **Follow-up**: Be prepared to respond to any follow-up questions or requests for clarification from developers. Provide additional information as needed to help troubleshoot and resolve the issue.\n\nBy following these steps and providing detailed, organized information, you can help developers diagnose and address the bug more effectively, ultimately leading to quicker resolution and improved software quality."
}
]
}

View File

@@ -1,9 +0,0 @@
{
"permalink": "/documentation/blog",
"page": 1,
"postsPerPage": 10,
"totalPages": 1,
"totalCount": 1,
"blogDescription": "Blog",
"blogTitle": "Blog"
}

View File

@@ -1,9 +0,0 @@
{
"permalink": "/documentation/blog/tags/bug",
"page": 1,
"postsPerPage": 10,
"totalPages": 1,
"totalCount": 1,
"blogDescription": "Blog",
"blogTitle": "Blog"
}

View File

@@ -1,7 +0,0 @@
{
"label": "bug",
"permalink": "/documentation/blog/tags/bug",
"allTagsPath": "/documentation/blog/tags",
"count": 1,
"unlisted": false
}

View File

@@ -1,7 +0,0 @@
[
{
"label": "bug",
"permalink": "/documentation/blog/tags/bug",
"count": 1
}
]

View File

@@ -1,4 +0,0 @@
{
"name": "docusaurus-plugin-content-blog",
"id": "default"
}

View File

@@ -1,37 +0,0 @@
{
"permalink": "/documentation/blog/effective_bug_report",
"editUrl": "https://github.com/Snigdha-OS/documentation/tree/master/blog/effetive_bug_report.md",
"source": "@site/blog/effetive_bug_report.md",
"title": "Write Effective Bug Report",
"description": "Writing an effective bug report is crucial for helping developers understand, reproduce, and ultimately fix the issue. Here's a step-by-step guide on how to write an effective bug report:",
"date": "2024-03-25T02:20:39.000Z",
"formattedDate": "March 25, 2024",
"tags": [
{
"label": "bug",
"permalink": "/documentation/blog/tags/bug"
}
],
"readingTime": 2.15,
"hasTruncateMarker": false,
"authors": [
{
"name": "Eshan Roy",
"title": "Lead Developer & Maintainer",
"url": "https://eshan.snigdhaos.org",
"imageURL": "https://github.com/eshanized/eshanized/blob/main/eshanized_square.png?raw=true",
"key": "eshanized"
}
],
"frontMatter": {
"slug": "/effective_bug_report",
"title": "Write Effective Bug Report",
"authors": [
"eshanized"
],
"tags": [
"bug"
]
},
"unlisted": false
}

View File

@@ -1,16 +0,0 @@
{
"title": "Before Installation",
"description": "System Requirements!",
"slug": "/category/before-installation",
"permalink": "/documentation/category/before-installation",
"navigation": {
"previous": {
"title": "Aim & Motivation",
"permalink": "/documentation/introduction/motivation"
},
"next": {
"title": "System Requirements",
"permalink": "/documentation/before_installation/system_requirements"
}
}
}

View File

@@ -1,16 +0,0 @@
{
"title": "Developers Guide",
"description": "This will guide on how to contribute to Snigdha OS as developer.",
"slug": "/category/developers-guide",
"permalink": "/documentation/category/developers-guide",
"navigation": {
"previous": {
"title": "Blackbox",
"permalink": "/documentation/packages/snigdhaos_blackbox"
},
"next": {
"title": "Build From Source",
"permalink": "/documentation/dev_guide/build_source"
}
}
}

View File

@@ -1,16 +0,0 @@
{
"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

@@ -1,12 +0,0 @@
{
"title": "Introduction",
"description": "Let's get a short overview!",
"slug": "/category/introduction",
"permalink": "/documentation/category/introduction",
"navigation": {
"next": {
"title": "Overview",
"permalink": "/documentation/"
}
}
}

View File

@@ -1,16 +0,0 @@
{
"title": "Packages",
"description": "Troubleshoot",
"slug": "/category/packages",
"permalink": "/documentation/category/packages",
"navigation": {
"previous": {
"title": "Troubleshoot: Display",
"permalink": "/documentation/troubleshoot/display"
},
"next": {
"title": "Welcome",
"permalink": "/documentation/packages/snigdhaos_welcome"
}
}
}

View File

@@ -1,16 +0,0 @@
{
"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

@@ -1,16 +0,0 @@
{
"title": "Tools",
"description": "Troubleshoot",
"slug": "/category/tools",
"permalink": "/documentation/category/tools",
"navigation": {
"previous": {
"title": "PKGBUILD Template",
"permalink": "/documentation/dev_guide/pkgbuild"
},
"next": {
"title": "DNS Enum",
"permalink": "/documentation/tools/dns"
}
}
}

View File

@@ -1,16 +0,0 @@
{
"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

@@ -1,16 +0,0 @@
{
"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

@@ -1,4 +0,0 @@
{
"name": "docusaurus-plugin-content-docs",
"id": "default"
}

View File

@@ -1,27 +0,0 @@
{
"id": "before_installation/imporatnt_notes",
"title": "Important Notes",
"description": "📌 We do not recommended you to install Snigdha OS via VM ('Virtual Machine' = virtual machine), as it is optimized for use on real hardware or physical machine.",
"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

@@ -1,27 +0,0 @@
{
"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

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

View File

@@ -1,27 +0,0 @@
{
"id": "dev_guide/build_source",
"title": "Build From Source",
"description": "Overview",
"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": 1,
"frontMatter": {
"sidebar_position": 1
},
"sidebar": "tutorialSidebar",
"previous": {
"title": "Developers Guide",
"permalink": "/documentation/category/developers-guide"
},
"next": {
"title": "Generate GPG Key",
"permalink": "/documentation/dev_guide/gpg_key"
}
}

View File

@@ -1,27 +0,0 @@
{
"id": "dev_guide/deploy_packages",
"title": "Upload & Deploy Packages",
"description": "🚀 Uploading and Deploying an Arch Linux Package on GitHub",
"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": 5,
"frontMatter": {
"sidebar_position": 5
},
"sidebar": "tutorialSidebar",
"previous": {
"title": "Install Keyrings",
"permalink": "/documentation/dev_guide/install_keyring"
},
"next": {
"title": "Writing Documentation",
"permalink": "/documentation/dev_guide/write"
}
}

View File

@@ -1,27 +0,0 @@
{
"id": "dev_guide/gpg_key",
"title": "Generate GPG Key",
"description": "🔐 How to Generate a GPG Key on Snigdha OS",
"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": 2,
"frontMatter": {
"sidebar_position": 2
},
"sidebar": "tutorialSidebar",
"previous": {
"title": "Build From Source",
"permalink": "/documentation/dev_guide/build_source"
},
"next": {
"title": "Upload Key => Server",
"permalink": "/documentation/dev_guide/upload_gpg_key"
}
}

View File

@@ -1,27 +0,0 @@
{
"id": "dev_guide/install_keyring",
"title": "Install Keyrings",
"description": "🔑 Installing and Packaging Your Own Keyring on Arch Linux",
"source": "@site/docs/dev_guide/install_keyring.md",
"sourceDirName": "dev_guide",
"slug": "/dev_guide/install_keyring",
"permalink": "/documentation/dev_guide/install_keyring",
"draft": false,
"unlisted": false,
"editUrl": "https://github.com/Snigdha-OS/documentation/tree/master/docs/dev_guide/install_keyring.md",
"tags": [],
"version": "current",
"sidebarPosition": 4,
"frontMatter": {
"sidebar_position": 4
},
"sidebar": "tutorialSidebar",
"previous": {
"title": "Upload Key => Server",
"permalink": "/documentation/dev_guide/upload_gpg_key"
},
"next": {
"title": "Upload & Deploy Packages",
"permalink": "/documentation/dev_guide/deploy_packages"
}
}

View File

@@ -1,27 +0,0 @@
{
"id": "dev_guide/pkgbuild",
"title": "PKGBUILD Template",
"description": "Snigdha OS has it's own PKGBUILD template for building packages. We follow the the template so that we can maintain the packages in a better way. If you are building packages for Snigdha OS, then it will be a good option to follow the PKGBUILD template.",
"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": 7,
"frontMatter": {
"sidebar_position": 7
},
"sidebar": "tutorialSidebar",
"previous": {
"title": "Writing Documentation",
"permalink": "/documentation/dev_guide/write"
},
"next": {
"title": "Tools",
"permalink": "/documentation/category/tools"
}
}

View File

@@ -1,27 +0,0 @@
{
"id": "dev_guide/write",
"title": "Writing Documentation",
"description": "Adding documentation can help countless future of Snigdha OS users. A few ideas of what to work on:",
"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": 6,
"frontMatter": {
"sidebar_position": 6
},
"sidebar": "tutorialSidebar",
"previous": {
"title": "Upload & Deploy Packages",
"permalink": "/documentation/dev_guide/deploy_packages"
},
"next": {
"title": "PKGBUILD Template",
"permalink": "/documentation/dev_guide/pkgbuild"
}
}

View File

@@ -1,27 +0,0 @@
{
"id": "installation/download_snigdha_os",
"title": "Download Snigdha OS",
"description": "🌟 Guide to Download Snigdha OS",
"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": "Bootable USB With Ventoy",
"permalink": "/documentation/installation/making_bootable_usb"
}
}

View File

@@ -1,27 +0,0 @@
{
"id": "installation/live_env",
"title": "Live Environment",
"description": "🌟 Snigdha OS Live Environment: An Overview",
"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": "Bootable USB With Ventoy",
"permalink": "/documentation/installation/making_bootable_usb"
},
"next": {
"title": "Offline Installation",
"permalink": "/documentation/installation/offline_install"
}
}

View File

@@ -1,27 +0,0 @@
{
"id": "installation/making_bootable_usb",
"title": "Bootable USB With Ventoy",
"description": "🔥 How to Make Snigdha OS Bootable USB with Ventoy",
"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

@@ -1,27 +0,0 @@
{
"id": "installation/offline_install",
"title": "Offline Installation",
"description": "🖥️ How to Install Snigdha OS in Offline Mode",
"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

@@ -1,27 +0,0 @@
{
"id": "installation/online_install",
"title": "Online Installation",
"description": "🌐 How to Install Snigdha OS Online (With Internet Connection)",
"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": "Virtualbox",
"permalink": "/documentation/installation/virtualbox_installation"
}
}

View File

@@ -1,27 +0,0 @@
{
"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

@@ -1,27 +0,0 @@
{
"id": "installation/virtualbox_installation",
"title": "Virtualbox",
"description": "🖥️ How to Install Snigdha OS in VirtualBox",
"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": "Online Installation",
"permalink": "/documentation/installation/online_install"
},
"next": {
"title": "Post Installation",
"permalink": "/documentation/category/post-installation"
}
}

View File

@@ -1,27 +0,0 @@
{
"id": "introduction/code_of_conduct",
"title": "Code of Conduct",
"description": "A code of conduct outlines expected behavior and guidelines for individuals within a specific community, organization, or group.",
"source": "@site/docs/introduction/code_of_conduct.md",
"sourceDirName": "introduction",
"slug": "/introduction/code_of_conduct",
"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": "Story & Name",
"permalink": "/documentation/introduction/name_and_story"
},
"next": {
"title": "Release Notes",
"permalink": "/documentation/introduction/release_notes"
}
}

View File

@@ -1,27 +0,0 @@
{
"id": "introduction/contributing",
"title": "Contribution Guidelines",
"description": "✨ Contribution Guidelines for Snigdha OS",
"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": "Coding Standard",
"permalink": "/documentation/introduction/coding-standard"
}
}

View File

@@ -1,27 +0,0 @@
{
"id": "introduction/faqs",
"title": "Frequently Asked",
"description": "Here are some frequently asked questions (FAQs) about Snigdha OS (penetration distribution):",
"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": "Contribution Guidelines",
"permalink": "/documentation/introduction/contributing"
}
}

View File

@@ -1,27 +0,0 @@
{
"id": "introduction/release_notes",
"title": "Release Notes",
"description": "FOR IMMEDIATE RELEASE",
"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

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

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

View File

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

View File

@@ -1,27 +0,0 @@
{
"id": "post_installation/customization",
"title": "Customize Snigdha OS",
"description": "🖌️ Guide to Customizing Snigdha OS",
"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

@@ -1,27 +0,0 @@
{
"id": "post_installation/install_packages",
"title": "Install Packages",
"description": "📦 How to Install a Package on Snigdha OS",
"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

@@ -1,27 +0,0 @@
{
"id": "post_installation/language",
"title": "Language",
"description": "🌐 Installing Language Packs and Google Fonts on Arch/Snigdha OS",
"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

@@ -1,27 +0,0 @@
{
"id": "post_installation/update",
"title": "Update Snigdha OS",
"description": "🔄 How to Update Snigdha OS",
"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

@@ -1,27 +0,0 @@
{
"id": "tools/dns",
"title": "DNS Enum",
"description": "🌐 DNS Enumeration (DNS Enum)",
"source": "@site/docs/tools/dns.md",
"sourceDirName": "tools",
"slug": "/tools/dns",
"permalink": "/documentation/tools/dns",
"draft": false,
"unlisted": false,
"editUrl": "https://github.com/Snigdha-OS/documentation/tree/master/docs/tools/dns.md",
"tags": [],
"version": "current",
"sidebarPosition": 1,
"frontMatter": {
"sidebar_position": 1
},
"sidebar": "tutorialSidebar",
"previous": {
"title": "Tools",
"permalink": "/documentation/category/tools"
},
"next": {
"title": "Aircrack-NG",
"permalink": "/documentation/tools/aircrack-ng"
}
}

View File

@@ -1,27 +0,0 @@
{
"id": "troubleshoot/bluetooth",
"title": "Troubleshoot: Bluetooth",
"description": "Troubleshooting Bluetooth on Snigdha OS involves several steps. Here's the common practice:",
"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

@@ -1,27 +0,0 @@
{
"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": "Packages",
"permalink": "/documentation/category/packages"
}
}

View File

@@ -1,27 +0,0 @@
{
"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

@@ -1,27 +0,0 @@
{
"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

@@ -1,27 +0,0 @@
{
"id": "user_guide/aur",
"title": "Installing with AUR",
"description": "🌟 Installing Packages with an AUR Helper on Snigdha OS",
"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

@@ -1,27 +0,0 @@
{
"id": "user_guide/cheetsheet",
"title": "Cheetsheet/Shortcuts",
"description": "Below is a compilation of commonly used keyboard shortcuts for Snigdha OS, focusing on frequently used desktop environments and terminal tasks. Keep in mind that shortcuts can vary based on the desktop environment (e.g., GNOME, KDE, XFCE) or window manager (e.g., i3, bspwm).",
"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

@@ -1,604 +0,0 @@
{
"pluginId": "default",
"version": "current",
"label": "Next",
"banner": null,
"badge": false,
"noIndex": false,
"className": "docs-version-current",
"isLast": true,
"docsSidebars": {
"tutorialSidebar": [
{
"type": "category",
"label": "Introduction",
"collapsible": false,
"collapsed": false,
"items": [
{
"type": "link",
"label": "Overview",
"href": "/documentation/",
"docId": "introduction/overview",
"unlisted": false
},
{
"type": "link",
"label": "Story & Name",
"href": "/documentation/introduction/name_and_story",
"docId": "introduction/name_and_story",
"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
},
{
"type": "link",
"label": "Contribution Guidelines",
"href": "/documentation/introduction/contributing",
"docId": "introduction/contributing",
"unlisted": false
},
{
"type": "link",
"label": "Coding Standard",
"href": "/documentation/introduction/coding-standard",
"docId": "introduction/coding-standard",
"unlisted": false
},
{
"type": "link",
"label": "Aim & Motivation",
"href": "/documentation/introduction/motivation",
"docId": "introduction/motivation",
"unlisted": false
}
],
"href": "/documentation/category/introduction"
},
{
"type": "category",
"label": "Before Installation",
"collapsible": false,
"collapsed": false,
"items": [
{
"type": "link",
"label": "System Requirements",
"href": "/documentation/before_installation/system_requirements",
"docId": "before_installation/system_requirements",
"unlisted": false
},
{
"type": "link",
"label": "Important Notes",
"href": "/documentation/before_installation/imporatnt_notes",
"docId": "before_installation/imporatnt_notes",
"unlisted": false
},
{
"type": "link",
"label": "Internet Connection",
"href": "/documentation/before_installation/internet_connection",
"docId": "before_installation/internet_connection",
"unlisted": false
}
],
"href": "/documentation/category/before-installation"
},
{
"type": "category",
"label": "Installation",
"collapsible": false,
"collapsed": false,
"items": [
{
"type": "link",
"label": "Download Snigdha OS",
"href": "/documentation/installation/download_snigdha_os",
"docId": "installation/download_snigdha_os",
"unlisted": false
},
{
"type": "link",
"label": "Bootable USB With Ventoy",
"href": "/documentation/installation/making_bootable_usb",
"docId": "installation/making_bootable_usb",
"unlisted": false
},
{
"type": "link",
"label": "Live Environment",
"href": "/documentation/installation/live_env",
"docId": "installation/live_env",
"unlisted": false
},
{
"type": "link",
"label": "Offline Installation",
"href": "/documentation/installation/offline_install",
"docId": "installation/offline_install",
"unlisted": false
},
{
"type": "link",
"label": "Online Installation",
"href": "/documentation/installation/online_install",
"docId": "installation/online_install",
"unlisted": false
},
{
"type": "link",
"label": "Virtualbox",
"href": "/documentation/installation/virtualbox_installation",
"docId": "installation/virtualbox_installation",
"unlisted": false
}
],
"href": "/documentation/category/installation"
},
{
"type": "category",
"label": "Post Installation",
"collapsible": false,
"collapsed": false,
"items": [
{
"type": "link",
"label": "Language",
"href": "/documentation/post_installation/language",
"docId": "post_installation/language",
"unlisted": false
},
{
"type": "link",
"label": "Update Snigdha OS",
"href": "/documentation/post_installation/update",
"docId": "post_installation/update",
"unlisted": false
},
{
"type": "link",
"label": "Customize Snigdha OS",
"href": "/documentation/post_installation/customization",
"docId": "post_installation/customization",
"unlisted": false
},
{
"type": "link",
"label": "Install Packages",
"href": "/documentation/post_installation/install_packages",
"docId": "post_installation/install_packages",
"unlisted": false
}
],
"href": "/documentation/category/post-installation"
},
{
"type": "category",
"label": "User Guide",
"collapsible": false,
"collapsed": false,
"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": false,
"collapsed": false,
"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": "Packages",
"collapsible": false,
"collapsed": false,
"items": [
{
"type": "link",
"label": "Welcome",
"href": "/documentation/packages/snigdhaos_welcome",
"docId": "packages/snigdhaos_welcome",
"unlisted": false
},
{
"type": "link",
"label": "Blackbox",
"href": "/documentation/packages/snigdhaos_blackbox",
"docId": "packages/snigdhaos_blackbox",
"unlisted": false
}
],
"href": "/documentation/category/packages"
},
{
"type": "category",
"label": "Developers Guide",
"collapsible": false,
"collapsed": false,
"items": [
{
"type": "link",
"label": "Build From Source",
"href": "/documentation/dev_guide/build_source",
"docId": "dev_guide/build_source",
"unlisted": false
},
{
"type": "link",
"label": "Generate GPG Key",
"href": "/documentation/dev_guide/gpg_key",
"docId": "dev_guide/gpg_key",
"unlisted": false
},
{
"type": "link",
"label": "Upload Key => Server",
"href": "/documentation/dev_guide/upload_gpg_key",
"docId": "dev_guide/upload_gpg_key",
"unlisted": false
},
{
"type": "link",
"label": "Install Keyrings",
"href": "/documentation/dev_guide/install_keyring",
"docId": "dev_guide/install_keyring",
"unlisted": false
},
{
"type": "link",
"label": "Upload & Deploy Packages",
"href": "/documentation/dev_guide/deploy_packages",
"docId": "dev_guide/deploy_packages",
"unlisted": false
},
{
"type": "link",
"label": "Writing Documentation",
"href": "/documentation/dev_guide/write",
"docId": "dev_guide/write",
"unlisted": false
},
{
"type": "link",
"label": "PKGBUILD Template",
"href": "/documentation/dev_guide/pkgbuild",
"docId": "dev_guide/pkgbuild",
"unlisted": false
}
],
"href": "/documentation/category/developers-guide"
},
{
"type": "category",
"label": "Tools",
"collapsible": false,
"collapsed": false,
"items": [
{
"type": "link",
"label": "DNS Enum",
"href": "/documentation/tools/dns",
"docId": "tools/dns",
"unlisted": false
},
{
"type": "link",
"label": "Aircrack-NG",
"href": "/documentation/tools/aircrack-ng",
"docId": "tools/aircrack-ng",
"unlisted": false
}
],
"href": "/documentation/category/tools"
}
]
},
"docs": {
"before_installation/imporatnt_notes": {
"id": "before_installation/imporatnt_notes",
"title": "Important Notes",
"description": "📌 We do not recommended you to install Snigdha OS via VM ('Virtual Machine' = virtual machine), as it is optimized for use on real hardware or physical machine.",
"sidebar": "tutorialSidebar"
},
"before_installation/internet_connection": {
"id": "before_installation/internet_connection",
"title": "Internet Connection",
"description": "",
"sidebar": "tutorialSidebar"
},
"before_installation/system_requirements": {
"id": "before_installation/system_requirements",
"title": "System Requirements",
"description": "🌟 System Requirements for Snigdha OS",
"sidebar": "tutorialSidebar"
},
"dev_guide/build_source": {
"id": "dev_guide/build_source",
"title": "Build From Source",
"description": "Overview",
"sidebar": "tutorialSidebar"
},
"dev_guide/deploy_packages": {
"id": "dev_guide/deploy_packages",
"title": "Upload & Deploy Packages",
"description": "🚀 Uploading and Deploying an Arch Linux Package on GitHub",
"sidebar": "tutorialSidebar"
},
"dev_guide/gpg_key": {
"id": "dev_guide/gpg_key",
"title": "Generate GPG Key",
"description": "🔐 How to Generate a GPG Key on Snigdha OS",
"sidebar": "tutorialSidebar"
},
"dev_guide/install_keyring": {
"id": "dev_guide/install_keyring",
"title": "Install Keyrings",
"description": "🔑 Installing and Packaging Your Own Keyring on Arch Linux",
"sidebar": "tutorialSidebar"
},
"dev_guide/pkgbuild": {
"id": "dev_guide/pkgbuild",
"title": "PKGBUILD Template",
"description": "Snigdha OS has it's own PKGBUILD template for building packages. We follow the the template so that we can maintain the packages in a better way. If you are building packages for Snigdha OS, then it will be a good option to follow the PKGBUILD template.",
"sidebar": "tutorialSidebar"
},
"dev_guide/upload_gpg_key": {
"id": "dev_guide/upload_gpg_key",
"title": "Upload Key => Server",
"description": "🌐 Sending and Receiving GPG Keys Using a Key Server",
"sidebar": "tutorialSidebar"
},
"dev_guide/write": {
"id": "dev_guide/write",
"title": "Writing Documentation",
"description": "Adding documentation can help countless future of Snigdha OS users. A few ideas of what to work on:",
"sidebar": "tutorialSidebar"
},
"installation/download_snigdha_os": {
"id": "installation/download_snigdha_os",
"title": "Download Snigdha OS",
"description": "🌟 Guide to Download Snigdha OS",
"sidebar": "tutorialSidebar"
},
"installation/live_env": {
"id": "installation/live_env",
"title": "Live Environment",
"description": "🌟 Snigdha OS Live Environment: An Overview",
"sidebar": "tutorialSidebar"
},
"installation/making_bootable_usb": {
"id": "installation/making_bootable_usb",
"title": "Bootable USB With Ventoy",
"description": "🔥 How to Make Snigdha OS Bootable USB with Ventoy",
"sidebar": "tutorialSidebar"
},
"installation/offline_install": {
"id": "installation/offline_install",
"title": "Offline Installation",
"description": "🖥️ How to Install Snigdha OS in Offline Mode",
"sidebar": "tutorialSidebar"
},
"installation/online_install": {
"id": "installation/online_install",
"title": "Online Installation",
"description": "🌐 How to Install Snigdha OS Online (With Internet Connection)",
"sidebar": "tutorialSidebar"
},
"installation/virtualbox_installation": {
"id": "installation/virtualbox_installation",
"title": "Virtualbox",
"description": "🖥️ How to Install Snigdha OS in VirtualBox",
"sidebar": "tutorialSidebar"
},
"introduction/code_of_conduct": {
"id": "introduction/code_of_conduct",
"title": "Code of Conduct",
"description": "A code of conduct outlines expected behavior and guidelines for individuals within a specific community, organization, or group.",
"sidebar": "tutorialSidebar"
},
"introduction/coding-standard": {
"id": "introduction/coding-standard",
"title": "Coding Standard",
"description": "✨ Coding Standards for Snigdha OS Development",
"sidebar": "tutorialSidebar"
},
"introduction/contributing": {
"id": "introduction/contributing",
"title": "Contribution Guidelines",
"description": "✨ Contribution Guidelines for Snigdha OS",
"sidebar": "tutorialSidebar"
},
"introduction/faqs": {
"id": "introduction/faqs",
"title": "Frequently Asked",
"description": "Here are some frequently asked questions (FAQs) about Snigdha OS (penetration distribution):",
"sidebar": "tutorialSidebar"
},
"introduction/motivation": {
"id": "introduction/motivation",
"title": "Aim & Motivation",
"description": "✨ Aim & Motivation of Snigdha OS",
"sidebar": "tutorialSidebar"
},
"introduction/name_and_story": {
"id": "introduction/name_and_story",
"title": "Story & Name",
"description": "🌟 The Story and Name Behind Snigdha OS",
"sidebar": "tutorialSidebar"
},
"introduction/overview": {
"id": "introduction/overview",
"title": "Overview",
"description": "🌟 Overview of Snigdha OS",
"sidebar": "tutorialSidebar"
},
"introduction/release_notes": {
"id": "introduction/release_notes",
"title": "Release Notes",
"description": "FOR IMMEDIATE RELEASE",
"sidebar": "tutorialSidebar"
},
"introduction/reporting_bugs": {
"id": "introduction/reporting_bugs",
"title": "Reporting Bugs",
"description": "If you discover a security vulnerability within Snigdha OS as well as any packages and tools, please follow our security policy so we can address it promptly.",
"sidebar": "tutorialSidebar"
},
"packages/snigdhaos_blackbox": {
"id": "packages/snigdhaos_blackbox",
"title": "Blackbox",
"description": "",
"sidebar": "tutorialSidebar"
},
"packages/snigdhaos_welcome": {
"id": "packages/snigdhaos_welcome",
"title": "Welcome",
"description": "",
"sidebar": "tutorialSidebar"
},
"post_installation/customization": {
"id": "post_installation/customization",
"title": "Customize Snigdha OS",
"description": "🖌️ Guide to Customizing Snigdha OS",
"sidebar": "tutorialSidebar"
},
"post_installation/install_packages": {
"id": "post_installation/install_packages",
"title": "Install Packages",
"description": "📦 How to Install a Package on Snigdha OS",
"sidebar": "tutorialSidebar"
},
"post_installation/language": {
"id": "post_installation/language",
"title": "Language",
"description": "🌐 Installing Language Packs and Google Fonts on Arch/Snigdha OS",
"sidebar": "tutorialSidebar"
},
"post_installation/update": {
"id": "post_installation/update",
"title": "Update Snigdha OS",
"description": "🔄 How to Update Snigdha OS",
"sidebar": "tutorialSidebar"
},
"tools/aircrack-ng": {
"id": "tools/aircrack-ng",
"title": "Aircrack-NG",
"description": "🔐 Aircrack-ng: A Complete Guide with Installation on Snigdha OS",
"sidebar": "tutorialSidebar"
},
"tools/dns": {
"id": "tools/dns",
"title": "DNS Enum",
"description": "🌐 DNS Enumeration (DNS Enum)",
"sidebar": "tutorialSidebar"
},
"troubleshoot/bluetooth": {
"id": "troubleshoot/bluetooth",
"title": "Troubleshoot: Bluetooth",
"description": "Troubleshooting Bluetooth on Snigdha OS involves several steps. Here's the common practice:",
"sidebar": "tutorialSidebar"
},
"troubleshoot/display": {
"id": "troubleshoot/display",
"title": "Troubleshoot: Display",
"description": "",
"sidebar": "tutorialSidebar"
},
"troubleshoot/sound": {
"id": "troubleshoot/sound",
"title": "Troubleshoot: Sound",
"description": "",
"sidebar": "tutorialSidebar"
},
"troubleshoot/wifi": {
"id": "troubleshoot/wifi",
"title": "Troubleshoot: Wifi",
"description": "",
"sidebar": "tutorialSidebar"
},
"user_guide/aur": {
"id": "user_guide/aur",
"title": "Installing with AUR",
"description": "🌟 Installing Packages with an AUR Helper on Snigdha OS",
"sidebar": "tutorialSidebar"
},
"user_guide/cheetsheet": {
"id": "user_guide/cheetsheet",
"title": "Cheetsheet/Shortcuts",
"description": "Below is a compilation of commonly used keyboard shortcuts for Snigdha OS, focusing on frequently used desktop environments and terminal tasks. Keep in mind that shortcuts can vary based on the desktop environment (e.g., GNOME, KDE, XFCE) or window manager (e.g., i3, bspwm).",
"sidebar": "tutorialSidebar"
}
}
}

View File

@@ -1,4 +0,0 @@
{
"name": "docusaurus-plugin-content-pages",
"id": "default"
}

View File

@@ -1,12 +0,0 @@
{
"type": "mdx",
"permalink": "/documentation/cookie-consent",
"source": "@site/src/pages/cookie-consent.md",
"title": "Cookie Consent Policy",
"description": "This Cookie Consent Policy explains how Snigdha OS uses cookies on Snigdha OS Forum. By using our Forum, you consent to the use of cookies as described in this policy.",
"frontMatter": {
"slug": "/cookie-consent",
"title": "Cookie Consent Policy"
},
"unlisted": false
}

View File

@@ -1,11 +0,0 @@
{
"type": "mdx",
"permalink": "/documentation/markdown-page",
"source": "@site/src/pages/markdown-page.md",
"title": "Markdown page example",
"description": "You don't need React to write simple standalone pages.",
"frontMatter": {
"title": "Markdown page example"
},
"unlisted": false
}

View File

@@ -1,12 +0,0 @@
{
"type": "mdx",
"permalink": "/documentation/privacy_policy",
"source": "@site/src/pages/privacy_policy.md",
"title": "Privacy Policy",
"description": "Privacy Policy 🔒",
"frontMatter": {
"slug": "/privacy_policy",
"title": "Privacy Policy"
},
"unlisted": false
}

View File

@@ -1,4 +0,0 @@
{
"name": "docusaurus-plugin-debug",
"id": "default"
}

View File

@@ -1,333 +0,0 @@
/*
* AUTOGENERATED - DON'T EDIT
* Your edits in this file will be overwritten in the next build!
* Modify the docusaurus.config.js file at your site's root instead.
*/
export default {
"title": "SNIGDHA OS - DOCS",
"tagline": "Be silent when it is time to hear!",
"favicon": "img/snigdhaos-ico.ico",
"url": "https://snigdhaos.org",
"baseUrl": "/documentation/",
"trailingSlash": false,
"organizationName": "Snigdha-OS",
"projectName": "documentation",
"onBrokenLinks": "throw",
"onBrokenMarkdownLinks": "warn",
"i18n": {
"defaultLocale": "en",
"locales": [
"en"
],
"path": "i18n",
"localeConfigs": {}
},
"presets": [
[
"classic",
{
"docs": {
"sidebarPath": "./sidebars.js",
"sidebarCollapsible": false,
"routeBasePath": "/",
"editUrl": "https://github.com/Snigdha-OS/documentation/tree/master/"
},
"blog": {
"showReadingTime": true,
"editUrl": "https://github.com/Snigdha-OS/documentation/tree/master/"
},
"theme": {
"customCss": "./src/css/custom.css"
}
}
]
],
"themeConfig": {
"image": "img/docusaurus-social-card.jpg",
"navbar": {
"title": "DOCUMENTATION | SNIGDHA OS",
"logo": {
"alt": "Snigdha OS Docs Logo",
"src": "img/snigdhaos-docs.svg"
},
"items": [
{
"type": "search",
"position": "right"
},
{
"href": "https://snigdhaos.org/",
"label": "Home",
"position": "right"
},
{
"href": "https://snigdha-os.github.io/snigdhaos-status/",
"label": "Status",
"position": "right"
},
{
"href": "http://snigdha-os.github.io/documentation/privacy_policy",
"label": "Privacy Policy",
"position": "right"
},
{
"href": "https://github.com/Snigdha-OS/",
"position": "right",
"className": "navbar__icon navbar__github",
"html": "<i class=\"fa fa-github\"></i>"
}
],
"hideOnScroll": false
},
"footer": {
"style": "light",
"links": [],
"copyright": "© 2024 SNIGDHA OS. ALL RIGHTS RESERVED."
},
"prism": {
"theme": {
"plain": {
"color": "#393A34",
"backgroundColor": "#f6f8fa"
},
"styles": [
{
"types": [
"comment",
"prolog",
"doctype",
"cdata"
],
"style": {
"color": "#999988",
"fontStyle": "italic"
}
},
{
"types": [
"namespace"
],
"style": {
"opacity": 0.7
}
},
{
"types": [
"string",
"attr-value"
],
"style": {
"color": "#e3116c"
}
},
{
"types": [
"punctuation",
"operator"
],
"style": {
"color": "#393A34"
}
},
{
"types": [
"entity",
"url",
"symbol",
"number",
"boolean",
"variable",
"constant",
"property",
"regex",
"inserted"
],
"style": {
"color": "#36acaa"
}
},
{
"types": [
"atrule",
"keyword",
"attr-name",
"selector"
],
"style": {
"color": "#00a4db"
}
},
{
"types": [
"function",
"deleted",
"tag"
],
"style": {
"color": "#d73a49"
}
},
{
"types": [
"function-variable"
],
"style": {
"color": "#6f42c1"
}
},
{
"types": [
"tag",
"selector",
"keyword"
],
"style": {
"color": "#00009f"
}
}
]
},
"darkTheme": {
"plain": {
"color": "#F8F8F2",
"backgroundColor": "#282A36"
},
"styles": [
{
"types": [
"prolog",
"constant",
"builtin"
],
"style": {
"color": "rgb(189, 147, 249)"
}
},
{
"types": [
"inserted",
"function"
],
"style": {
"color": "rgb(80, 250, 123)"
}
},
{
"types": [
"deleted"
],
"style": {
"color": "rgb(255, 85, 85)"
}
},
{
"types": [
"changed"
],
"style": {
"color": "rgb(255, 184, 108)"
}
},
{
"types": [
"punctuation",
"symbol"
],
"style": {
"color": "rgb(248, 248, 242)"
}
},
{
"types": [
"string",
"char",
"tag",
"selector"
],
"style": {
"color": "rgb(255, 121, 198)"
}
},
{
"types": [
"keyword",
"variable"
],
"style": {
"color": "rgb(189, 147, 249)",
"fontStyle": "italic"
}
},
{
"types": [
"comment"
],
"style": {
"color": "rgb(98, 114, 164)"
}
},
{
"types": [
"attr-name"
],
"style": {
"color": "rgb(241, 250, 140)"
}
}
]
},
"additionalLanguages": [],
"magicComments": [
{
"className": "theme-code-block-highlighted-line",
"line": "highlight-next-line",
"block": {
"start": "highlight-start",
"end": "highlight-end"
}
}
]
},
"colorMode": {
"defaultMode": "light",
"disableSwitch": false,
"respectPrefersColorScheme": false
},
"docs": {
"versionPersistence": "localStorage",
"sidebar": {
"hideable": false,
"autoCollapseCategories": false
}
},
"metadata": [],
"tableOfContents": {
"minHeadingLevel": 2,
"maxHeadingLevel": 3
}
},
"baseUrlIssueBanner": true,
"onBrokenAnchors": "warn",
"onDuplicateRoutes": "warn",
"staticDirectories": [
"static"
],
"customFields": {},
"plugins": [],
"themes": [],
"scripts": [],
"headTags": [],
"stylesheets": [],
"clientModules": [],
"titleDelimiter": "|",
"noIndex": false,
"markdown": {
"format": "mdx",
"mermaid": false,
"mdx1Compat": {
"comments": true,
"admonitions": true,
"headingIds": true
}
}
};

View File

@@ -1,268 +0,0 @@
{
"docusaurus-plugin-content-docs": {
"default": {
"path": "/documentation/",
"versions": [
{
"name": "current",
"label": "Next",
"isLast": true,
"path": "/documentation/",
"mainDocId": "introduction/overview",
"docs": [
{
"id": "before_installation/imporatnt_notes",
"path": "/documentation/before_installation/imporatnt_notes",
"sidebar": "tutorialSidebar"
},
{
"id": "before_installation/internet_connection",
"path": "/documentation/before_installation/internet_connection",
"sidebar": "tutorialSidebar"
},
{
"id": "before_installation/system_requirements",
"path": "/documentation/before_installation/system_requirements",
"sidebar": "tutorialSidebar"
},
{
"id": "dev_guide/build_source",
"path": "/documentation/dev_guide/build_source",
"sidebar": "tutorialSidebar"
},
{
"id": "dev_guide/deploy_packages",
"path": "/documentation/dev_guide/deploy_packages",
"sidebar": "tutorialSidebar"
},
{
"id": "dev_guide/gpg_key",
"path": "/documentation/dev_guide/gpg_key",
"sidebar": "tutorialSidebar"
},
{
"id": "dev_guide/install_keyring",
"path": "/documentation/dev_guide/install_keyring",
"sidebar": "tutorialSidebar"
},
{
"id": "dev_guide/pkgbuild",
"path": "/documentation/dev_guide/pkgbuild",
"sidebar": "tutorialSidebar"
},
{
"id": "dev_guide/upload_gpg_key",
"path": "/documentation/dev_guide/upload_gpg_key",
"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/virtualbox_installation",
"path": "/documentation/installation/virtualbox_installation",
"sidebar": "tutorialSidebar"
},
{
"id": "introduction/code_of_conduct",
"path": "/documentation/introduction/code_of_conduct",
"sidebar": "tutorialSidebar"
},
{
"id": "introduction/coding-standard",
"path": "/documentation/introduction/coding-standard",
"sidebar": "tutorialSidebar"
},
{
"id": "introduction/contributing",
"path": "/documentation/introduction/contributing",
"sidebar": "tutorialSidebar"
},
{
"id": "introduction/faqs",
"path": "/documentation/introduction/faqs",
"sidebar": "tutorialSidebar"
},
{
"id": "introduction/motivation",
"path": "/documentation/introduction/motivation",
"sidebar": "tutorialSidebar"
},
{
"id": "introduction/name_and_story",
"path": "/documentation/introduction/name_and_story",
"sidebar": "tutorialSidebar"
},
{
"id": "introduction/overview",
"path": "/documentation/",
"sidebar": "tutorialSidebar"
},
{
"id": "introduction/release_notes",
"path": "/documentation/introduction/release_notes",
"sidebar": "tutorialSidebar"
},
{
"id": "introduction/reporting_bugs",
"path": "/documentation/introduction/reporting_bugs",
"sidebar": "tutorialSidebar"
},
{
"id": "packages/snigdhaos_blackbox",
"path": "/documentation/packages/snigdhaos_blackbox",
"sidebar": "tutorialSidebar"
},
{
"id": "packages/snigdhaos_welcome",
"path": "/documentation/packages/snigdhaos_welcome",
"sidebar": "tutorialSidebar"
},
{
"id": "post_installation/customization",
"path": "/documentation/post_installation/customization",
"sidebar": "tutorialSidebar"
},
{
"id": "post_installation/install_packages",
"path": "/documentation/post_installation/install_packages",
"sidebar": "tutorialSidebar"
},
{
"id": "post_installation/language",
"path": "/documentation/post_installation/language",
"sidebar": "tutorialSidebar"
},
{
"id": "post_installation/update",
"path": "/documentation/post_installation/update",
"sidebar": "tutorialSidebar"
},
{
"id": "tools/aircrack-ng",
"path": "/documentation/tools/aircrack-ng",
"sidebar": "tutorialSidebar"
},
{
"id": "tools/dns",
"path": "/documentation/tools/dns",
"sidebar": "tutorialSidebar"
},
{
"id": "troubleshoot/bluetooth",
"path": "/documentation/troubleshoot/bluetooth",
"sidebar": "tutorialSidebar"
},
{
"id": "troubleshoot/display",
"path": "/documentation/troubleshoot/display",
"sidebar": "tutorialSidebar"
},
{
"id": "troubleshoot/sound",
"path": "/documentation/troubleshoot/sound",
"sidebar": "tutorialSidebar"
},
{
"id": "troubleshoot/wifi",
"path": "/documentation/troubleshoot/wifi",
"sidebar": "tutorialSidebar"
},
{
"id": "user_guide/aur",
"path": "/documentation/user_guide/aur",
"sidebar": "tutorialSidebar"
},
{
"id": "user_guide/cheetsheet",
"path": "/documentation/user_guide/cheetsheet",
"sidebar": "tutorialSidebar"
},
{
"id": "/category/introduction",
"path": "/documentation/category/introduction",
"sidebar": "tutorialSidebar"
},
{
"id": "/category/before-installation",
"path": "/documentation/category/before-installation",
"sidebar": "tutorialSidebar"
},
{
"id": "/category/installation",
"path": "/documentation/category/installation",
"sidebar": "tutorialSidebar"
},
{
"id": "/category/post-installation",
"path": "/documentation/category/post-installation",
"sidebar": "tutorialSidebar"
},
{
"id": "/category/user-guide",
"path": "/documentation/category/user-guide",
"sidebar": "tutorialSidebar"
},
{
"id": "/category/troubleshoot",
"path": "/documentation/category/troubleshoot",
"sidebar": "tutorialSidebar"
},
{
"id": "/category/packages",
"path": "/documentation/category/packages",
"sidebar": "tutorialSidebar"
},
{
"id": "/category/developers-guide",
"path": "/documentation/category/developers-guide",
"sidebar": "tutorialSidebar"
},
{
"id": "/category/tools",
"path": "/documentation/category/tools",
"sidebar": "tutorialSidebar"
}
],
"draftIds": [],
"sidebars": {
"tutorialSidebar": {
"link": {
"path": "/documentation/category/introduction",
"label": "Introduction"
}
}
}
}
],
"breadcrumbs": true
}
}
}

View File

@@ -1,17 +0,0 @@
{
"defaultLocale": "en",
"locales": [
"en"
],
"path": "i18n",
"currentLocale": "en",
"localeConfigs": {
"en": {
"label": "English",
"direction": "ltr",
"htmlLang": "en",
"calendar": "gregory",
"path": "en"
}
}
}

View File

@@ -1,83 +0,0 @@
export default {
"__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-761-cec": [() => import(/* webpackChunkName: "content---documentation-761-cec" */ "@site/docs/introduction/overview.md"), "@site/docs/introduction/overview.md", require.resolveWeak("@site/docs/introduction/overview.md")],
"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-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-upload-gpg-key-92-e-790": [() => import(/* webpackChunkName: "content---documentation-dev-guide-upload-gpg-key-92-e-790" */ "@site/docs/dev_guide/upload_gpg_key.md"), "@site/docs/dev_guide/upload_gpg_key.md", require.resolveWeak("@site/docs/dev_guide/upload_gpg_key.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-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-coding-standard-0-e-1-8f5": [() => import(/* webpackChunkName: "content---documentation-introduction-coding-standard-0-e-1-8f5" */ "@site/docs/introduction/coding-standard.md"), "@site/docs/introduction/coding-standard.md", require.resolveWeak("@site/docs/introduction/coding-standard.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-motivation-16-a-8e4": [() => import(/* webpackChunkName: "content---documentation-introduction-motivation-16-a-8e4" */ "@site/docs/introduction/motivation.md"), "@site/docs/introduction/motivation.md", require.resolveWeak("@site/docs/introduction/motivation.md")],
"content---documentation-introduction-name-and-storyca-5-19f": [() => import(/* webpackChunkName: "content---documentation-introduction-name-and-storyca-5-19f" */ "@site/docs/introduction/name_and_story.md"), "@site/docs/introduction/name_and_story.md", require.resolveWeak("@site/docs/introduction/name_and_story.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-aircrack-ng-71-e-f14": [() => import(/* webpackChunkName: "content---documentation-tools-aircrack-ng-71-e-f14" */ "@site/docs/tools/aircrack-ng.md"), "@site/docs/tools/aircrack-ng.md", require.resolveWeak("@site/docs/tools/aircrack-ng.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-blog-7-a-6-d60": [() => import(/* webpackChunkName: "plugin---documentation-blog-7-a-6-d60" */ "/home/whoami/Desktop/documentation/.docusaurus/docusaurus-plugin-content-blog/default/plugin-route-context-module-100.json"), "/home/whoami/Desktop/documentation/.docusaurus/docusaurus-plugin-content-blog/default/plugin-route-context-module-100.json", require.resolveWeak("/home/whoami/Desktop/documentation/.docusaurus/docusaurus-plugin-content-blog/default/plugin-route-context-module-100.json")],
"plugin---documentation-cookie-consentf-47-450": [() => import(/* webpackChunkName: "plugin---documentation-cookie-consentf-47-450" */ "/home/whoami/Desktop/documentation/.docusaurus/docusaurus-plugin-content-pages/default/plugin-route-context-module-100.json"), "/home/whoami/Desktop/documentation/.docusaurus/docusaurus-plugin-content-pages/default/plugin-route-context-module-100.json", require.resolveWeak("/home/whoami/Desktop/documentation/.docusaurus/docusaurus-plugin-content-pages/default/plugin-route-context-module-100.json")],
"plugin---documentation-docusaurus-debug-3-c-6-b47": [() => import(/* webpackChunkName: "plugin---documentation-docusaurus-debug-3-c-6-b47" */ "/home/whoami/Desktop/documentation/.docusaurus/docusaurus-plugin-debug/default/plugin-route-context-module-100.json"), "/home/whoami/Desktop/documentation/.docusaurus/docusaurus-plugin-debug/default/plugin-route-context-module-100.json", require.resolveWeak("/home/whoami/Desktop/documentation/.docusaurus/docusaurus-plugin-debug/default/plugin-route-context-module-100.json")],
"plugin---documentation-ed-9-690": [() => import(/* webpackChunkName: "plugin---documentation-ed-9-690" */ "/home/whoami/Desktop/documentation/.docusaurus/docusaurus-plugin-content-docs/default/plugin-route-context-module-100.json"), "/home/whoami/Desktop/documentation/.docusaurus/docusaurus-plugin-content-docs/default/plugin-route-context-module-100.json", require.resolveWeak("/home/whoami/Desktop/documentation/.docusaurus/docusaurus-plugin-content-docs/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")],};

View File

@@ -1,390 +0,0 @@
import React from 'react';
import ComponentCreator from '@docusaurus/ComponentCreator';
export default [
{
path: '/documentation/__docusaurus/debug',
component: ComponentCreator('/documentation/__docusaurus/debug', '82c'),
exact: true
},
{
path: '/documentation/__docusaurus/debug/config',
component: ComponentCreator('/documentation/__docusaurus/debug/config', 'cca'),
exact: true
},
{
path: '/documentation/__docusaurus/debug/content',
component: ComponentCreator('/documentation/__docusaurus/debug/content', '5b9'),
exact: true
},
{
path: '/documentation/__docusaurus/debug/globalData',
component: ComponentCreator('/documentation/__docusaurus/debug/globalData', 'cbf'),
exact: true
},
{
path: '/documentation/__docusaurus/debug/metadata',
component: ComponentCreator('/documentation/__docusaurus/debug/metadata', 'aa9'),
exact: true
},
{
path: '/documentation/__docusaurus/debug/registry',
component: ComponentCreator('/documentation/__docusaurus/debug/registry', '89e'),
exact: true
},
{
path: '/documentation/__docusaurus/debug/routes',
component: ComponentCreator('/documentation/__docusaurus/debug/routes', '479'),
exact: true
},
{
path: '/documentation/blog',
component: ComponentCreator('/documentation/blog', 'c46'),
exact: true
},
{
path: '/documentation/blog/archive',
component: ComponentCreator('/documentation/blog/archive', '3cf'),
exact: true
},
{
path: '/documentation/blog/effective_bug_report',
component: ComponentCreator('/documentation/blog/effective_bug_report', '2d6'),
exact: true
},
{
path: '/documentation/blog/tags',
component: ComponentCreator('/documentation/blog/tags', 'cfc'),
exact: true
},
{
path: '/documentation/blog/tags/bug',
component: ComponentCreator('/documentation/blog/tags/bug', '53d'),
exact: true
},
{
path: '/documentation/cookie-consent',
component: ComponentCreator('/documentation/cookie-consent', '7b0'),
exact: true
},
{
path: '/documentation/markdown-page',
component: ComponentCreator('/documentation/markdown-page', '18d'),
exact: true
},
{
path: '/documentation/privacy_policy',
component: ComponentCreator('/documentation/privacy_policy', '60c'),
exact: true
},
{
path: '/documentation/',
component: ComponentCreator('/documentation/', 'f3c'),
routes: [
{
path: '/documentation/',
component: ComponentCreator('/documentation/', '8e3'),
routes: [
{
path: '/documentation/',
component: ComponentCreator('/documentation/', '3e5'),
routes: [
{
path: '/documentation/before_installation/imporatnt_notes',
component: ComponentCreator('/documentation/before_installation/imporatnt_notes', '89a'),
exact: true,
sidebar: "tutorialSidebar"
},
{
path: '/documentation/before_installation/internet_connection',
component: ComponentCreator('/documentation/before_installation/internet_connection', 'fae'),
exact: true,
sidebar: "tutorialSidebar"
},
{
path: '/documentation/before_installation/system_requirements',
component: ComponentCreator('/documentation/before_installation/system_requirements', '65d'),
exact: true,
sidebar: "tutorialSidebar"
},
{
path: '/documentation/category/before-installation',
component: ComponentCreator('/documentation/category/before-installation', '3ba'),
exact: true,
sidebar: "tutorialSidebar"
},
{
path: '/documentation/category/developers-guide',
component: ComponentCreator('/documentation/category/developers-guide', '73b'),
exact: true,
sidebar: "tutorialSidebar"
},
{
path: '/documentation/category/installation',
component: ComponentCreator('/documentation/category/installation', '665'),
exact: true,
sidebar: "tutorialSidebar"
},
{
path: '/documentation/category/introduction',
component: ComponentCreator('/documentation/category/introduction', '2cc'),
exact: true,
sidebar: "tutorialSidebar"
},
{
path: '/documentation/category/packages',
component: ComponentCreator('/documentation/category/packages', '0e6'),
exact: true,
sidebar: "tutorialSidebar"
},
{
path: '/documentation/category/post-installation',
component: ComponentCreator('/documentation/category/post-installation', 'ee0'),
exact: true,
sidebar: "tutorialSidebar"
},
{
path: '/documentation/category/tools',
component: ComponentCreator('/documentation/category/tools', 'a35'),
exact: true,
sidebar: "tutorialSidebar"
},
{
path: '/documentation/category/troubleshoot',
component: ComponentCreator('/documentation/category/troubleshoot', '11b'),
exact: true,
sidebar: "tutorialSidebar"
},
{
path: '/documentation/category/user-guide',
component: ComponentCreator('/documentation/category/user-guide', 'd5c'),
exact: true,
sidebar: "tutorialSidebar"
},
{
path: '/documentation/dev_guide/build_source',
component: ComponentCreator('/documentation/dev_guide/build_source', '81a'),
exact: true,
sidebar: "tutorialSidebar"
},
{
path: '/documentation/dev_guide/deploy_packages',
component: ComponentCreator('/documentation/dev_guide/deploy_packages', '61f'),
exact: true,
sidebar: "tutorialSidebar"
},
{
path: '/documentation/dev_guide/gpg_key',
component: ComponentCreator('/documentation/dev_guide/gpg_key', 'd30'),
exact: true,
sidebar: "tutorialSidebar"
},
{
path: '/documentation/dev_guide/install_keyring',
component: ComponentCreator('/documentation/dev_guide/install_keyring', '6ef'),
exact: true,
sidebar: "tutorialSidebar"
},
{
path: '/documentation/dev_guide/pkgbuild',
component: ComponentCreator('/documentation/dev_guide/pkgbuild', '393'),
exact: true,
sidebar: "tutorialSidebar"
},
{
path: '/documentation/dev_guide/upload_gpg_key',
component: ComponentCreator('/documentation/dev_guide/upload_gpg_key', '2be'),
exact: true,
sidebar: "tutorialSidebar"
},
{
path: '/documentation/dev_guide/write',
component: ComponentCreator('/documentation/dev_guide/write', '856'),
exact: true,
sidebar: "tutorialSidebar"
},
{
path: '/documentation/installation/download_snigdha_os',
component: ComponentCreator('/documentation/installation/download_snigdha_os', '369'),
exact: true,
sidebar: "tutorialSidebar"
},
{
path: '/documentation/installation/live_env',
component: ComponentCreator('/documentation/installation/live_env', 'd25'),
exact: true,
sidebar: "tutorialSidebar"
},
{
path: '/documentation/installation/making_bootable_usb',
component: ComponentCreator('/documentation/installation/making_bootable_usb', '298'),
exact: true,
sidebar: "tutorialSidebar"
},
{
path: '/documentation/installation/offline_install',
component: ComponentCreator('/documentation/installation/offline_install', '274'),
exact: true,
sidebar: "tutorialSidebar"
},
{
path: '/documentation/installation/online_install',
component: ComponentCreator('/documentation/installation/online_install', 'c8a'),
exact: true,
sidebar: "tutorialSidebar"
},
{
path: '/documentation/installation/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/coding-standard',
component: ComponentCreator('/documentation/introduction/coding-standard', '105'),
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'),
exact: true,
sidebar: "tutorialSidebar"
},
{
path: '/documentation/introduction/motivation',
component: ComponentCreator('/documentation/introduction/motivation', '0bd'),
exact: true,
sidebar: "tutorialSidebar"
},
{
path: '/documentation/introduction/name_and_story',
component: ComponentCreator('/documentation/introduction/name_and_story', 'd3c'),
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/packages/snigdhaos_blackbox',
component: ComponentCreator('/documentation/packages/snigdhaos_blackbox', '3e9'),
exact: true,
sidebar: "tutorialSidebar"
},
{
path: '/documentation/packages/snigdhaos_welcome',
component: ComponentCreator('/documentation/packages/snigdhaos_welcome', 'e46'),
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/tools/aircrack-ng',
component: ComponentCreator('/documentation/tools/aircrack-ng', 'd77'),
exact: true,
sidebar: "tutorialSidebar"
},
{
path: '/documentation/tools/dns',
component: ComponentCreator('/documentation/tools/dns', '2cf'),
exact: true,
sidebar: "tutorialSidebar"
},
{
path: '/documentation/troubleshoot/bluetooth',
component: ComponentCreator('/documentation/troubleshoot/bluetooth', '269'),
exact: true,
sidebar: "tutorialSidebar"
},
{
path: '/documentation/troubleshoot/display',
component: ComponentCreator('/documentation/troubleshoot/display', '9c2'),
exact: true,
sidebar: "tutorialSidebar"
},
{
path: '/documentation/troubleshoot/sound',
component: ComponentCreator('/documentation/troubleshoot/sound', '004'),
exact: true,
sidebar: "tutorialSidebar"
},
{
path: '/documentation/troubleshoot/wifi',
component: ComponentCreator('/documentation/troubleshoot/wifi', '8fc'),
exact: true,
sidebar: "tutorialSidebar"
},
{
path: '/documentation/user_guide/aur',
component: ComponentCreator('/documentation/user_guide/aur', '9b0'),
exact: true,
sidebar: "tutorialSidebar"
},
{
path: '/documentation/user_guide/cheetsheet',
component: ComponentCreator('/documentation/user_guide/cheetsheet', '1e9'),
exact: true,
sidebar: "tutorialSidebar"
},
{
path: '/documentation/',
component: ComponentCreator('/documentation/', 'dd9'),
exact: true,
sidebar: "tutorialSidebar"
}
]
}
]
}
]
},
{
path: '*',
component: ComponentCreator('*'),
},
];

View File

@@ -1,321 +0,0 @@
{
"/documentation/__docusaurus/debug-82c": {
"__comp": "__comp---theme-debug-config-23-a-2ff",
"__context": {
"plugin": "plugin---documentation-docusaurus-debug-3-c-6-b47"
}
},
"/documentation/__docusaurus/debug/config-cca": {
"__comp": "__comp---theme-debug-config-23-a-2ff",
"__context": {
"plugin": "plugin---documentation-docusaurus-debug-3-c-6-b47"
}
},
"/documentation/__docusaurus/debug/content-5b9": {
"__comp": "__comp---theme-debug-contentba-8-ce7",
"__context": {
"plugin": "plugin---documentation-docusaurus-debug-3-c-6-b47"
},
"allContent": "allContent---documentation-docusaurus-debug-content-246-1fc"
},
"/documentation/__docusaurus/debug/globalData-cbf": {
"__comp": "__comp---theme-debug-global-dataede-0fa",
"__context": {
"plugin": "plugin---documentation-docusaurus-debug-3-c-6-b47"
}
},
"/documentation/__docusaurus/debug/metadata-aa9": {
"__comp": "__comp---theme-debug-site-metadata-68-e-3d4",
"__context": {
"plugin": "plugin---documentation-docusaurus-debug-3-c-6-b47"
}
},
"/documentation/__docusaurus/debug/registry-89e": {
"__comp": "__comp---theme-debug-registry-679-501",
"__context": {
"plugin": "plugin---documentation-docusaurus-debug-3-c-6-b47"
}
},
"/documentation/__docusaurus/debug/routes-479": {
"__comp": "__comp---theme-debug-routes-946-699",
"__context": {
"plugin": "plugin---documentation-docusaurus-debug-3-c-6-b47"
}
},
"/documentation/blog-c46": {
"__comp": "__comp---theme-blog-list-pagea-6-a-7ba",
"__context": {
"plugin": "plugin---documentation-blog-7-a-6-d60"
},
"sidebar": "sidebar---documentation-blog-814-bc6",
"items": [
{
"content": "content---documentation-blogec-4-500"
}
],
"metadata": "metadata---documentation-blog-14-e-a5c"
},
"/documentation/blog/archive-3cf": {
"__comp": "__comp---theme-blog-archive-page-9-e-4-1d8",
"__context": {
"plugin": "plugin---documentation-blog-7-a-6-d60"
},
"archive": "archive---documentation-blog-archiveeda-964"
},
"/documentation/blog/effective_bug_report-2d6": {
"__comp": "__comp---theme-blog-post-pageccc-cab",
"__context": {
"plugin": "plugin---documentation-blog-7-a-6-d60"
},
"sidebar": "sidebar---documentation-blog-814-bc6",
"content": "content---documentation-blog-effective-bug-reportf-73-529"
},
"/documentation/blog/tags-cfc": {
"__comp": "__comp---theme-blog-tags-list-page-01-a-d0b",
"__context": {
"plugin": "plugin---documentation-blog-7-a-6-d60"
},
"sidebar": "sidebar---documentation-blog-814-bc6",
"tags": "tags---documentation-blog-tags-673-362"
},
"/documentation/blog/tags/bug-53d": {
"__comp": "__comp---theme-blog-tags-posts-page-687-b6c",
"__context": {
"plugin": "plugin---documentation-blog-7-a-6-d60"
},
"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-7b0": {
"__comp": "__comp---theme-mdx-page-1-f-3-b90",
"__context": {
"plugin": "plugin---documentation-cookie-consentf-47-450"
},
"content": "content---documentation-cookie-consent-21-a-25e"
},
"/documentation/markdown-page-18d": {
"__comp": "__comp---theme-mdx-page-1-f-3-b90",
"__context": {
"plugin": "plugin---documentation-cookie-consentf-47-450"
},
"content": "content---documentation-markdown-page-393-bce"
},
"/documentation/privacy_policy-60c": {
"__comp": "__comp---theme-mdx-page-1-f-3-b90",
"__context": {
"plugin": "plugin---documentation-cookie-consentf-47-450"
},
"content": "content---documentation-privacy-policyfbb-0dc"
},
"/documentation/-f3c": {
"__comp": "__comp---theme-docs-root-5-e-9-0b6",
"__context": {
"plugin": "plugin---documentation-ed-9-690"
}
},
"/documentation/-8e3": {
"__comp": "__comp---theme-doc-version-roota-7-b-5de",
"version": "version---documentation-935-548"
},
"/documentation/-3e5": {
"__comp": "__comp---theme-doc-roota-94-67a"
},
"/documentation/before_installation/imporatnt_notes-89a": {
"__comp": "__comp---theme-doc-item-178-a40",
"content": "content---documentation-before-installation-imporatnt-notesb-9-c-8d1"
},
"/documentation/before_installation/internet_connection-fae": {
"__comp": "__comp---theme-doc-item-178-a40",
"content": "content---documentation-before-installation-internet-connection-374-962"
},
"/documentation/before_installation/system_requirements-65d": {
"__comp": "__comp---theme-doc-item-178-a40",
"content": "content---documentation-before-installation-system-requirements-143-bf9"
},
"/documentation/category/before-installation-3ba": {
"__comp": "__comp---theme-doc-category-generated-index-page-14-e-640",
"categoryGeneratedIndex": "categoryGeneratedIndex---documentation-category-before-installation-5-d-6-c35"
},
"/documentation/category/developers-guide-73b": {
"__comp": "__comp---theme-doc-category-generated-index-page-14-e-640",
"categoryGeneratedIndex": "categoryGeneratedIndex---documentation-category-developers-guide-06-e-997"
},
"/documentation/category/installation-665": {
"__comp": "__comp---theme-doc-category-generated-index-page-14-e-640",
"categoryGeneratedIndex": "categoryGeneratedIndex---documentation-category-installationb-20-365"
},
"/documentation/category/introduction-2cc": {
"__comp": "__comp---theme-doc-category-generated-index-page-14-e-640",
"categoryGeneratedIndex": "categoryGeneratedIndex---documentation-category-introductionccd-ede"
},
"/documentation/category/packages-0e6": {
"__comp": "__comp---theme-doc-category-generated-index-page-14-e-640",
"categoryGeneratedIndex": "categoryGeneratedIndex---documentation-category-packages-909-692"
},
"/documentation/category/post-installation-ee0": {
"__comp": "__comp---theme-doc-category-generated-index-page-14-e-640",
"categoryGeneratedIndex": "categoryGeneratedIndex---documentation-category-post-installatione-54-a22"
},
"/documentation/category/tools-a35": {
"__comp": "__comp---theme-doc-category-generated-index-page-14-e-640",
"categoryGeneratedIndex": "categoryGeneratedIndex---documentation-category-tools-96-b-75a"
},
"/documentation/category/troubleshoot-11b": {
"__comp": "__comp---theme-doc-category-generated-index-page-14-e-640",
"categoryGeneratedIndex": "categoryGeneratedIndex---documentation-category-troubleshootde-6-666"
},
"/documentation/category/user-guide-d5c": {
"__comp": "__comp---theme-doc-category-generated-index-page-14-e-640",
"categoryGeneratedIndex": "categoryGeneratedIndex---documentation-category-user-guide-698-266"
},
"/documentation/dev_guide/build_source-81a": {
"__comp": "__comp---theme-doc-item-178-a40",
"content": "content---documentation-dev-guide-build-source-9-dc-909"
},
"/documentation/dev_guide/deploy_packages-61f": {
"__comp": "__comp---theme-doc-item-178-a40",
"content": "content---documentation-dev-guide-deploy-packages-043-bee"
},
"/documentation/dev_guide/gpg_key-d30": {
"__comp": "__comp---theme-doc-item-178-a40",
"content": "content---documentation-dev-guide-gpg-key-89-e-a96"
},
"/documentation/dev_guide/install_keyring-6ef": {
"__comp": "__comp---theme-doc-item-178-a40",
"content": "content---documentation-dev-guide-install-keyring-404-6d6"
},
"/documentation/dev_guide/pkgbuild-393": {
"__comp": "__comp---theme-doc-item-178-a40",
"content": "content---documentation-dev-guide-pkgbuild-66-e-684"
},
"/documentation/dev_guide/upload_gpg_key-2be": {
"__comp": "__comp---theme-doc-item-178-a40",
"content": "content---documentation-dev-guide-upload-gpg-key-92-e-790"
},
"/documentation/dev_guide/write-856": {
"__comp": "__comp---theme-doc-item-178-a40",
"content": "content---documentation-dev-guide-writeec-3-564"
},
"/documentation/installation/download_snigdha_os-369": {
"__comp": "__comp---theme-doc-item-178-a40",
"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/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/coding-standard-105": {
"__comp": "__comp---theme-doc-item-178-a40",
"content": "content---documentation-introduction-coding-standard-0-e-1-8f5"
},
"/documentation/introduction/contributing-2c1": {
"__comp": "__comp---theme-doc-item-178-a40",
"content": "content---documentation-introduction-contributing-556-194"
},
"/documentation/introduction/faqs-7af": {
"__comp": "__comp---theme-doc-item-178-a40",
"content": "content---documentation-introduction-faqsb-19-00b"
},
"/documentation/introduction/motivation-0bd": {
"__comp": "__comp---theme-doc-item-178-a40",
"content": "content---documentation-introduction-motivation-16-a-8e4"
},
"/documentation/introduction/name_and_story-d3c": {
"__comp": "__comp---theme-doc-item-178-a40",
"content": "content---documentation-introduction-name-and-storyca-5-19f"
},
"/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/packages/snigdhaos_blackbox-3e9": {
"__comp": "__comp---theme-doc-item-178-a40",
"content": "content---documentation-packages-snigdhaos-blackboxbbd-050"
},
"/documentation/packages/snigdhaos_welcome-e46": {
"__comp": "__comp---theme-doc-item-178-a40",
"content": "content---documentation-packages-snigdhaos-welcome-400-dfa"
},
"/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/tools/aircrack-ng-d77": {
"__comp": "__comp---theme-doc-item-178-a40",
"content": "content---documentation-tools-aircrack-ng-71-e-f14"
},
"/documentation/tools/dns-2cf": {
"__comp": "__comp---theme-doc-item-178-a40",
"content": "content---documentation-tools-dnsce-8-3f9"
},
"/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/-dd9": {
"__comp": "__comp---theme-doc-item-178-a40",
"content": "content---documentation-761-cec"
}
}

View File

@@ -1,31 +0,0 @@
{
"docusaurusVersion": "3.1.1",
"siteVersion": "0.0.0",
"pluginVersions": {
"docusaurus-plugin-content-docs": {
"type": "package",
"name": "@docusaurus/plugin-content-docs",
"version": "3.1.1"
},
"docusaurus-plugin-content-blog": {
"type": "package",
"name": "@docusaurus/plugin-content-blog",
"version": "3.1.1"
},
"docusaurus-plugin-content-pages": {
"type": "package",
"name": "@docusaurus/plugin-content-pages",
"version": "3.1.1"
},
"docusaurus-plugin-debug": {
"type": "package",
"name": "@docusaurus/plugin-debug",
"version": "3.1.1"
},
"docusaurus-theme-classic": {
"type": "package",
"name": "@docusaurus/theme-classic",
"version": "3.1.1"
}
}
}

View File

@@ -110,6 +110,16 @@ const config = {
{name: 'google-site-verification', content: 'yn077F39pfs0VeUp9l09FZfw_uNegy4cXf7i0aPXJIc'},
],
}),
plugins: [
[
'@docusaurus/plugin-sitemap',
{
// Optional: custom options for the sitemap plugin
changefreq: 'weekly', // Frequency of updates (optional)
priority: 0.5, // Default priority for URLs (optional)
},
],
],
};
export default config;

View File

@@ -15,6 +15,7 @@
},
"dependencies": {
"@docusaurus/core": "3.1.1",
"@docusaurus/plugin-sitemap": "^3.6.3",
"@docusaurus/preset-classic": "3.1.1",
"@mdx-js/react": "^3.1.0",
"clsx": "^2.1.1",

2127
pnpm-lock.yaml generated

File diff suppressed because it is too large Load Diff