diff --git a/.docusaurus/DONT-EDIT-THIS-FOLDER b/.docusaurus/DONT-EDIT-THIS-FOLDER deleted file mode 100644 index 6c06ae87..00000000 --- a/.docusaurus/DONT-EDIT-THIS-FOLDER +++ /dev/null @@ -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. diff --git a/.docusaurus/client-modules.js b/.docusaurus/client-modules.js deleted file mode 100644 index a3f45c81..00000000 --- a/.docusaurus/client-modules.js +++ /dev/null @@ -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"), -]; diff --git a/.docusaurus/codeTranslations.json b/.docusaurus/codeTranslations.json deleted file mode 100644 index 9e26dfee..00000000 --- a/.docusaurus/codeTranslations.json +++ /dev/null @@ -1 +0,0 @@ -{} \ No newline at end of file diff --git a/.docusaurus/docusaurus-plugin-content-blog/default/blog-post-list-prop-default.json b/.docusaurus/docusaurus-plugin-content-blog/default/blog-post-list-prop-default.json deleted file mode 100644 index 7e93fafe..00000000 --- a/.docusaurus/docusaurus-plugin-content-blog/default/blog-post-list-prop-default.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "title": "Recent posts", - "items": [ - { - "title": "Write Effective Bug Report", - "permalink": "/documentation/blog/effective_bug_report", - "unlisted": false - } - ] -} \ No newline at end of file diff --git a/.docusaurus/docusaurus-plugin-content-blog/default/documentation-blog-archive-ece.json b/.docusaurus/docusaurus-plugin-content-blog/default/documentation-blog-archive-ece.json deleted file mode 100644 index e4fe499e..00000000 --- a/.docusaurus/docusaurus-plugin-content-blog/default/documentation-blog-archive-ece.json +++ /dev/null @@ -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." - } - ] -} \ No newline at end of file diff --git a/.docusaurus/docusaurus-plugin-content-blog/default/documentation-blog-d20.json b/.docusaurus/docusaurus-plugin-content-blog/default/documentation-blog-d20.json deleted file mode 100644 index 1c15c9de..00000000 --- a/.docusaurus/docusaurus-plugin-content-blog/default/documentation-blog-d20.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "permalink": "/documentation/blog", - "page": 1, - "postsPerPage": 10, - "totalPages": 1, - "totalCount": 1, - "blogDescription": "Blog", - "blogTitle": "Blog" -} \ No newline at end of file diff --git a/.docusaurus/docusaurus-plugin-content-blog/default/documentation-blog-tags-bug-b05-list.json b/.docusaurus/docusaurus-plugin-content-blog/default/documentation-blog-tags-bug-b05-list.json deleted file mode 100644 index fa178a60..00000000 --- a/.docusaurus/docusaurus-plugin-content-blog/default/documentation-blog-tags-bug-b05-list.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "permalink": "/documentation/blog/tags/bug", - "page": 1, - "postsPerPage": 10, - "totalPages": 1, - "totalCount": 1, - "blogDescription": "Blog", - "blogTitle": "Blog" -} \ No newline at end of file diff --git a/.docusaurus/docusaurus-plugin-content-blog/default/documentation-blog-tags-bug-b05.json b/.docusaurus/docusaurus-plugin-content-blog/default/documentation-blog-tags-bug-b05.json deleted file mode 100644 index b7c44d8b..00000000 --- a/.docusaurus/docusaurus-plugin-content-blog/default/documentation-blog-tags-bug-b05.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "label": "bug", - "permalink": "/documentation/blog/tags/bug", - "allTagsPath": "/documentation/blog/tags", - "count": 1, - "unlisted": false -} \ No newline at end of file diff --git a/.docusaurus/docusaurus-plugin-content-blog/default/documentation-blog-tags-tags-271.json b/.docusaurus/docusaurus-plugin-content-blog/default/documentation-blog-tags-tags-271.json deleted file mode 100644 index ce7101bb..00000000 --- a/.docusaurus/docusaurus-plugin-content-blog/default/documentation-blog-tags-tags-271.json +++ /dev/null @@ -1,7 +0,0 @@ -[ - { - "label": "bug", - "permalink": "/documentation/blog/tags/bug", - "count": 1 - } -] \ No newline at end of file diff --git a/.docusaurus/docusaurus-plugin-content-blog/default/plugin-route-context-module-100.json b/.docusaurus/docusaurus-plugin-content-blog/default/plugin-route-context-module-100.json deleted file mode 100644 index 3206737b..00000000 --- a/.docusaurus/docusaurus-plugin-content-blog/default/plugin-route-context-module-100.json +++ /dev/null @@ -1,4 +0,0 @@ -{ - "name": "docusaurus-plugin-content-blog", - "id": "default" -} \ No newline at end of file diff --git a/.docusaurus/docusaurus-plugin-content-blog/default/site-blog-effetive-bug-report-md-f73.json b/.docusaurus/docusaurus-plugin-content-blog/default/site-blog-effetive-bug-report-md-f73.json deleted file mode 100644 index 48e77426..00000000 --- a/.docusaurus/docusaurus-plugin-content-blog/default/site-blog-effetive-bug-report-md-f73.json +++ /dev/null @@ -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 -} \ No newline at end of file diff --git a/.docusaurus/docusaurus-plugin-content-docs/default/category-documentation-tutorialsidebar-category-before-installation-bbf.json b/.docusaurus/docusaurus-plugin-content-docs/default/category-documentation-tutorialsidebar-category-before-installation-bbf.json deleted file mode 100644 index 8dcc0dc9..00000000 --- a/.docusaurus/docusaurus-plugin-content-docs/default/category-documentation-tutorialsidebar-category-before-installation-bbf.json +++ /dev/null @@ -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" - } - } -} \ No newline at end of file diff --git a/.docusaurus/docusaurus-plugin-content-docs/default/category-documentation-tutorialsidebar-category-developers-guide-ae5.json b/.docusaurus/docusaurus-plugin-content-docs/default/category-documentation-tutorialsidebar-category-developers-guide-ae5.json deleted file mode 100644 index 1bbacb58..00000000 --- a/.docusaurus/docusaurus-plugin-content-docs/default/category-documentation-tutorialsidebar-category-developers-guide-ae5.json +++ /dev/null @@ -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" - } - } -} \ No newline at end of file diff --git a/.docusaurus/docusaurus-plugin-content-docs/default/category-documentation-tutorialsidebar-category-installation-da6.json b/.docusaurus/docusaurus-plugin-content-docs/default/category-documentation-tutorialsidebar-category-installation-da6.json deleted file mode 100644 index 986dbe12..00000000 --- a/.docusaurus/docusaurus-plugin-content-docs/default/category-documentation-tutorialsidebar-category-installation-da6.json +++ /dev/null @@ -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" - } - } -} \ No newline at end of file diff --git a/.docusaurus/docusaurus-plugin-content-docs/default/category-documentation-tutorialsidebar-category-introduction-344.json b/.docusaurus/docusaurus-plugin-content-docs/default/category-documentation-tutorialsidebar-category-introduction-344.json deleted file mode 100644 index 6db69f01..00000000 --- a/.docusaurus/docusaurus-plugin-content-docs/default/category-documentation-tutorialsidebar-category-introduction-344.json +++ /dev/null @@ -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/" - } - } -} \ No newline at end of file diff --git a/.docusaurus/docusaurus-plugin-content-docs/default/category-documentation-tutorialsidebar-category-packages-eea.json b/.docusaurus/docusaurus-plugin-content-docs/default/category-documentation-tutorialsidebar-category-packages-eea.json deleted file mode 100644 index 84f57b8b..00000000 --- a/.docusaurus/docusaurus-plugin-content-docs/default/category-documentation-tutorialsidebar-category-packages-eea.json +++ /dev/null @@ -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" - } - } -} \ No newline at end of file diff --git a/.docusaurus/docusaurus-plugin-content-docs/default/category-documentation-tutorialsidebar-category-post-installation-06e.json b/.docusaurus/docusaurus-plugin-content-docs/default/category-documentation-tutorialsidebar-category-post-installation-06e.json deleted file mode 100644 index bb3fdf88..00000000 --- a/.docusaurus/docusaurus-plugin-content-docs/default/category-documentation-tutorialsidebar-category-post-installation-06e.json +++ /dev/null @@ -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" - } - } -} \ No newline at end of file diff --git a/.docusaurus/docusaurus-plugin-content-docs/default/category-documentation-tutorialsidebar-category-tools-82a.json b/.docusaurus/docusaurus-plugin-content-docs/default/category-documentation-tutorialsidebar-category-tools-82a.json deleted file mode 100644 index 92f92dd5..00000000 --- a/.docusaurus/docusaurus-plugin-content-docs/default/category-documentation-tutorialsidebar-category-tools-82a.json +++ /dev/null @@ -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" - } - } -} \ No newline at end of file diff --git a/.docusaurus/docusaurus-plugin-content-docs/default/category-documentation-tutorialsidebar-category-troubleshoot-a4b.json b/.docusaurus/docusaurus-plugin-content-docs/default/category-documentation-tutorialsidebar-category-troubleshoot-a4b.json deleted file mode 100644 index 537cb98f..00000000 --- a/.docusaurus/docusaurus-plugin-content-docs/default/category-documentation-tutorialsidebar-category-troubleshoot-a4b.json +++ /dev/null @@ -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" - } - } -} \ No newline at end of file diff --git a/.docusaurus/docusaurus-plugin-content-docs/default/category-documentation-tutorialsidebar-category-user-guide-b31.json b/.docusaurus/docusaurus-plugin-content-docs/default/category-documentation-tutorialsidebar-category-user-guide-b31.json deleted file mode 100644 index ac603e03..00000000 --- a/.docusaurus/docusaurus-plugin-content-docs/default/category-documentation-tutorialsidebar-category-user-guide-b31.json +++ /dev/null @@ -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" - } - } -} \ No newline at end of file diff --git a/.docusaurus/docusaurus-plugin-content-docs/default/plugin-route-context-module-100.json b/.docusaurus/docusaurus-plugin-content-docs/default/plugin-route-context-module-100.json deleted file mode 100644 index 3818ad02..00000000 --- a/.docusaurus/docusaurus-plugin-content-docs/default/plugin-route-context-module-100.json +++ /dev/null @@ -1,4 +0,0 @@ -{ - "name": "docusaurus-plugin-content-docs", - "id": "default" -} \ No newline at end of file diff --git a/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-before-installation-imporatnt-notes-md-b9c.json b/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-before-installation-imporatnt-notes-md-b9c.json deleted file mode 100644 index a1fbf707..00000000 --- a/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-before-installation-imporatnt-notes-md-b9c.json +++ /dev/null @@ -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" - } -} \ No newline at end of file diff --git a/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-before-installation-internet-connection-md-374.json b/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-before-installation-internet-connection-md-374.json deleted file mode 100644 index 86a8cc44..00000000 --- a/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-before-installation-internet-connection-md-374.json +++ /dev/null @@ -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" - } -} \ No newline at end of file diff --git a/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-before-installation-system-requirements-md-143.json b/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-before-installation-system-requirements-md-143.json deleted file mode 100644 index fd396b69..00000000 --- a/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-before-installation-system-requirements-md-143.json +++ /dev/null @@ -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" - } -} \ No newline at end of file diff --git a/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-dev-guide-build-source-md-9dc.json b/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-dev-guide-build-source-md-9dc.json deleted file mode 100644 index dbe9e91a..00000000 --- a/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-dev-guide-build-source-md-9dc.json +++ /dev/null @@ -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" - } -} \ No newline at end of file diff --git a/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-dev-guide-deploy-packages-md-043.json b/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-dev-guide-deploy-packages-md-043.json deleted file mode 100644 index 370757fe..00000000 --- a/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-dev-guide-deploy-packages-md-043.json +++ /dev/null @@ -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" - } -} \ No newline at end of file diff --git a/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-dev-guide-gpg-key-md-89e.json b/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-dev-guide-gpg-key-md-89e.json deleted file mode 100644 index 314bb509..00000000 --- a/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-dev-guide-gpg-key-md-89e.json +++ /dev/null @@ -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" - } -} \ No newline at end of file diff --git a/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-dev-guide-install-keyring-md-404.json b/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-dev-guide-install-keyring-md-404.json deleted file mode 100644 index b1c3fc7f..00000000 --- a/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-dev-guide-install-keyring-md-404.json +++ /dev/null @@ -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" - } -} \ No newline at end of file diff --git a/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-dev-guide-pkgbuild-md-66e.json b/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-dev-guide-pkgbuild-md-66e.json deleted file mode 100644 index 1af7bc5b..00000000 --- a/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-dev-guide-pkgbuild-md-66e.json +++ /dev/null @@ -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" - } -} \ No newline at end of file diff --git a/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-dev-guide-write-md-ec3.json b/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-dev-guide-write-md-ec3.json deleted file mode 100644 index cc8e4a98..00000000 --- a/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-dev-guide-write-md-ec3.json +++ /dev/null @@ -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" - } -} \ No newline at end of file diff --git a/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-installation-download-snigdha-os-md-34e.json b/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-installation-download-snigdha-os-md-34e.json deleted file mode 100644 index 92868689..00000000 --- a/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-installation-download-snigdha-os-md-34e.json +++ /dev/null @@ -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" - } -} \ No newline at end of file diff --git a/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-installation-live-env-md-795.json b/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-installation-live-env-md-795.json deleted file mode 100644 index 58e9fc96..00000000 --- a/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-installation-live-env-md-795.json +++ /dev/null @@ -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" - } -} \ No newline at end of file diff --git a/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-installation-making-bootable-usb-md-b85.json b/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-installation-making-bootable-usb-md-b85.json deleted file mode 100644 index 13dca573..00000000 --- a/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-installation-making-bootable-usb-md-b85.json +++ /dev/null @@ -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" - } -} \ No newline at end of file diff --git a/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-installation-offline-install-md-3f3.json b/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-installation-offline-install-md-3f3.json deleted file mode 100644 index 50f7e90b..00000000 --- a/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-installation-offline-install-md-3f3.json +++ /dev/null @@ -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" - } -} \ No newline at end of file diff --git a/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-installation-online-install-md-151.json b/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-installation-online-install-md-151.json deleted file mode 100644 index 7208f67e..00000000 --- a/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-installation-online-install-md-151.json +++ /dev/null @@ -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" - } -} \ No newline at end of file diff --git a/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-installation-start-installation-md-1f9.json b/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-installation-start-installation-md-1f9.json deleted file mode 100644 index d7b5036c..00000000 --- a/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-installation-start-installation-md-1f9.json +++ /dev/null @@ -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" - } -} \ No newline at end of file diff --git a/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-installation-virtualbox-installation-md-24e.json b/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-installation-virtualbox-installation-md-24e.json deleted file mode 100644 index 4212f269..00000000 --- a/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-installation-virtualbox-installation-md-24e.json +++ /dev/null @@ -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" - } -} \ No newline at end of file diff --git a/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-introduction-code-of-conduct-md-e89.json b/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-introduction-code-of-conduct-md-e89.json deleted file mode 100644 index 65318cda..00000000 --- a/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-introduction-code-of-conduct-md-e89.json +++ /dev/null @@ -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" - } -} \ No newline at end of file diff --git a/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-introduction-contributing-md-556.json b/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-introduction-contributing-md-556.json deleted file mode 100644 index 2ebf6581..00000000 --- a/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-introduction-contributing-md-556.json +++ /dev/null @@ -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" - } -} \ No newline at end of file diff --git a/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-introduction-faqs-md-b19.json b/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-introduction-faqs-md-b19.json deleted file mode 100644 index 11e660c5..00000000 --- a/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-introduction-faqs-md-b19.json +++ /dev/null @@ -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" - } -} \ No newline at end of file diff --git a/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-introduction-release-notes-md-1b1.json b/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-introduction-release-notes-md-1b1.json deleted file mode 100644 index ef2ef143..00000000 --- a/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-introduction-release-notes-md-1b1.json +++ /dev/null @@ -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" - } -} \ No newline at end of file diff --git a/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-introduction-reporting-bugs-md-dc8.json b/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-introduction-reporting-bugs-md-dc8.json deleted file mode 100644 index f5a52474..00000000 --- a/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-introduction-reporting-bugs-md-dc8.json +++ /dev/null @@ -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" - } -} \ No newline at end of file diff --git a/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-packages-snigdhaos-blackbox-md-bbd.json b/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-packages-snigdhaos-blackbox-md-bbd.json deleted file mode 100644 index dface6a5..00000000 --- a/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-packages-snigdhaos-blackbox-md-bbd.json +++ /dev/null @@ -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" - } -} \ No newline at end of file diff --git a/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-packages-snigdhaos-welcome-md-400.json b/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-packages-snigdhaos-welcome-md-400.json deleted file mode 100644 index 2cd147f8..00000000 --- a/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-packages-snigdhaos-welcome-md-400.json +++ /dev/null @@ -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" - } -} \ No newline at end of file diff --git a/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-post-installation-customization-md-9cb.json b/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-post-installation-customization-md-9cb.json deleted file mode 100644 index e716705e..00000000 --- a/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-post-installation-customization-md-9cb.json +++ /dev/null @@ -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" - } -} \ No newline at end of file diff --git a/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-post-installation-install-packages-md-904.json b/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-post-installation-install-packages-md-904.json deleted file mode 100644 index d80aebe5..00000000 --- a/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-post-installation-install-packages-md-904.json +++ /dev/null @@ -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" - } -} \ No newline at end of file diff --git a/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-post-installation-language-md-ad7.json b/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-post-installation-language-md-ad7.json deleted file mode 100644 index 49d18163..00000000 --- a/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-post-installation-language-md-ad7.json +++ /dev/null @@ -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" - } -} \ No newline at end of file diff --git a/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-post-installation-update-md-ffa.json b/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-post-installation-update-md-ffa.json deleted file mode 100644 index 0eba4aaf..00000000 --- a/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-post-installation-update-md-ffa.json +++ /dev/null @@ -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" - } -} \ No newline at end of file diff --git a/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-tools-dns-md-ce8.json b/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-tools-dns-md-ce8.json deleted file mode 100644 index 8ad24b2f..00000000 --- a/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-tools-dns-md-ce8.json +++ /dev/null @@ -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" - } -} \ No newline at end of file diff --git a/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-troubleshoot-bluetooth-md-0b7.json b/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-troubleshoot-bluetooth-md-0b7.json deleted file mode 100644 index 901464df..00000000 --- a/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-troubleshoot-bluetooth-md-0b7.json +++ /dev/null @@ -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" - } -} \ No newline at end of file diff --git a/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-troubleshoot-display-md-e2e.json b/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-troubleshoot-display-md-e2e.json deleted file mode 100644 index 0d0898da..00000000 --- a/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-troubleshoot-display-md-e2e.json +++ /dev/null @@ -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" - } -} \ No newline at end of file diff --git a/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-troubleshoot-sound-md-9dc.json b/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-troubleshoot-sound-md-9dc.json deleted file mode 100644 index 5a8fe9cb..00000000 --- a/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-troubleshoot-sound-md-9dc.json +++ /dev/null @@ -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" - } -} \ No newline at end of file diff --git a/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-troubleshoot-wifi-md-367.json b/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-troubleshoot-wifi-md-367.json deleted file mode 100644 index bc79b11a..00000000 --- a/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-troubleshoot-wifi-md-367.json +++ /dev/null @@ -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" - } -} \ No newline at end of file diff --git a/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-user-guide-aur-md-d68.json b/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-user-guide-aur-md-d68.json deleted file mode 100644 index c512eab4..00000000 --- a/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-user-guide-aur-md-d68.json +++ /dev/null @@ -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" - } -} \ No newline at end of file diff --git a/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-user-guide-cheetsheet-md-f7a.json b/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-user-guide-cheetsheet-md-f7a.json deleted file mode 100644 index fbaa7cdf..00000000 --- a/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-user-guide-cheetsheet-md-f7a.json +++ /dev/null @@ -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" - } -} \ No newline at end of file diff --git a/.docusaurus/docusaurus-plugin-content-docs/default/version-current-metadata-prop-751.json b/.docusaurus/docusaurus-plugin-content-docs/default/version-current-metadata-prop-751.json deleted file mode 100644 index 97aac82c..00000000 --- a/.docusaurus/docusaurus-plugin-content-docs/default/version-current-metadata-prop-751.json +++ /dev/null @@ -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" - } - } -} \ No newline at end of file diff --git a/.docusaurus/docusaurus-plugin-content-pages/default/plugin-route-context-module-100.json b/.docusaurus/docusaurus-plugin-content-pages/default/plugin-route-context-module-100.json deleted file mode 100644 index b141f718..00000000 --- a/.docusaurus/docusaurus-plugin-content-pages/default/plugin-route-context-module-100.json +++ /dev/null @@ -1,4 +0,0 @@ -{ - "name": "docusaurus-plugin-content-pages", - "id": "default" -} \ No newline at end of file diff --git a/.docusaurus/docusaurus-plugin-content-pages/default/site-src-pages-cookie-consent-md-21a.json b/.docusaurus/docusaurus-plugin-content-pages/default/site-src-pages-cookie-consent-md-21a.json deleted file mode 100644 index ad34fd3a..00000000 --- a/.docusaurus/docusaurus-plugin-content-pages/default/site-src-pages-cookie-consent-md-21a.json +++ /dev/null @@ -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 -} \ No newline at end of file diff --git a/.docusaurus/docusaurus-plugin-content-pages/default/site-src-pages-markdown-page-md-393.json b/.docusaurus/docusaurus-plugin-content-pages/default/site-src-pages-markdown-page-md-393.json deleted file mode 100644 index 1ce2a4d5..00000000 --- a/.docusaurus/docusaurus-plugin-content-pages/default/site-src-pages-markdown-page-md-393.json +++ /dev/null @@ -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 -} \ No newline at end of file diff --git a/.docusaurus/docusaurus-plugin-content-pages/default/site-src-pages-privacy-policy-md-fbb.json b/.docusaurus/docusaurus-plugin-content-pages/default/site-src-pages-privacy-policy-md-fbb.json deleted file mode 100644 index 3d1719d7..00000000 --- a/.docusaurus/docusaurus-plugin-content-pages/default/site-src-pages-privacy-policy-md-fbb.json +++ /dev/null @@ -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 -} \ No newline at end of file diff --git a/.docusaurus/docusaurus-plugin-debug/default/docusaurus-debug-all-content-673.json b/.docusaurus/docusaurus-plugin-debug/default/docusaurus-debug-all-content-673.json deleted file mode 100644 index 3a7faf6b..00000000 --- a/.docusaurus/docusaurus-plugin-debug/default/docusaurus-debug-all-content-673.json +++ /dev/null @@ -1,1498 +0,0 @@ -{ - "docusaurus-plugin-content-docs": { - "default": { - "loadedVersions": [ - { - "versionName": "current", - "label": "Next", - "banner": null, - "badge": false, - "noIndex": false, - "className": "docs-version-current", - "path": "/documentation/", - "tagsPath": "/documentation/tags", - "editUrl": "https://github.com/Snigdha-OS/documentation/tree/master/docs", - "editUrlLocalized": "https://github.com/Snigdha-OS/documentation/tree/master/i18n/en/docusaurus-plugin-content-docs/current", - "isLast": true, - "routePriority": -1, - "sidebarFilePath": "/home/whoami/Desktop/documentation/sidebars.js", - "contentPath": "/home/whoami/Desktop/documentation/docs", - "contentPathLocalized": "/home/whoami/Desktop/documentation/i18n/en/docusaurus-plugin-content-docs/current", - "docs": [ - { - "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" - } - }, - { - "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" - } - }, - { - "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" - } - }, - { - "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" - } - }, - { - "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" - } - }, - { - "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" - } - }, - { - "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" - } - }, - { - "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" - } - }, - { - "id": "dev_guide/upload_gpg_key", - "title": "Upload Key => Server", - "description": "🌐 Sending and Receiving GPG Keys Using a Key Server", - "source": "@site/docs/dev_guide/upload_gpg_key.md", - "sourceDirName": "dev_guide", - "slug": "/dev_guide/upload_gpg_key", - "permalink": "/documentation/dev_guide/upload_gpg_key", - "draft": false, - "unlisted": false, - "editUrl": "https://github.com/Snigdha-OS/documentation/tree/master/docs/dev_guide/upload_gpg_key.md", - "tags": [], - "version": "current", - "sidebarPosition": 3, - "frontMatter": { - "sidebar_position": 3 - }, - "sidebar": "tutorialSidebar", - "previous": { - "title": "Generate GPG Key", - "permalink": "/documentation/dev_guide/gpg_key" - }, - "next": { - "title": "Install Keyrings", - "permalink": "/documentation/dev_guide/install_keyring" - } - }, - { - "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" - } - }, - { - "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" - } - }, - { - "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" - } - }, - { - "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" - } - }, - { - "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" - } - }, - { - "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" - } - }, - { - "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" - } - }, - { - "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" - } - }, - { - "id": "introduction/coding-standard", - "title": "Coding Standard", - "description": "✨ Coding Standards for Snigdha OS Development", - "source": "@site/docs/introduction/coding-standard.md", - "sourceDirName": "introduction", - "slug": "/introduction/coding-standard", - "permalink": "/documentation/introduction/coding-standard", - "draft": false, - "unlisted": false, - "editUrl": "https://github.com/Snigdha-OS/documentation/tree/master/docs/introduction/coding-standard.md", - "tags": [], - "version": "current", - "sidebarPosition": 8, - "frontMatter": { - "sidebar_position": 8 - }, - "sidebar": "tutorialSidebar", - "previous": { - "title": "Contribution Guidelines", - "permalink": "/documentation/introduction/contributing" - }, - "next": { - "title": "Aim & Motivation", - "permalink": "/documentation/introduction/motivation" - } - }, - { - "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" - } - }, - { - "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" - } - }, - { - "id": "introduction/motivation", - "title": "Aim & Motivation", - "description": "✨ Aim & Motivation of Snigdha OS", - "source": "@site/docs/introduction/motivation.md", - "sourceDirName": "introduction", - "slug": "/introduction/motivation", - "permalink": "/documentation/introduction/motivation", - "draft": false, - "unlisted": false, - "editUrl": "https://github.com/Snigdha-OS/documentation/tree/master/docs/introduction/motivation.md", - "tags": [], - "version": "current", - "sidebarPosition": 8, - "frontMatter": { - "sidebar_position": 8 - }, - "sidebar": "tutorialSidebar", - "previous": { - "title": "Coding Standard", - "permalink": "/documentation/introduction/coding-standard" - }, - "next": { - "title": "Before Installation", - "permalink": "/documentation/category/before-installation" - } - }, - { - "id": "introduction/name_and_story", - "title": "Story & Name", - "description": "🌟 The Story and Name Behind Snigdha OS", - "source": "@site/docs/introduction/name_and_story.md", - "sourceDirName": "introduction", - "slug": "/introduction/name_and_story", - "permalink": "/documentation/introduction/name_and_story", - "draft": false, - "unlisted": false, - "editUrl": "https://github.com/Snigdha-OS/documentation/tree/master/docs/introduction/name_and_story.md", - "tags": [], - "version": "current", - "sidebarPosition": 2, - "frontMatter": { - "sidebar_position": 2 - }, - "sidebar": "tutorialSidebar", - "previous": { - "title": "Overview", - "permalink": "/documentation/" - }, - "next": { - "title": "Code of Conduct", - "permalink": "/documentation/introduction/code_of_conduct" - } - }, - { - "id": "introduction/overview", - "title": "Overview", - "description": "🌟 Overview of Snigdha OS", - "source": "@site/docs/introduction/overview.md", - "sourceDirName": "introduction", - "slug": "/", - "permalink": "/documentation/", - "draft": false, - "unlisted": false, - "editUrl": "https://github.com/Snigdha-OS/documentation/tree/master/docs/introduction/overview.md", - "tags": [], - "version": "current", - "sidebarPosition": 1, - "frontMatter": { - "sidebar_position": 1, - "slug": "/" - }, - "sidebar": "tutorialSidebar", - "previous": { - "title": "Introduction", - "permalink": "/documentation/category/introduction" - }, - "next": { - "title": "Story & Name", - "permalink": "/documentation/introduction/name_and_story" - } - }, - { - "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" - } - }, - { - "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" - } - }, - { - "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" - } - }, - { - "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" - } - }, - { - "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" - } - }, - { - "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" - } - }, - { - "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" - } - }, - { - "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" - } - }, - { - "id": "tools/aircrack-ng", - "title": "Aircrack-NG", - "description": "🔐 Aircrack-ng: A Complete Guide with Installation on Snigdha OS", - "source": "@site/docs/tools/aircrack-ng.md", - "sourceDirName": "tools", - "slug": "/tools/aircrack-ng", - "permalink": "/documentation/tools/aircrack-ng", - "draft": false, - "unlisted": false, - "editUrl": "https://github.com/Snigdha-OS/documentation/tree/master/docs/tools/aircrack-ng.md", - "tags": [], - "version": "current", - "sidebarPosition": 2, - "frontMatter": { - "sidebar_position": 2 - }, - "sidebar": "tutorialSidebar", - "previous": { - "title": "DNS Enum", - "permalink": "/documentation/tools/dns" - } - }, - { - "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" - } - }, - { - "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" - } - }, - { - "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" - } - }, - { - "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" - } - }, - { - "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" - } - }, - { - "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" - } - }, - { - "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" - } - } - ], - "drafts": [], - "sidebars": { - "tutorialSidebar": [ - { - "type": "category", - "label": "Introduction", - "collapsible": false, - "collapsed": false, - "items": [ - { - "type": "doc", - "id": "introduction/overview" - }, - { - "type": "doc", - "id": "introduction/name_and_story" - }, - { - "type": "doc", - "id": "introduction/code_of_conduct" - }, - { - "type": "doc", - "id": "introduction/release_notes" - }, - { - "type": "doc", - "id": "introduction/reporting_bugs" - }, - { - "type": "doc", - "id": "introduction/faqs" - }, - { - "type": "doc", - "id": "introduction/contributing" - }, - { - "type": "doc", - "id": "introduction/coding-standard" - }, - { - "type": "doc", - "id": "introduction/motivation" - } - ], - "link": { - "type": "generated-index", - "description": "Let's get a short overview!", - "slug": "/category/introduction", - "permalink": "/documentation/category/introduction" - } - }, - { - "type": "category", - "label": "Before Installation", - "collapsible": false, - "collapsed": false, - "items": [ - { - "type": "doc", - "id": "before_installation/system_requirements" - }, - { - "type": "doc", - "id": "before_installation/imporatnt_notes" - }, - { - "type": "doc", - "id": "before_installation/internet_connection" - } - ], - "link": { - "type": "generated-index", - "description": "System Requirements!", - "slug": "/category/before-installation", - "permalink": "/documentation/category/before-installation" - } - }, - { - "type": "category", - "label": "Installation", - "collapsible": false, - "collapsed": false, - "items": [ - { - "type": "doc", - "id": "installation/download_snigdha_os" - }, - { - "type": "doc", - "id": "installation/making_bootable_usb" - }, - { - "type": "doc", - "id": "installation/live_env" - }, - { - "type": "doc", - "id": "installation/offline_install" - }, - { - "type": "doc", - "id": "installation/online_install" - }, - { - "type": "doc", - "id": "installation/virtualbox_installation" - } - ], - "link": { - "type": "generated-index", - "description": "Installing Instruction", - "slug": "/category/installation", - "permalink": "/documentation/category/installation" - } - }, - { - "type": "category", - "label": "Post Installation", - "collapsible": false, - "collapsed": false, - "items": [ - { - "type": "doc", - "id": "post_installation/language" - }, - { - "type": "doc", - "id": "post_installation/update" - }, - { - "type": "doc", - "id": "post_installation/customization" - }, - { - "type": "doc", - "id": "post_installation/install_packages" - } - ], - "link": { - "type": "generated-index", - "description": "After installing Snigdha OS", - "slug": "/category/post-installation", - "permalink": "/documentation/category/post-installation" - } - }, - { - "type": "category", - "label": "User Guide", - "collapsible": false, - "collapsed": false, - "items": [ - { - "type": "doc", - "id": "user_guide/cheetsheet" - }, - { - "type": "doc", - "id": "user_guide/aur" - } - ], - "link": { - "type": "generated-index", - "description": "User Manual", - "slug": "/category/user-guide", - "permalink": "/documentation/category/user-guide" - } - }, - { - "type": "category", - "label": "Troubleshoot", - "collapsible": false, - "collapsed": false, - "items": [ - { - "type": "doc", - "id": "troubleshoot/wifi" - }, - { - "type": "doc", - "id": "troubleshoot/bluetooth" - }, - { - "type": "doc", - "id": "troubleshoot/sound" - }, - { - "type": "doc", - "id": "troubleshoot/display" - } - ], - "link": { - "type": "generated-index", - "description": "Troubleshoot", - "slug": "/category/troubleshoot", - "permalink": "/documentation/category/troubleshoot" - } - }, - { - "type": "category", - "label": "Packages", - "collapsible": false, - "collapsed": false, - "items": [ - { - "type": "doc", - "id": "packages/snigdhaos_welcome" - }, - { - "type": "doc", - "id": "packages/snigdhaos_blackbox" - } - ], - "link": { - "type": "generated-index", - "description": "Troubleshoot", - "slug": "/category/packages", - "permalink": "/documentation/category/packages" - } - }, - { - "type": "category", - "label": "Developers Guide", - "collapsible": false, - "collapsed": false, - "items": [ - { - "type": "doc", - "id": "dev_guide/build_source" - }, - { - "type": "doc", - "id": "dev_guide/gpg_key" - }, - { - "type": "doc", - "id": "dev_guide/upload_gpg_key" - }, - { - "type": "doc", - "id": "dev_guide/install_keyring" - }, - { - "type": "doc", - "id": "dev_guide/deploy_packages" - }, - { - "type": "doc", - "id": "dev_guide/write" - }, - { - "type": "doc", - "id": "dev_guide/pkgbuild" - } - ], - "link": { - "type": "generated-index", - "description": "This will guide on how to contribute to Snigdha OS as developer.", - "slug": "/category/developers-guide", - "permalink": "/documentation/category/developers-guide" - } - }, - { - "type": "category", - "label": "Tools", - "collapsible": false, - "collapsed": false, - "items": [ - { - "type": "doc", - "id": "tools/dns" - }, - { - "type": "doc", - "id": "tools/aircrack-ng" - } - ], - "link": { - "type": "generated-index", - "description": "Troubleshoot", - "slug": "/category/tools", - "permalink": "/documentation/category/tools" - } - } - ] - } - } - ] - } - }, - "docusaurus-plugin-content-blog": { - "default": { - "blogSidebarTitle": "Recent posts", - "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." - } - ], - "blogListPaginated": [ - { - "items": [ - "/effective_bug_report" - ], - "metadata": { - "permalink": "/documentation/blog", - "page": 1, - "postsPerPage": 10, - "totalPages": 1, - "totalCount": 1, - "blogDescription": "Blog", - "blogTitle": "Blog" - } - } - ], - "blogTags": { - "/documentation/blog/tags/bug": { - "label": "bug", - "items": [ - "/effective_bug_report" - ], - "permalink": "/documentation/blog/tags/bug", - "pages": [ - { - "items": [ - "/effective_bug_report" - ], - "metadata": { - "permalink": "/documentation/blog/tags/bug", - "page": 1, - "postsPerPage": 10, - "totalPages": 1, - "totalCount": 1, - "blogDescription": "Blog", - "blogTitle": "Blog" - } - } - ], - "unlisted": false - } - }, - "blogTagsListPath": "/documentation/blog/tags" - } - }, - "docusaurus-plugin-content-pages": { - "default": [ - { - "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 - }, - { - "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 - }, - { - "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 - } - ] - }, - "docusaurus-plugin-debug": {}, - "docusaurus-theme-classic": {}, - "docusaurus-bootstrap-plugin": {}, - "docusaurus-mdx-fallback-plugin": {} -} \ No newline at end of file diff --git a/.docusaurus/docusaurus-plugin-debug/default/plugin-route-context-module-100.json b/.docusaurus/docusaurus-plugin-debug/default/plugin-route-context-module-100.json deleted file mode 100644 index 21c2cfd4..00000000 --- a/.docusaurus/docusaurus-plugin-debug/default/plugin-route-context-module-100.json +++ /dev/null @@ -1,4 +0,0 @@ -{ - "name": "docusaurus-plugin-debug", - "id": "default" -} \ No newline at end of file diff --git a/.docusaurus/docusaurus.config.mjs b/.docusaurus/docusaurus.config.mjs deleted file mode 100644 index 4a1da197..00000000 --- a/.docusaurus/docusaurus.config.mjs +++ /dev/null @@ -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": "" - } - ], - "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 - } - } -}; diff --git a/.docusaurus/globalData.json b/.docusaurus/globalData.json deleted file mode 100644 index 3f1370a3..00000000 --- a/.docusaurus/globalData.json +++ /dev/null @@ -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 - } - } -} \ No newline at end of file diff --git a/.docusaurus/i18n.json b/.docusaurus/i18n.json deleted file mode 100644 index 285e67dc..00000000 --- a/.docusaurus/i18n.json +++ /dev/null @@ -1,17 +0,0 @@ -{ - "defaultLocale": "en", - "locales": [ - "en" - ], - "path": "i18n", - "currentLocale": "en", - "localeConfigs": { - "en": { - "label": "English", - "direction": "ltr", - "htmlLang": "en", - "calendar": "gregory", - "path": "en" - } - } -} \ No newline at end of file diff --git a/.docusaurus/registry.js b/.docusaurus/registry.js deleted file mode 100644 index 9976fc06..00000000 --- a/.docusaurus/registry.js +++ /dev/null @@ -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")],}; diff --git a/.docusaurus/routes.js b/.docusaurus/routes.js deleted file mode 100644 index bb5201c9..00000000 --- a/.docusaurus/routes.js +++ /dev/null @@ -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('*'), - }, -]; diff --git a/.docusaurus/routesChunkNames.json b/.docusaurus/routesChunkNames.json deleted file mode 100644 index f10cda1d..00000000 --- a/.docusaurus/routesChunkNames.json +++ /dev/null @@ -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" - } -} \ No newline at end of file diff --git a/.docusaurus/site-metadata.json b/.docusaurus/site-metadata.json deleted file mode 100644 index dcc86031..00000000 --- a/.docusaurus/site-metadata.json +++ /dev/null @@ -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" - } - } -} \ No newline at end of file diff --git a/docusaurus.config.js b/docusaurus.config.js index 49bb170a..56614c66 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -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; diff --git a/package.json b/package.json index 58001190..5c1d263b 100644 --- a/package.json +++ b/package.json @@ -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", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 44b2fbb9..cd785507 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -11,6 +11,9 @@ importers: '@docusaurus/core': specifier: 3.1.1 version: 3.1.1(@docusaurus/types@3.1.1(acorn@8.14.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(acorn@8.14.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(typescript@5.7.2) + '@docusaurus/plugin-sitemap': + specifier: ^3.6.3 + version: 3.6.3(@mdx-js/react@3.1.0(@types/react@18.3.14)(react@18.3.1))(acorn@8.14.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(typescript@5.7.2) '@docusaurus/preset-classic': specifier: 3.1.1 version: 3.1.1(@algolia/client-search@5.15.0)(@types/react@18.3.14)(acorn@8.14.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(search-insights@2.17.3)(typescript@5.7.2) @@ -39,9 +42,6 @@ importers: '@docusaurus/types': specifier: 3.1.1 version: 3.1.1(acorn@8.14.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@types/react': - specifier: ^18.3.14 - version: 18.3.14 packages: @@ -733,6 +733,258 @@ packages: resolution: {integrity: sha512-ooWCrlZP11i8GImSjTHYHLkvFDP48nS4+204nGb1RiX/WXYHmJA2III9/e2DWVabCESdW7hBAEzHRqUn9OUVvQ==} engines: {node: '>=0.1.90'} + '@csstools/cascade-layer-name-parser@2.0.4': + resolution: {integrity: sha512-7DFHlPuIxviKYZrOiwVU/PiHLm3lLUR23OMuEEtfEOQTOp9hzQ2JjdY6X5H18RVuUPJqSCI+qNnD5iOLMVE0bA==} + engines: {node: '>=18'} + peerDependencies: + '@csstools/css-parser-algorithms': ^3.0.4 + '@csstools/css-tokenizer': ^3.0.3 + + '@csstools/color-helpers@5.0.1': + resolution: {integrity: sha512-MKtmkA0BX87PKaO1NFRTFH+UnkgnmySQOvNxJubsadusqPEC2aJ9MOQiMceZJJ6oitUl/i0L6u0M1IrmAOmgBA==} + engines: {node: '>=18'} + + '@csstools/css-calc@2.1.0': + resolution: {integrity: sha512-X69PmFOrjTZfN5ijxtI8hZ9kRADFSLrmmQ6hgDJ272Il049WGKpDY64KhrFm/7rbWve0z81QepawzjkKlqkNGw==} + engines: {node: '>=18'} + peerDependencies: + '@csstools/css-parser-algorithms': ^3.0.4 + '@csstools/css-tokenizer': ^3.0.3 + + '@csstools/css-color-parser@3.0.6': + resolution: {integrity: sha512-S/IjXqTHdpI4EtzGoNCHfqraXF37x12ZZHA1Lk7zoT5pm2lMjFuqhX/89L7dqX4CcMacKK+6ZCs5TmEGb/+wKw==} + engines: {node: '>=18'} + peerDependencies: + '@csstools/css-parser-algorithms': ^3.0.4 + '@csstools/css-tokenizer': ^3.0.3 + + '@csstools/css-parser-algorithms@3.0.4': + resolution: {integrity: sha512-Up7rBoV77rv29d3uKHUIVubz1BTcgyUK72IvCQAbfbMv584xHcGKCKbWh7i8hPrRJ7qU4Y8IO3IY9m+iTB7P3A==} + engines: {node: '>=18'} + peerDependencies: + '@csstools/css-tokenizer': ^3.0.3 + + '@csstools/css-tokenizer@3.0.3': + resolution: {integrity: sha512-UJnjoFsmxfKUdNYdWgOB0mWUypuLvAfQPH1+pyvRJs6euowbFkFC6P13w1l8mJyi3vxYMxc9kld5jZEGRQs6bw==} + engines: {node: '>=18'} + + '@csstools/media-query-list-parser@4.0.2': + resolution: {integrity: sha512-EUos465uvVvMJehckATTlNqGj4UJWkTmdWuDMjqvSUkjGpmOyFZBVwb4knxCm/k2GMTXY+c/5RkdndzFYWeX5A==} + engines: {node: '>=18'} + peerDependencies: + '@csstools/css-parser-algorithms': ^3.0.4 + '@csstools/css-tokenizer': ^3.0.3 + + '@csstools/postcss-cascade-layers@5.0.1': + resolution: {integrity: sha512-XOfhI7GShVcKiKwmPAnWSqd2tBR0uxt+runAxttbSp/LY2U16yAVPmAf7e9q4JJ0d+xMNmpwNDLBXnmRCl3HMQ==} + engines: {node: '>=18'} + peerDependencies: + postcss: ^8.4 + + '@csstools/postcss-color-function@4.0.6': + resolution: {integrity: sha512-EcvXfC60cTIumzpsxWuvVjb7rsJEHPvqn3jeMEBUaE3JSc4FRuP7mEQ+1eicxWmIrs3FtzMH9gR3sgA5TH+ebQ==} + engines: {node: '>=18'} + peerDependencies: + postcss: ^8.4 + + '@csstools/postcss-color-mix-function@3.0.6': + resolution: {integrity: sha512-jVKdJn4+JkASYGhyPO+Wa5WXSx1+oUgaXb3JsjJn/BlrtFh5zjocCY7pwWi0nuP24V1fY7glQsxEYcYNy0dMFg==} + engines: {node: '>=18'} + peerDependencies: + postcss: ^8.4 + + '@csstools/postcss-content-alt-text@2.0.4': + resolution: {integrity: sha512-YItlZUOuZJCBlRaCf8Aucc1lgN41qYGALMly0qQllrxYJhiyzlI6RxOTMUvtWk+KhS8GphMDsDhKQ7KTPfEMSw==} + engines: {node: '>=18'} + peerDependencies: + postcss: ^8.4 + + '@csstools/postcss-exponential-functions@2.0.5': + resolution: {integrity: sha512-mi8R6dVfA2nDoKM3wcEi64I8vOYEgQVtVKCfmLHXupeLpACfGAided5ddMt5f+CnEodNu4DifuVwb0I6fQDGGQ==} + engines: {node: '>=18'} + peerDependencies: + postcss: ^8.4 + + '@csstools/postcss-font-format-keywords@4.0.0': + resolution: {integrity: sha512-usBzw9aCRDvchpok6C+4TXC57btc4bJtmKQWOHQxOVKen1ZfVqBUuCZ/wuqdX5GHsD0NRSr9XTP+5ID1ZZQBXw==} + engines: {node: '>=18'} + peerDependencies: + postcss: ^8.4 + + '@csstools/postcss-gamut-mapping@2.0.6': + resolution: {integrity: sha512-0ke7fmXfc8H+kysZz246yjirAH6JFhyX9GTlyRnM0exHO80XcA9zeJpy5pOp5zo/AZiC/q5Pf+Hw7Pd6/uAoYA==} + engines: {node: '>=18'} + peerDependencies: + postcss: ^8.4 + + '@csstools/postcss-gradients-interpolation-method@5.0.6': + resolution: {integrity: sha512-Itrbx6SLUzsZ6Mz3VuOlxhbfuyLTogG5DwEF1V8dAi24iMuvQPIHd7Ti+pNDp7j6WixndJGZaoNR0f9VSzwuTg==} + engines: {node: '>=18'} + peerDependencies: + postcss: ^8.4 + + '@csstools/postcss-hwb-function@4.0.6': + resolution: {integrity: sha512-927Pqy3a1uBP7U8sTfaNdZVB0mNXzIrJO/GZ8us9219q9n06gOqCdfZ0E6d1P66Fm0fYHvxfDbfcUuwAn5UwhQ==} + engines: {node: '>=18'} + peerDependencies: + postcss: ^8.4 + + '@csstools/postcss-ic-unit@4.0.0': + resolution: {integrity: sha512-9QT5TDGgx7wD3EEMN3BSUG6ckb6Eh5gSPT5kZoVtUuAonfPmLDJyPhqR4ntPpMYhUKAMVKAg3I/AgzqHMSeLhA==} + engines: {node: '>=18'} + peerDependencies: + postcss: ^8.4 + + '@csstools/postcss-initial@2.0.0': + resolution: {integrity: sha512-dv2lNUKR+JV+OOhZm9paWzYBXOCi+rJPqJ2cJuhh9xd8USVrd0cBEPczla81HNOyThMQWeCcdln3gZkQV2kYxA==} + engines: {node: '>=18'} + peerDependencies: + postcss: ^8.4 + + '@csstools/postcss-is-pseudo-class@5.0.1': + resolution: {integrity: sha512-JLp3POui4S1auhDR0n8wHd/zTOWmMsmK3nQd3hhL6FhWPaox5W7j1se6zXOG/aP07wV2ww0lxbKYGwbBszOtfQ==} + engines: {node: '>=18'} + peerDependencies: + postcss: ^8.4 + + '@csstools/postcss-light-dark-function@2.0.7': + resolution: {integrity: sha512-ZZ0rwlanYKOHekyIPaU+sVm3BEHCe+Ha0/px+bmHe62n0Uc1lL34vbwrLYn6ote8PHlsqzKeTQdIejQCJ05tfw==} + engines: {node: '>=18'} + peerDependencies: + postcss: ^8.4 + + '@csstools/postcss-logical-float-and-clear@3.0.0': + resolution: {integrity: sha512-SEmaHMszwakI2rqKRJgE+8rpotFfne1ZS6bZqBoQIicFyV+xT1UF42eORPxJkVJVrH9C0ctUgwMSn3BLOIZldQ==} + engines: {node: '>=18'} + peerDependencies: + postcss: ^8.4 + + '@csstools/postcss-logical-overflow@2.0.0': + resolution: {integrity: sha512-spzR1MInxPuXKEX2csMamshR4LRaSZ3UXVaRGjeQxl70ySxOhMpP2252RAFsg8QyyBXBzuVOOdx1+bVO5bPIzA==} + engines: {node: '>=18'} + peerDependencies: + postcss: ^8.4 + + '@csstools/postcss-logical-overscroll-behavior@2.0.0': + resolution: {integrity: sha512-e/webMjoGOSYfqLunyzByZj5KKe5oyVg/YSbie99VEaSDE2kimFm0q1f6t/6Jo+VVCQ/jbe2Xy+uX+C4xzWs4w==} + engines: {node: '>=18'} + peerDependencies: + postcss: ^8.4 + + '@csstools/postcss-logical-resize@3.0.0': + resolution: {integrity: sha512-DFbHQOFW/+I+MY4Ycd/QN6Dg4Hcbb50elIJCfnwkRTCX05G11SwViI5BbBlg9iHRl4ytB7pmY5ieAFk3ws7yyg==} + engines: {node: '>=18'} + peerDependencies: + postcss: ^8.4 + + '@csstools/postcss-logical-viewport-units@3.0.3': + resolution: {integrity: sha512-OC1IlG/yoGJdi0Y+7duz/kU/beCwO+Gua01sD6GtOtLi7ByQUpcIqs7UE/xuRPay4cHgOMatWdnDdsIDjnWpPw==} + engines: {node: '>=18'} + peerDependencies: + postcss: ^8.4 + + '@csstools/postcss-media-minmax@2.0.5': + resolution: {integrity: sha512-sdh5i5GToZOIAiwhdntRWv77QDtsxP2r2gXW/WbLSCoLr00KTq/yiF1qlQ5XX2+lmiFa8rATKMcbwl3oXDMNew==} + engines: {node: '>=18'} + peerDependencies: + postcss: ^8.4 + + '@csstools/postcss-media-queries-aspect-ratio-number-values@3.0.4': + resolution: {integrity: sha512-AnGjVslHMm5xw9keusQYvjVWvuS7KWK+OJagaG0+m9QnIjZsrysD2kJP/tr/UJIyYtMCtu8OkUd+Rajb4DqtIQ==} + engines: {node: '>=18'} + peerDependencies: + postcss: ^8.4 + + '@csstools/postcss-nested-calc@4.0.0': + resolution: {integrity: sha512-jMYDdqrQQxE7k9+KjstC3NbsmC063n1FTPLCgCRS2/qHUbHM0mNy9pIn4QIiQGs9I/Bg98vMqw7mJXBxa0N88A==} + engines: {node: '>=18'} + peerDependencies: + postcss: ^8.4 + + '@csstools/postcss-normalize-display-values@4.0.0': + resolution: {integrity: sha512-HlEoG0IDRoHXzXnkV4in47dzsxdsjdz6+j7MLjaACABX2NfvjFS6XVAnpaDyGesz9gK2SC7MbNwdCHusObKJ9Q==} + engines: {node: '>=18'} + peerDependencies: + postcss: ^8.4 + + '@csstools/postcss-oklab-function@4.0.6': + resolution: {integrity: sha512-Hptoa0uX+XsNacFBCIQKTUBrFKDiplHan42X73EklG6XmQLG7/aIvxoNhvZ7PvOWMt67Pw3bIlUY2nD6p5vL8A==} + engines: {node: '>=18'} + peerDependencies: + postcss: ^8.4 + + '@csstools/postcss-progressive-custom-properties@4.0.0': + resolution: {integrity: sha512-XQPtROaQjomnvLUSy/bALTR5VCtTVUFwYs1SblvYgLSeTo2a/bMNwUwo2piXw5rTv/FEYiy5yPSXBqg9OKUx7Q==} + engines: {node: '>=18'} + peerDependencies: + postcss: ^8.4 + + '@csstools/postcss-random-function@1.0.1': + resolution: {integrity: sha512-Ab/tF8/RXktQlFwVhiC70UNfpFQRhtE5fQQoP2pO+KCPGLsLdWFiOuHgSRtBOqEshCVAzR4H6o38nhvRZq8deA==} + engines: {node: '>=18'} + peerDependencies: + postcss: ^8.4 + + '@csstools/postcss-relative-color-syntax@3.0.6': + resolution: {integrity: sha512-yxP618Xb+ji1I624jILaYM62uEmZcmbdmFoZHoaThw896sq0vU39kqTTF+ZNic9XyPtPMvq0vyvbgmHaszq8xg==} + engines: {node: '>=18'} + peerDependencies: + postcss: ^8.4 + + '@csstools/postcss-scope-pseudo-class@4.0.1': + resolution: {integrity: sha512-IMi9FwtH6LMNuLea1bjVMQAsUhFxJnyLSgOp/cpv5hrzWmrUYU5fm0EguNDIIOHUqzXode8F/1qkC/tEo/qN8Q==} + engines: {node: '>=18'} + peerDependencies: + postcss: ^8.4 + + '@csstools/postcss-sign-functions@1.1.0': + resolution: {integrity: sha512-SLcc20Nujx/kqbSwDmj6oaXgpy3UjFhBy1sfcqPgDkHfOIfUtUVH7OXO+j7BU4v/At5s61N5ZX6shvgPwluhsA==} + engines: {node: '>=18'} + peerDependencies: + postcss: ^8.4 + + '@csstools/postcss-stepped-value-functions@4.0.5': + resolution: {integrity: sha512-G6SJ6hZJkhxo6UZojVlLo14MohH4J5J7z8CRBrxxUYy9JuZiIqUo5TBYyDGcE0PLdzpg63a7mHSJz3VD+gMwqw==} + engines: {node: '>=18'} + peerDependencies: + postcss: ^8.4 + + '@csstools/postcss-text-decoration-shorthand@4.0.1': + resolution: {integrity: sha512-xPZIikbx6jyzWvhms27uugIc0I4ykH4keRvoa3rxX5K7lEhkbd54rjj/dv60qOCTisoS+3bmwJTeyV1VNBrXaw==} + engines: {node: '>=18'} + peerDependencies: + postcss: ^8.4 + + '@csstools/postcss-trigonometric-functions@4.0.5': + resolution: {integrity: sha512-/YQThYkt5MLvAmVu7zxjhceCYlKrYddK6LEmK5I4ojlS6BmO9u2yO4+xjXzu2+NPYmHSTtP4NFSamBCMmJ1NJA==} + engines: {node: '>=18'} + peerDependencies: + postcss: ^8.4 + + '@csstools/postcss-unset-value@4.0.0': + resolution: {integrity: sha512-cBz3tOCI5Fw6NIFEwU3RiwK6mn3nKegjpJuzCndoGq3BZPkUjnsq7uQmIeMNeMbMk7YD2MfKcgCpZwX5jyXqCA==} + engines: {node: '>=18'} + peerDependencies: + postcss: ^8.4 + + '@csstools/selector-resolve-nested@3.0.0': + resolution: {integrity: sha512-ZoK24Yku6VJU1gS79a5PFmC8yn3wIapiKmPgun0hZgEI5AOqgH2kiPRsPz1qkGv4HL+wuDLH83yQyk6inMYrJQ==} + engines: {node: '>=18'} + peerDependencies: + postcss-selector-parser: ^7.0.0 + + '@csstools/selector-specificity@5.0.0': + resolution: {integrity: sha512-PCqQV3c4CoVm3kdPhyeZ07VmBRdH2EpMFA/pd9OASpOEC3aXNGoqPDAZ80D0cLpMBxnmk0+yNhGsEx31hq7Gtw==} + engines: {node: '>=18'} + peerDependencies: + postcss-selector-parser: ^7.0.0 + + '@csstools/utilities@2.0.0': + resolution: {integrity: sha512-5VdOr0Z71u+Yp3ozOx8T11N703wIFGVRgOWbOZMKgglPJsWA54MRIoMNVMa7shUToIhx5J8vX4sOZgD2XiihiQ==} + engines: {node: '>=18'} + peerDependencies: + postcss: ^8.4 + '@discoveryjs/json-ext@0.5.7': resolution: {integrity: sha512-dBVuXR082gk3jsFp7Rd/JI4kytwGHecnCoTtXFb7DB6CNHp4rg5k1bhg0nWdLGLnOV71lmDzGQaLMy8iPLY0pw==} engines: {node: '>=10.0.0'} @@ -757,6 +1009,19 @@ packages: search-insights: optional: true + '@docusaurus/babel@3.6.3': + resolution: {integrity: sha512-7dW9Hat9EHYCVicFXYA4hjxBY38+hPuCURL8oRF9fySRm7vzNWuEOghA1TXcykuXZp0HLG2td4RhDxCvGG7tNw==} + engines: {node: '>=18.0'} + + '@docusaurus/bundler@3.6.3': + resolution: {integrity: sha512-47JLuc8D4wA+6VOvmMd5fUC9rFppBQpQOnxDYiVXffm/DeV/wmm3sbpNd5Y+O+G2+nevLTRnvCm/qyancv0Y3A==} + engines: {node: '>=18.0'} + peerDependencies: + '@docusaurus/faster': '*' + peerDependenciesMeta: + '@docusaurus/faster': + optional: true + '@docusaurus/core@3.1.1': resolution: {integrity: sha512-2nQfKFcf+MLEM7JXsXwQxPOmQAR6ytKMZVSx7tVi9HEm9WtfwBH1fp6bn8Gj4zLUhjWKCLoysQ9/Wm+EZCQ4yQ==} engines: {node: '>=18.0'} @@ -765,14 +1030,31 @@ packages: react: ^18.0.0 react-dom: ^18.0.0 + '@docusaurus/core@3.6.3': + resolution: {integrity: sha512-xL7FRY9Jr5DWqB6pEnqgKqcMPJOX5V0pgWXi5lCiih11sUBmcFKM7c3+GyxcVeeWFxyYSDP3grLTWqJoP4P9Vw==} + engines: {node: '>=18.0'} + hasBin: true + peerDependencies: + '@mdx-js/react': ^3.0.0 + react: ^18.0.0 + react-dom: ^18.0.0 + '@docusaurus/cssnano-preset@3.1.1': resolution: {integrity: sha512-LnoIDjJWbirdbVZDMq+4hwmrTl2yHDnBf9MLG9qyExeAE3ac35s4yUhJI8yyTCdixzNfKit4cbXblzzqMu4+8g==} engines: {node: '>=18.0'} + '@docusaurus/cssnano-preset@3.6.3': + resolution: {integrity: sha512-qP7SXrwZ+23GFJdPN4aIHQrZW+oH/7tzwEuc/RNL0+BdZdmIjYQqUxdXsjE4lFxLNZjj0eUrSNYIS6xwfij+5Q==} + engines: {node: '>=18.0'} + '@docusaurus/logger@3.1.1': resolution: {integrity: sha512-BjkNDpQzewcTnST8trx4idSoAla6zZ3w22NqM/UMcFtvYJgmoE4layuTzlfql3VFPNuivvj7BOExa/+21y4X2Q==} engines: {node: '>=18.0'} + '@docusaurus/logger@3.6.3': + resolution: {integrity: sha512-xSubJixcNyMV9wMV4q0s47CBz3Rlc5jbcCCuij8pfQP8qn/DIpt0ks8W6hQWzHAedg/J/EwxxUOUrnEoKzJo8g==} + engines: {node: '>=18.0'} + '@docusaurus/mdx-loader@3.1.1': resolution: {integrity: sha512-xN2IccH9+sv7TmxwsDJNS97BHdmlqWwho+kIVY4tcCXkp+k4QuzvWBeunIMzeayY4Fu13A6sAjHGv5qm72KyGA==} engines: {node: '>=18.0'} @@ -780,6 +1062,13 @@ packages: react: ^18.0.0 react-dom: ^18.0.0 + '@docusaurus/mdx-loader@3.6.3': + resolution: {integrity: sha512-3iJdiDz9540ppBseeI93tWTDtUGVkxzh59nMq4ignylxMuXBLK8dFqVeaEor23v1vx6TrGKZ2FuLaTB+U7C0QQ==} + engines: {node: '>=18.0'} + peerDependencies: + react: ^18.0.0 + react-dom: ^18.0.0 + '@docusaurus/module-type-aliases@3.1.1': resolution: {integrity: sha512-xBJyx0TMfAfVZ9ZeIOb1awdXgR4YJMocIEzTps91rq+hJDFJgJaylDtmoRhUxkwuYmNK1GJpW95b7DLztSBJ3A==} peerDependencies: @@ -842,6 +1131,13 @@ packages: react: ^18.0.0 react-dom: ^18.0.0 + '@docusaurus/plugin-sitemap@3.6.3': + resolution: {integrity: sha512-94qOO4M9Fwv9KfVQJsgbe91k+fPJ4byf1L3Ez8TUa6TAFPo/BrLwQ80zclHkENlL1824TuxkcMKv33u6eydQCg==} + engines: {node: '>=18.0'} + peerDependencies: + react: ^18.0.0 + react-dom: ^18.0.0 + '@docusaurus/preset-classic@3.1.1': resolution: {integrity: sha512-jG4ys/hWYf69iaN/xOmF+3kjs4Nnz1Ay3CjFLDtYa8KdxbmUhArA9HmP26ru5N0wbVWhY+6kmpYhTJpez5wTyg==} engines: {node: '>=18.0'} @@ -854,6 +1150,11 @@ packages: peerDependencies: react: '*' + '@docusaurus/react-loadable@6.0.0': + resolution: {integrity: sha512-YMMxTUQV/QFSnbgrP3tjDzLHRg7vsbMn8e9HAa8o/1iXoiomo48b7sk/kkmWEuWNDPJVlKSJRB6Y2fHqdJk+SQ==} + peerDependencies: + react: '*' + '@docusaurus/theme-classic@3.1.1': resolution: {integrity: sha512-GiPE/jbWM8Qv1A14lk6s9fhc0LhPEQ00eIczRO4QL2nAQJZXkjPG6zaVx+1cZxPFWbAsqSjKe2lqkwF3fGkQ7Q==} engines: {node: '>=18.0'} @@ -885,6 +1186,12 @@ packages: react: ^18.0.0 react-dom: ^18.0.0 + '@docusaurus/types@3.6.3': + resolution: {integrity: sha512-xD9oTGDrouWzefkhe9ogB2fDV96/82cRpNGx2HIvI5L87JHNhQVIWimQ/3JIiiX/TEd5S9s+VO6FFguwKNRVow==} + peerDependencies: + react: ^18.0.0 + react-dom: ^18.0.0 + '@docusaurus/utils-common@3.1.1': resolution: {integrity: sha512-eGne3olsIoNfPug5ixjepZAIxeYFzHHnor55Wb2P57jNbtVaFvij/T+MS8U0dtZRFi50QU+UPmRrXdVUM8uyMg==} engines: {node: '>=18.0'} @@ -894,10 +1201,18 @@ packages: '@docusaurus/types': optional: true + '@docusaurus/utils-common@3.6.3': + resolution: {integrity: sha512-v4nKDaANLgT3pMBewHYEMAl/ufY0LkXao1QkFWzI5huWFOmNQ2UFzv2BiKeHX5Ownis0/w6cAyoxPhVdDonlSQ==} + engines: {node: '>=18.0'} + '@docusaurus/utils-validation@3.1.1': resolution: {integrity: sha512-KlY4P9YVDnwL+nExvlIpu79abfEv6ZCHuOX4ZQ+gtip+Wxj0daccdReIWWtqxM/Fb5Cz1nQvUCc7VEtT8IBUAA==} engines: {node: '>=18.0'} + '@docusaurus/utils-validation@3.6.3': + resolution: {integrity: sha512-bhEGGiN5BE38h21vjqD70Gxg++j+PfYVddDUE5UFvLDup68QOcpD33CLr+2knPorlxRbEaNfz6HQDUMQ3HuqKw==} + engines: {node: '>=18.0'} + '@docusaurus/utils@3.1.1': resolution: {integrity: sha512-ZJfJa5cJQtRYtqijsPEnAZoduW6sjAQ7ZCWSZavLcV10Fw0Z3gSaPKA/B4micvj2afRZ4gZxT7KfYqe5H8Cetg==} engines: {node: '>=18.0'} @@ -907,6 +1222,10 @@ packages: '@docusaurus/types': optional: true + '@docusaurus/utils@3.6.3': + resolution: {integrity: sha512-0R/FR3bKVl4yl8QwbL4TYFfR+OXBRpVUaTJdENapBGR3YMwfM6/JnhGilWQO8AOwPJGtGoDK7ib8+8UF9f3OZQ==} + engines: {node: '>=18.0'} + '@hapi/hoek@9.3.0': resolution: {integrity: sha512-/c6rf4UJlmHlC9b5BaNvzAcFv7HZ2QHaV0D4/HNlBdvFnvQq8RI4kYdhyPCl7Xj+oWvTWQ8ujhqS53LIgAe6KQ==} @@ -1014,6 +1333,12 @@ packages: peerDependencies: '@babel/core': ^7.0.0-0 + '@svgr/babel-plugin-add-jsx-attribute@8.0.0': + resolution: {integrity: sha512-b9MIk7yhdS1pMCZM8VeNfUlSKVRhsHZNMl5O9SfaX0l0t5wjdgu4IDzGB8bpnGBBOjGST3rRFVsaaEtI4W6f7g==} + engines: {node: '>=14'} + peerDependencies: + '@babel/core': ^7.0.0-0 + '@svgr/babel-plugin-remove-jsx-attribute@8.0.0': resolution: {integrity: sha512-BcCkm/STipKvbCl6b7QFrMh/vx00vIP63k2eM66MfHJzPr6O2U0jYEViXkHJWqXqQYjdeA9cuCl5KWmlwjDvbA==} engines: {node: '>=14'} @@ -1032,60 +1357,120 @@ packages: peerDependencies: '@babel/core': ^7.0.0-0 + '@svgr/babel-plugin-replace-jsx-attribute-value@8.0.0': + resolution: {integrity: sha512-KVQ+PtIjb1BuYT3ht8M5KbzWBhdAjjUPdlMtpuw/VjT8coTrItWX6Qafl9+ji831JaJcu6PJNKCV0bp01lBNzQ==} + engines: {node: '>=14'} + peerDependencies: + '@babel/core': ^7.0.0-0 + '@svgr/babel-plugin-svg-dynamic-title@6.5.1': resolution: {integrity: sha512-FwOEi0Il72iAzlkaHrlemVurgSQRDFbk0OC8dSvD5fSBPHltNh7JtLsxmZUhjYBZo2PpcU/RJvvi6Q0l7O7ogw==} engines: {node: '>=10'} peerDependencies: '@babel/core': ^7.0.0-0 + '@svgr/babel-plugin-svg-dynamic-title@8.0.0': + resolution: {integrity: sha512-omNiKqwjNmOQJ2v6ge4SErBbkooV2aAWwaPFs2vUY7p7GhVkzRkJ00kILXQvRhA6miHnNpXv7MRnnSjdRjK8og==} + engines: {node: '>=14'} + peerDependencies: + '@babel/core': ^7.0.0-0 + '@svgr/babel-plugin-svg-em-dimensions@6.5.1': resolution: {integrity: sha512-gWGsiwjb4tw+ITOJ86ndY/DZZ6cuXMNE/SjcDRg+HLuCmwpcjOktwRF9WgAiycTqJD/QXqL2f8IzE2Rzh7aVXA==} engines: {node: '>=10'} peerDependencies: '@babel/core': ^7.0.0-0 + '@svgr/babel-plugin-svg-em-dimensions@8.0.0': + resolution: {integrity: sha512-mURHYnu6Iw3UBTbhGwE/vsngtCIbHE43xCRK7kCw4t01xyGqb2Pd+WXekRRoFOBIY29ZoOhUCTEweDMdrjfi9g==} + engines: {node: '>=14'} + peerDependencies: + '@babel/core': ^7.0.0-0 + '@svgr/babel-plugin-transform-react-native-svg@6.5.1': resolution: {integrity: sha512-2jT3nTayyYP7kI6aGutkyfJ7UMGtuguD72OjeGLwVNyfPRBD8zQthlvL+fAbAKk5n9ZNcvFkp/b1lZ7VsYqVJg==} engines: {node: '>=10'} peerDependencies: '@babel/core': ^7.0.0-0 + '@svgr/babel-plugin-transform-react-native-svg@8.1.0': + resolution: {integrity: sha512-Tx8T58CHo+7nwJ+EhUwx3LfdNSG9R2OKfaIXXs5soiy5HtgoAEkDay9LIimLOcG8dJQH1wPZp/cnAv6S9CrR1Q==} + engines: {node: '>=14'} + peerDependencies: + '@babel/core': ^7.0.0-0 + '@svgr/babel-plugin-transform-svg-component@6.5.1': resolution: {integrity: sha512-a1p6LF5Jt33O3rZoVRBqdxL350oge54iZWHNI6LJB5tQ7EelvD/Mb1mfBiZNAan0dt4i3VArkFRjA4iObuNykQ==} engines: {node: '>=12'} peerDependencies: '@babel/core': ^7.0.0-0 + '@svgr/babel-plugin-transform-svg-component@8.0.0': + resolution: {integrity: sha512-DFx8xa3cZXTdb/k3kfPeaixecQLgKh5NVBMwD0AQxOzcZawK4oo1Jh9LbrcACUivsCA7TLG8eeWgrDXjTMhRmw==} + engines: {node: '>=12'} + peerDependencies: + '@babel/core': ^7.0.0-0 + '@svgr/babel-preset@6.5.1': resolution: {integrity: sha512-6127fvO/FF2oi5EzSQOAjo1LE3OtNVh11R+/8FXa+mHx1ptAaS4cknIjnUA7e6j6fwGGJ17NzaTJFUwOV2zwCw==} engines: {node: '>=10'} peerDependencies: '@babel/core': ^7.0.0-0 + '@svgr/babel-preset@8.1.0': + resolution: {integrity: sha512-7EYDbHE7MxHpv4sxvnVPngw5fuR6pw79SkcrILHJ/iMpuKySNCl5W1qcwPEpU+LgyRXOaAFgH0KhwD18wwg6ug==} + engines: {node: '>=14'} + peerDependencies: + '@babel/core': ^7.0.0-0 + '@svgr/core@6.5.1': resolution: {integrity: sha512-/xdLSWxK5QkqG524ONSjvg3V/FkNyCv538OIBdQqPNaAta3AsXj/Bd2FbvR87yMbXO2hFSWiAe/Q6IkVPDw+mw==} engines: {node: '>=10'} + '@svgr/core@8.1.0': + resolution: {integrity: sha512-8QqtOQT5ACVlmsvKOJNEaWmRPmcojMOzCz4Hs2BGG/toAp/K38LcsMRyLp349glq5AzJbCEeimEoxaX6v/fLrA==} + engines: {node: '>=14'} + '@svgr/hast-util-to-babel-ast@6.5.1': resolution: {integrity: sha512-1hnUxxjd83EAxbL4a0JDJoD3Dao3hmjvyvyEV8PzWmLK3B9m9NPlW7GKjFyoWE8nM7HnXzPcmmSyOW8yOddSXw==} engines: {node: '>=10'} + '@svgr/hast-util-to-babel-ast@8.0.0': + resolution: {integrity: sha512-EbDKwO9GpfWP4jN9sGdYwPBU0kdomaPIL2Eu4YwmgP+sJeXT+L7bMwJUBnhzfH8Q2qMBqZ4fJwpCyYsAN3mt2Q==} + engines: {node: '>=14'} + '@svgr/plugin-jsx@6.5.1': resolution: {integrity: sha512-+UdQxI3jgtSjCykNSlEMuy1jSRQlGC7pqBCPvkG/2dATdWo082zHTTK3uhnAju2/6XpE6B5mZ3z4Z8Ns01S8Gw==} engines: {node: '>=10'} peerDependencies: '@svgr/core': ^6.0.0 + '@svgr/plugin-jsx@8.1.0': + resolution: {integrity: sha512-0xiIyBsLlr8quN+WyuxooNW9RJ0Dpr8uOnH/xrCVO8GLUcwHISwj1AG0k+LFzteTkAA0GbX0kj9q6Dk70PTiPA==} + engines: {node: '>=14'} + peerDependencies: + '@svgr/core': '*' + '@svgr/plugin-svgo@6.5.1': resolution: {integrity: sha512-omvZKf8ixP9z6GWgwbtmP9qQMPX4ODXi+wzbVZgomNFsUIlHA1sf4fThdwTWSsZGgvGAG6yE+b/F5gWUkcZ/iQ==} engines: {node: '>=10'} peerDependencies: '@svgr/core': '*' + '@svgr/plugin-svgo@8.1.0': + resolution: {integrity: sha512-Ywtl837OGO9pTLIN/onoWLmDQ4zFUycI1g76vuKGEz6evR/ZTJlJuz3G/fIkb6OVBJ2g0o6CGJzaEjfmEo3AHA==} + engines: {node: '>=14'} + peerDependencies: + '@svgr/core': '*' + '@svgr/webpack@6.5.1': resolution: {integrity: sha512-cQ/AsnBkXPkEK8cLbv4Dm7JGXq2XrumKnL1dRpJD9rIO2fTIlJI9a1uCciYG1F2aUsox/hJQyNGbt3soDxSRkA==} engines: {node: '>=10'} + '@svgr/webpack@8.1.0': + resolution: {integrity: sha512-LnhVjMWyMQV9ZmeEy26maJk+8HTIbd59cH4F2MJ439k9DqejRisfFNGAPvRYlKETuh9LrImlS8aKsBgKjMA8WA==} + engines: {node: '>=14'} + '@szmarczak/http-timer@5.0.1': resolution: {integrity: sha512-+PmQX0PiAYPMeVYe237LJAYvOMYW1j2rH5YROyS3b4CTVJum34HfRvKvAzozHAQG0TnHNdUfY9nCeUyRAs//cw==} engines: {node: '>=14.16'} @@ -1366,6 +1751,10 @@ packages: ansi-align@3.0.1: resolution: {integrity: sha512-IOfwwBF5iczOjp/WeY4YxyjqAFMQoZufdQWDd19SEExbVLNXqvpzSJ/M7Za4/sCPmQ0+GRquoA7bGcINcxew6w==} + ansi-escapes@4.3.2: + resolution: {integrity: sha512-gKXj5ALrKWQLsYG9jlTRmR/xKluxHV+Z9QEwNIgCfM1/uwPMCuzVVnh5mwTd+OuBZcwSIMbqssNWRm1lE51QaQ==} + engines: {node: '>=8'} + ansi-html-community@0.0.8: resolution: {integrity: sha512-1APHAyr3+PCamwNw3bXCPp4HFLONZt/yIH0sZp0/469KWNTEy+qN5jQ3GVX6DMZ1UXAi34yVwtTeaG/HpBuuzw==} engines: {'0': node >= 0.8.0} @@ -1681,6 +2070,10 @@ packages: consola@2.15.3: resolution: {integrity: sha512-9vAdYbHj6x2fLKC4+oPH0kFzY/orMZyG2Aj+kNylHxKGJ/Ed4dpNyAQYwJOdqO4zdM7XpVHmyejQDcQHrnuXbw==} + consola@3.2.3: + resolution: {integrity: sha512-I5qxpzLv+sJhTVEoLYNcTW+bThDCPsit0vLNKShZx6rLtpilNpmmeTPaeqJb9ZE9dV3DGaeby6Vuhrw38WjeyQ==} + engines: {node: ^14.18.0 || >=16.10.0} + content-disposition@0.5.2: resolution: {integrity: sha512-kRGRZw3bLlFISDBgwTSA1TMBFN6J6GWDeubmDE3AF+3+yXL8hTWv8r5rkLbqYXY4RjPk/EzHnClI3zQf1cFmHA==} engines: {node: '>= 0.6'} @@ -1750,12 +2143,30 @@ packages: resolution: {integrity: sha512-x8dy3RnvYdlUcPOjkEHqozhiwzKNSq7GcPuXFbnyMOCHxX8V3OgIg/pYuabl2sbUPfIJaeAQB7PMOK8DFIdoRA==} engines: {node: '>=12'} + css-blank-pseudo@7.0.1: + resolution: {integrity: sha512-jf+twWGDf6LDoXDUode+nc7ZlrqfaNphrBIBrcmeP3D8yw1uPaix1gCC8LUQUGQ6CycuK2opkbFFWFuq/a94ag==} + engines: {node: '>=18'} + peerDependencies: + postcss: ^8.4 + css-declaration-sorter@6.4.1: resolution: {integrity: sha512-rtdthzxKuyq6IzqX6jEcIzQF/YqccluefyCYheovBOLhFT/drQA9zj/UbRAa9J7C0o6EG6u3E6g+vKkay7/k3g==} engines: {node: ^10 || ^12 || >=14} peerDependencies: postcss: ^8.0.9 + css-declaration-sorter@7.2.0: + resolution: {integrity: sha512-h70rUM+3PNFuaBDTLe8wF/cdWu+dOZmb7pJt8Z2sedYbAcQVQV/tEchueg3GWxwqS0cxtbxmaHEdkNACqcvsow==} + engines: {node: ^14 || ^16 || >=18} + peerDependencies: + postcss: ^8.0.9 + + css-has-pseudo@7.0.1: + resolution: {integrity: sha512-EOcoyJt+OsuKfCADgLT7gADZI5jMzIe/AeI6MeAYKiFBDmNmM7kk46DtSfMj5AohUJisqVzopBpnQTlvbyaBWg==} + engines: {node: '>=18'} + peerDependencies: + postcss: ^8.4 + css-loader@6.11.0: resolution: {integrity: sha512-CTJ+AEQJjq5NzLga5pE39qdiSV56F8ywCIsqNIRF0r7BDgWsN25aazToqAFg7ZrtA/U016xudB3ffgweORxX7g==} engines: {node: '>= 12.13.0'} @@ -1793,6 +2204,37 @@ packages: lightningcss: optional: true + css-minimizer-webpack-plugin@5.0.1: + resolution: {integrity: sha512-3caImjKFQkS+ws1TGcFn0V1HyDJFq1Euy589JlD6/3rV2kj+w7r5G9WDMgSHvpvXHNZ2calVypZWuEDQd9wfLg==} + engines: {node: '>= 14.15.0'} + peerDependencies: + '@parcel/css': '*' + '@swc/css': '*' + clean-css: '*' + csso: '*' + esbuild: '*' + lightningcss: '*' + webpack: ^5.0.0 + peerDependenciesMeta: + '@parcel/css': + optional: true + '@swc/css': + optional: true + clean-css: + optional: true + csso: + optional: true + esbuild: + optional: true + lightningcss: + optional: true + + css-prefers-color-scheme@10.0.0: + resolution: {integrity: sha512-VCtXZAWivRglTZditUfB4StnsWr6YVZ2PRtuxQLKTNRdtAf8tpzaVPE9zXIF3VaSc7O70iK/j1+NXxyQCqdPjQ==} + engines: {node: '>=18'} + peerDependencies: + postcss: ^8.4 + css-select@4.3.0: resolution: {integrity: sha512-wPpOYtnsVontu2mODhA19JrqWxNsfdatRKd64kmpRbQgh1KtItko5sTnEpPdpSaJszTOhEMlF/RPz28qj4HqhQ==} @@ -1803,10 +2245,21 @@ packages: resolution: {integrity: sha512-tRpdppF7TRazZrjJ6v3stzv93qxRcSsFmW6cX0Zm2NVKpxE1WV1HblnghVv9TreireHkqI/VDEsfolRF1p6y7Q==} engines: {node: '>=8.0.0'} + css-tree@2.2.1: + resolution: {integrity: sha512-OA0mILzGc1kCOCSJerOeqDxDQ4HOh+G8NbOJFOTgOCzpw7fCBubk0fEyxp8AgOL/jvLgYA/uV0cMbe43ElF1JA==} + engines: {node: ^10 || ^12.20.0 || ^14.13.0 || >=15.0.0, npm: '>=7.0.0'} + + css-tree@2.3.1: + resolution: {integrity: sha512-6Fv1DV/TYw//QF5IzQdqsNDjx/wc8TrMBZsqjL9eW01tWb7R7k/mq+/VXfJCl7SoD5emsJop9cOByJZfs8hYIw==} + engines: {node: ^10 || ^12.20.0 || ^14.13.0 || >=15.0.0} + css-what@6.1.0: resolution: {integrity: sha512-HTUrgRJ7r4dsZKU6GjmpfRK1O76h97Z8MfS1G0FozR+oF2kG6Vfe8JE6zwrkbxigziPHinCJ+gCPjA9EaBDtRw==} engines: {node: '>= 6'} + cssdb@8.2.3: + resolution: {integrity: sha512-9BDG5XmJrJQQnJ51VFxXCAtpZ5ebDlAREmO8sxMOVU0aSxN/gocbctjIG5LMh3WBUq+xTlb/jw2LoljBEqraTA==} + cssesc@3.0.0: resolution: {integrity: sha512-/Tb/JcjK111nNScGob5MNtsntNM1aCNUDipB/TkwZFhyDrrE47SOx/18wF2bbjgc3ZzCSKW1T5nt5EbFoAz/Vg==} engines: {node: '>=4'} @@ -1818,28 +2271,56 @@ packages: peerDependencies: postcss: ^8.2.15 + cssnano-preset-advanced@6.1.2: + resolution: {integrity: sha512-Nhao7eD8ph2DoHolEzQs5CfRpiEP0xa1HBdnFZ82kvqdmbwVBUr2r1QuQ4t1pi+D1ZpqpcO4T+wy/7RxzJ/WPQ==} + engines: {node: ^14 || ^16 || >=18.0} + peerDependencies: + postcss: ^8.4.31 + cssnano-preset-default@5.2.14: resolution: {integrity: sha512-t0SFesj/ZV2OTylqQVOrFgEh5uanxbO6ZAdeCrNsUQ6fVuXwYTxJPNAGvGTxHbD68ldIJNec7PyYZDBrfDQ+6A==} engines: {node: ^10 || ^12 || >=14.0} peerDependencies: postcss: ^8.2.15 + cssnano-preset-default@6.1.2: + resolution: {integrity: sha512-1C0C+eNaeN8OcHQa193aRgYexyJtU8XwbdieEjClw+J9d94E41LwT6ivKH0WT+fYwYWB0Zp3I3IZ7tI/BbUbrg==} + engines: {node: ^14 || ^16 || >=18.0} + peerDependencies: + postcss: ^8.4.31 + cssnano-utils@3.1.0: resolution: {integrity: sha512-JQNR19/YZhz4psLX/rQ9M83e3z2Wf/HdJbryzte4a3NSuafyp9w/I4U+hx5C2S9g41qlstH7DEWnZaaj83OuEA==} engines: {node: ^10 || ^12 || >=14.0} peerDependencies: postcss: ^8.2.15 + cssnano-utils@4.0.2: + resolution: {integrity: sha512-ZR1jHg+wZ8o4c3zqf1SIUSTIvm/9mU343FMR6Obe/unskbvpGhZOo1J6d/r8D1pzkRQYuwbcH3hToOuoA2G7oQ==} + engines: {node: ^14 || ^16 || >=18.0} + peerDependencies: + postcss: ^8.4.31 + cssnano@5.1.15: resolution: {integrity: sha512-j+BKgDcLDQA+eDifLx0EO4XSA56b7uut3BQFH+wbSaSTuGLuiyTa/wbRYthUXX8LC9mLg+WWKe8h+qJuwTAbHw==} engines: {node: ^10 || ^12 || >=14.0} peerDependencies: postcss: ^8.2.15 + cssnano@6.1.2: + resolution: {integrity: sha512-rYk5UeX7VAM/u0lNqewCdasdtPK81CgX8wJFLEIXHbV2oldWRgJAsZrdhRXkV1NJzA2g850KiFm9mMU2HxNxMA==} + engines: {node: ^14 || ^16 || >=18.0} + peerDependencies: + postcss: ^8.4.31 + csso@4.2.0: resolution: {integrity: sha512-wvlcdIbf6pwKEk7vHj8/Bkc0B4ylXZruLvOgs9doS5eOsOpuodOV2zJChSpkp+pRpYQLQMeF04nr3Z68Sta9jA==} engines: {node: '>=8.0.0'} + csso@5.0.5: + resolution: {integrity: sha512-0LrrStPOdJj+SPCCrGhzryycLjwcgUSHBtxNA8aIDxf0GLsRh1cKYhB00Gd1lDOS4yGH69+SNn13+TWbVHETFQ==} + engines: {node: ^10 || ^12.20.0 || ^14.13.0 || >=15.0.0, npm: '>=7.0.0'} + csstype@3.1.3: resolution: {integrity: sha512-M1uQkMl8rQK/szD0LNhtqxIPLpimGm8sOBwU7lLnCpSbTyY3yeU1Vc7l4KT5zT4s/yOxHH5O7tIuuLOCnLADRw==} @@ -2060,6 +2541,10 @@ packages: escape-html@1.0.3: resolution: {integrity: sha512-NiSupZ4OeuGwr68lGIeym/ksIZMJodUGOSCZ/FSnTxcrekbvqrgdUxlJOMpijaKZVjAJrWrGs/6Jy8OMuyj9ow==} + escape-string-regexp@1.0.5: + resolution: {integrity: sha512-vbRorB5FUQWvla16U8R/qgaFIya2qGzwDrNmCZuYKrbdSUMG6I1ZCGQRefkRVhuOkIGVne7BQ35DSfo1qvJqFg==} + engines: {node: '>=0.8.0'} + escape-string-regexp@4.0.0: resolution: {integrity: sha512-TtpcNJ3XAzx3Gq8sWRzJaVajRs0uVxA2YAkdb1jm2YkPz4G6egUFAyA3n5vtEIZefPk5Wa4UXbKuS5fKkJWdgA==} engines: {node: '>=10'} @@ -2178,6 +2663,10 @@ packages: resolution: {integrity: sha512-u5/sxGfiMfZNtJ3OvQpXcvotFpYkL0n9u9mM2vkui2nGo8b4wvDkJ8gAkYqbA8QpGyFCv3RK0Z+Iv+9veCS9bQ==} engines: {node: '>=0.4.0'} + figures@3.2.0: + resolution: {integrity: sha512-yaduQFRKLXYOGgEn6AZau90j3ggSOyiqXU0F9JZfeXYhNa+Jk4X+s45A2zg5jns87GAFa34BBm2kXw4XpNcbdg==} + engines: {node: '>=8'} + file-loader@6.2.0: resolution: {integrity: sha512-qo3glqyTa61Ytg4u73GultjHGjdRyig3tG6lPtyX/jOEJvHif9uB0/OCI2Kif6ctF3caQTW2G5gym21oAsI4pw==} engines: {node: '>= 10.13.0'} @@ -2790,6 +3279,10 @@ packages: resolution: {integrity: sha512-utWOt/GHzuUxnLKxB6dk81RoOeoNeHgbrXiuGk4yyF5qlRz+iIVWu56E2fqGHFrXz0QNUhLB/8nKqvRH66JKGQ==} engines: {node: '>=10'} + lilconfig@3.1.3: + resolution: {integrity: sha512-/vlFKAoH5Cgt3Ie+JLhRbwOsCQePABiU3tJ1egGvyQ+33R/vcwM2Zl2QR/LzjsBeItPt3oSVXapn+m4nQDvpzw==} + engines: {node: '>=14'} + lines-and-columns@1.2.4: resolution: {integrity: sha512-7ylylesZQ/PV29jhEDl3Ufjo6ZX7gCqJr5F7PKrqc93v7fzSymt1BpwEU8nAUXs8qzzvqhbjhK5QZg6Mt/HkBg==} @@ -2850,6 +3343,9 @@ packages: resolution: {integrity: sha512-o5vL7aDWatOTX8LzaS1WMoaoxIiLRQJuIKKe2wAw6IeULDHaqbiqiggmx+pKvZDb1Sj+pE46Sn1T7lCqfFtg1Q==} engines: {node: '>=16'} + markdown-table@2.0.0: + resolution: {integrity: sha512-Ezda85ToJUBhM6WGaG6veasyym+Tbs3cMAw/ZhOPqXiYsr0jgocBV3j3nx+4lk47plLlIqjwuTm/ywVI+zjJ/A==} + markdown-table@3.0.4: resolution: {integrity: sha512-wiYz4+JrLyb/DqW2hkFJxP7Vd7JuTDm77fvbM8VfEQdmSMqcImWeeRbHwZjBjIFki/VaMK2BhFi7oUUZeM5bqw==} @@ -2910,6 +3406,12 @@ packages: mdn-data@2.0.14: resolution: {integrity: sha512-dn6wd0uw5GsdswPFfsgMp5NSB0/aDe6fK94YJV/AJDYXL6HVLWBsxeq7js7Ad+mU2K9LAlwpk6kN2D5mwCPVow==} + mdn-data@2.0.28: + resolution: {integrity: sha512-aylIc7Z9y4yzHYAJNuESG3hfhC+0Ibp/MAMiaOZgNv4pmEdFyfZhhhny4MNiAfWdBQ1RQ2mfDWmM1x8SvGyp8g==} + + mdn-data@2.0.30: + resolution: {integrity: sha512-GaqWWShW4kv/G9IEucWScBx9G1/vsFZZJUO+tD26M8J8z3Kw5RDQjaoZe03YAClgeS/SWPOcb4nkFBTEi5DUEA==} + media-typer@0.3.0: resolution: {integrity: sha512-dq+qelQ9akHpcOl/gUVRTxVIOkAJ1wR3QAvb4RsVjS8oVoFjDGTc679wJYmUmknUF5HwMLOgb5O+a3KxfWapPQ==} engines: {node: '>= 0.6'} @@ -3181,6 +3683,12 @@ packages: nth-check@2.1.1: resolution: {integrity: sha512-lqjrjmaOoAnWfMmBPL+XNnynZh2+swxiX3WUE0s4yEHI6m+AwrK2UZOimIRl3X/4QctVqS8AiZjFqyOGrMXb/w==} + null-loader@4.0.1: + resolution: {integrity: sha512-pxqVbi4U6N26lq+LmgIbB5XATP0VdZKOG25DhHi8btMmJJefGArFyDg1yc4U3hWCJbMqSrw0qyrz1UQX+qYXqg==} + engines: {node: '>= 10.13.0'} + peerDependencies: + webpack: ^4.0.0 || ^5.0.0 + object-assign@4.1.1: resolution: {integrity: sha512-rJgTQnkUnH1sFw8yT6VSU3zD3sWmu6sZhIseY8VX+GRu3P6F7Fu+JNDoXfklElbLJSnc3FUQHVe4cU5hj+BcUg==} engines: {node: '>=0.10.0'} @@ -3354,53 +3862,196 @@ packages: resolution: {integrity: sha512-nDywThFk1i4BQK4twPQ6TA4RT8bDY96yeuCVBWL3ePARCiEKDRSrNGbFIgUJpLp+XeIR65v8ra7WuJOFUBtkMA==} engines: {node: '>=8'} + postcss-attribute-case-insensitive@7.0.1: + resolution: {integrity: sha512-Uai+SupNSqzlschRyNx3kbCTWgY/2hcwtHEI/ej2LJWc9JJ77qKgGptd8DHwY1mXtZ7Aoh4z4yxfwMBue9eNgw==} + engines: {node: '>=18'} + peerDependencies: + postcss: ^8.4 + postcss-calc@8.2.4: resolution: {integrity: sha512-SmWMSJmB8MRnnULldx0lQIyhSNvuDl9HfrZkaqqE/WHAhToYsAvDq+yAsA/kIyINDszOp3Rh0GFoNuH5Ypsm3Q==} peerDependencies: postcss: ^8.2.2 + postcss-calc@9.0.1: + resolution: {integrity: sha512-TipgjGyzP5QzEhsOZUaIkeO5mKeMFpebWzRogWG/ysonUlnHcq5aJe0jOjpfzUU8PeSaBQnrE8ehR0QA5vs8PQ==} + engines: {node: ^14 || ^16 || >=18.0} + peerDependencies: + postcss: ^8.2.2 + + postcss-clamp@4.1.0: + resolution: {integrity: sha512-ry4b1Llo/9zz+PKC+030KUnPITTJAHeOwjfAyyB60eT0AorGLdzp52s31OsPRHRf8NchkgFoG2y6fCfn1IV1Ow==} + engines: {node: '>=7.6.0'} + peerDependencies: + postcss: ^8.4.6 + + postcss-color-functional-notation@7.0.6: + resolution: {integrity: sha512-wLXvm8RmLs14Z2nVpB4CWlnvaWPRcOZFltJSlcbYwSJ1EDZKsKDhPKIMecCnuU054KSmlmubkqczmm6qBPCBhA==} + engines: {node: '>=18'} + peerDependencies: + postcss: ^8.4 + + postcss-color-hex-alpha@10.0.0: + resolution: {integrity: sha512-1kervM2cnlgPs2a8Vt/Qbe5cQ++N7rkYo/2rz2BkqJZIHQwaVuJgQH38REHrAi4uM0b1fqxMkWYmese94iMp3w==} + engines: {node: '>=18'} + peerDependencies: + postcss: ^8.4 + + postcss-color-rebeccapurple@10.0.0: + resolution: {integrity: sha512-JFta737jSP+hdAIEhk1Vs0q0YF5P8fFcj+09pweS8ktuGuZ8pPlykHsk6mPxZ8awDl4TrcxUqJo9l1IhVr/OjQ==} + engines: {node: '>=18'} + peerDependencies: + postcss: ^8.4 + postcss-colormin@5.3.1: resolution: {integrity: sha512-UsWQG0AqTFQmpBegeLLc1+c3jIqBNB0zlDGRWR+dQ3pRKJL1oeMzyqmH3o2PIfn9MBdNrVPWhDbT769LxCTLJQ==} engines: {node: ^10 || ^12 || >=14.0} peerDependencies: postcss: ^8.2.15 + postcss-colormin@6.1.0: + resolution: {integrity: sha512-x9yX7DOxeMAR+BgGVnNSAxmAj98NX/YxEMNFP+SDCEeNLb2r3i6Hh1ksMsnW8Ub5SLCpbescQqn9YEbE9554Sw==} + engines: {node: ^14 || ^16 || >=18.0} + peerDependencies: + postcss: ^8.4.31 + postcss-convert-values@5.1.3: resolution: {integrity: sha512-82pC1xkJZtcJEfiLw6UXnXVXScgtBrjlO5CBmuDQc+dlb88ZYheFsjTn40+zBVi3DkfF7iezO0nJUPLcJK3pvA==} engines: {node: ^10 || ^12 || >=14.0} peerDependencies: postcss: ^8.2.15 + postcss-convert-values@6.1.0: + resolution: {integrity: sha512-zx8IwP/ts9WvUM6NkVSkiU902QZL1bwPhaVaLynPtCsOTqp+ZKbNi+s6XJg3rfqpKGA/oc7Oxk5t8pOQJcwl/w==} + engines: {node: ^14 || ^16 || >=18.0} + peerDependencies: + postcss: ^8.4.31 + + postcss-custom-media@11.0.5: + resolution: {integrity: sha512-SQHhayVNgDvSAdX9NQ/ygcDQGEY+aSF4b/96z7QUX6mqL5yl/JgG/DywcF6fW9XbnCRE+aVYk+9/nqGuzOPWeQ==} + engines: {node: '>=18'} + peerDependencies: + postcss: ^8.4 + + postcss-custom-properties@14.0.4: + resolution: {integrity: sha512-QnW8FCCK6q+4ierwjnmXF9Y9KF8q0JkbgVfvQEMa93x1GT8FvOiUevWCN2YLaOWyByeDX8S6VFbZEeWoAoXs2A==} + engines: {node: '>=18'} + peerDependencies: + postcss: ^8.4 + + postcss-custom-selectors@8.0.4: + resolution: {integrity: sha512-ASOXqNvDCE0dAJ/5qixxPeL1aOVGHGW2JwSy7HyjWNbnWTQCl+fDc968HY1jCmZI0+BaYT5CxsOiUhavpG/7eg==} + engines: {node: '>=18'} + peerDependencies: + postcss: ^8.4 + + postcss-dir-pseudo-class@9.0.1: + resolution: {integrity: sha512-tRBEK0MHYvcMUrAuYMEOa0zg9APqirBcgzi6P21OhxtJyJADo/SWBwY1CAwEohQ/6HDaa9jCjLRG7K3PVQYHEA==} + engines: {node: '>=18'} + peerDependencies: + postcss: ^8.4 + postcss-discard-comments@5.1.2: resolution: {integrity: sha512-+L8208OVbHVF2UQf1iDmRcbdjJkuBF6IS29yBDSiWUIzpYaAhtNl6JYnYm12FnkeCwQqF5LeklOu6rAqgfBZqQ==} engines: {node: ^10 || ^12 || >=14.0} peerDependencies: postcss: ^8.2.15 + postcss-discard-comments@6.0.2: + resolution: {integrity: sha512-65w/uIqhSBBfQmYnG92FO1mWZjJ4GL5b8atm5Yw2UgrwD7HiNiSSNwJor1eCFGzUgYnN/iIknhNRVqjrrpuglw==} + engines: {node: ^14 || ^16 || >=18.0} + peerDependencies: + postcss: ^8.4.31 + postcss-discard-duplicates@5.1.0: resolution: {integrity: sha512-zmX3IoSI2aoenxHV6C7plngHWWhUOV3sP1T8y2ifzxzbtnuhk1EdPwm0S1bIUNaJ2eNbWeGLEwzw8huPD67aQw==} engines: {node: ^10 || ^12 || >=14.0} peerDependencies: postcss: ^8.2.15 + postcss-discard-duplicates@6.0.3: + resolution: {integrity: sha512-+JA0DCvc5XvFAxwx6f/e68gQu/7Z9ud584VLmcgto28eB8FqSFZwtrLwB5Kcp70eIoWP/HXqz4wpo8rD8gpsTw==} + engines: {node: ^14 || ^16 || >=18.0} + peerDependencies: + postcss: ^8.4.31 + postcss-discard-empty@5.1.1: resolution: {integrity: sha512-zPz4WljiSuLWsI0ir4Mcnr4qQQ5e1Ukc3i7UfE2XcrwKK2LIPIqE5jxMRxO6GbI3cv//ztXDsXwEWT3BHOGh3A==} engines: {node: ^10 || ^12 || >=14.0} peerDependencies: postcss: ^8.2.15 + postcss-discard-empty@6.0.3: + resolution: {integrity: sha512-znyno9cHKQsK6PtxL5D19Fj9uwSzC2mB74cpT66fhgOadEUPyXFkbgwm5tvc3bt3NAy8ltE5MrghxovZRVnOjQ==} + engines: {node: ^14 || ^16 || >=18.0} + peerDependencies: + postcss: ^8.4.31 + postcss-discard-overridden@5.1.0: resolution: {integrity: sha512-21nOL7RqWR1kasIVdKs8HNqQJhFxLsyRfAnUDm4Fe4t4mCWL9OJiHvlHPjcd8zc5Myu89b/7wZDnOSjFgeWRtw==} engines: {node: ^10 || ^12 || >=14.0} peerDependencies: postcss: ^8.2.15 + postcss-discard-overridden@6.0.2: + resolution: {integrity: sha512-j87xzI4LUggC5zND7KdjsI25APtyMuynXZSujByMaav2roV6OZX+8AaCUcZSWqckZpjAjRyFDdpqybgjFO0HJQ==} + engines: {node: ^14 || ^16 || >=18.0} + peerDependencies: + postcss: ^8.4.31 + postcss-discard-unused@5.1.0: resolution: {integrity: sha512-KwLWymI9hbwXmJa0dkrzpRbSJEh0vVUd7r8t0yOGPcfKzyJJxFM8kLyC5Ev9avji6nY95pOp1W6HqIrfT+0VGw==} engines: {node: ^10 || ^12 || >=14.0} peerDependencies: postcss: ^8.2.15 + postcss-discard-unused@6.0.5: + resolution: {integrity: sha512-wHalBlRHkaNnNwfC8z+ppX57VhvS+HWgjW508esjdaEYr3Mx7Gnn2xA4R/CKf5+Z9S5qsqC+Uzh4ueENWwCVUA==} + engines: {node: ^14 || ^16 || >=18.0} + peerDependencies: + postcss: ^8.4.31 + + postcss-double-position-gradients@6.0.0: + resolution: {integrity: sha512-JkIGah3RVbdSEIrcobqj4Gzq0h53GG4uqDPsho88SgY84WnpkTpI0k50MFK/sX7XqVisZ6OqUfFnoUO6m1WWdg==} + engines: {node: '>=18'} + peerDependencies: + postcss: ^8.4 + + postcss-focus-visible@10.0.1: + resolution: {integrity: sha512-U58wyjS/I1GZgjRok33aE8juW9qQgQUNwTSdxQGuShHzwuYdcklnvK/+qOWX1Q9kr7ysbraQ6ht6r+udansalA==} + engines: {node: '>=18'} + peerDependencies: + postcss: ^8.4 + + postcss-focus-within@9.0.1: + resolution: {integrity: sha512-fzNUyS1yOYa7mOjpci/bR+u+ESvdar6hk8XNK/TRR0fiGTp2QT5N+ducP0n3rfH/m9I7H/EQU6lsa2BrgxkEjw==} + engines: {node: '>=18'} + peerDependencies: + postcss: ^8.4 + + postcss-font-variant@5.0.0: + resolution: {integrity: sha512-1fmkBaCALD72CK2a9i468mA/+tr9/1cBxRRMXOUaZqO43oWPR5imcyPjXwuv7PXbCid4ndlP5zWhidQVVa3hmA==} + peerDependencies: + postcss: ^8.1.0 + + postcss-gap-properties@6.0.0: + resolution: {integrity: sha512-Om0WPjEwiM9Ru+VhfEDPZJAKWUd0mV1HmNXqp2C29z80aQ2uP9UVhLc7e3aYMIor/S5cVhoPgYQ7RtfeZpYTRw==} + engines: {node: '>=18'} + peerDependencies: + postcss: ^8.4 + + postcss-image-set-function@7.0.0: + resolution: {integrity: sha512-QL7W7QNlZuzOwBTeXEmbVckNt1FSmhQtbMRvGGqqU4Nf4xk6KUEQhAoWuMzwbSv5jxiRiSZ5Tv7eiDB9U87znA==} + engines: {node: '>=18'} + peerDependencies: + postcss: ^8.4 + + postcss-lab-function@7.0.6: + resolution: {integrity: sha512-HPwvsoK7C949vBZ+eMyvH2cQeMr3UREoHvbtra76/UhDuiViZH6pir+z71UaJQohd7VDSVUdR6TkWYKExEc9aQ==} + engines: {node: '>=18'} + peerDependencies: + postcss: ^8.4 + postcss-loader@7.3.4: resolution: {integrity: sha512-iW5WTTBSC5BfsBJ9daFMPVrLT36MrNiC6fqOZTTaHjBNX6Pfd5p+hSBqe/fEeNd7pc13QiAyGt7VdGMw4eRC4A==} engines: {node: '>= 14.15.0'} @@ -3408,48 +4059,96 @@ packages: postcss: ^7.0.0 || ^8.0.1 webpack: ^5.0.0 + postcss-logical@8.0.0: + resolution: {integrity: sha512-HpIdsdieClTjXLOyYdUPAX/XQASNIwdKt5hoZW08ZOAiI+tbV0ta1oclkpVkW5ANU+xJvk3KkA0FejkjGLXUkg==} + engines: {node: '>=18'} + peerDependencies: + postcss: ^8.4 + postcss-merge-idents@5.1.1: resolution: {integrity: sha512-pCijL1TREiCoog5nQp7wUe+TUonA2tC2sQ54UGeMmryK3UFGIYKqDyjnqd6RcuI4znFn9hWSLNN8xKE/vWcUQw==} engines: {node: ^10 || ^12 || >=14.0} peerDependencies: postcss: ^8.2.15 + postcss-merge-idents@6.0.3: + resolution: {integrity: sha512-1oIoAsODUs6IHQZkLQGO15uGEbK3EAl5wi9SS8hs45VgsxQfMnxvt+L+zIr7ifZFIH14cfAeVe2uCTa+SPRa3g==} + engines: {node: ^14 || ^16 || >=18.0} + peerDependencies: + postcss: ^8.4.31 + postcss-merge-longhand@5.1.7: resolution: {integrity: sha512-YCI9gZB+PLNskrK0BB3/2OzPnGhPkBEwmwhfYk1ilBHYVAZB7/tkTHFBAnCrvBBOmeYyMYw3DMjT55SyxMBzjQ==} engines: {node: ^10 || ^12 || >=14.0} peerDependencies: postcss: ^8.2.15 + postcss-merge-longhand@6.0.5: + resolution: {integrity: sha512-5LOiordeTfi64QhICp07nzzuTDjNSO8g5Ksdibt44d+uvIIAE1oZdRn8y/W5ZtYgRH/lnLDlvi9F8btZcVzu3w==} + engines: {node: ^14 || ^16 || >=18.0} + peerDependencies: + postcss: ^8.4.31 + postcss-merge-rules@5.1.4: resolution: {integrity: sha512-0R2IuYpgU93y9lhVbO/OylTtKMVcHb67zjWIfCiKR9rWL3GUk1677LAqD/BcHizukdZEjT8Ru3oHRoAYoJy44g==} engines: {node: ^10 || ^12 || >=14.0} peerDependencies: postcss: ^8.2.15 + postcss-merge-rules@6.1.1: + resolution: {integrity: sha512-KOdWF0gju31AQPZiD+2Ar9Qjowz1LTChSjFFbS+e2sFgc4uHOp3ZvVX4sNeTlk0w2O31ecFGgrFzhO0RSWbWwQ==} + engines: {node: ^14 || ^16 || >=18.0} + peerDependencies: + postcss: ^8.4.31 + postcss-minify-font-values@5.1.0: resolution: {integrity: sha512-el3mYTgx13ZAPPirSVsHqFzl+BBBDrXvbySvPGFnQcTI4iNslrPaFq4muTkLZmKlGk4gyFAYUBMH30+HurREyA==} engines: {node: ^10 || ^12 || >=14.0} peerDependencies: postcss: ^8.2.15 + postcss-minify-font-values@6.1.0: + resolution: {integrity: sha512-gklfI/n+9rTh8nYaSJXlCo3nOKqMNkxuGpTn/Qm0gstL3ywTr9/WRKznE+oy6fvfolH6dF+QM4nCo8yPLdvGJg==} + engines: {node: ^14 || ^16 || >=18.0} + peerDependencies: + postcss: ^8.4.31 + postcss-minify-gradients@5.1.1: resolution: {integrity: sha512-VGvXMTpCEo4qHTNSa9A0a3D+dxGFZCYwR6Jokk+/3oB6flu2/PnPXAh2x7x52EkY5xlIHLm+Le8tJxe/7TNhzw==} engines: {node: ^10 || ^12 || >=14.0} peerDependencies: postcss: ^8.2.15 + postcss-minify-gradients@6.0.3: + resolution: {integrity: sha512-4KXAHrYlzF0Rr7uc4VrfwDJ2ajrtNEpNEuLxFgwkhFZ56/7gaE4Nr49nLsQDZyUe+ds+kEhf+YAUolJiYXF8+Q==} + engines: {node: ^14 || ^16 || >=18.0} + peerDependencies: + postcss: ^8.4.31 + postcss-minify-params@5.1.4: resolution: {integrity: sha512-+mePA3MgdmVmv6g+30rn57USjOGSAyuxUmkfiWpzalZ8aiBkdPYjXWtHuwJGm1v5Ojy0Z0LaSYhHaLJQB0P8Jw==} engines: {node: ^10 || ^12 || >=14.0} peerDependencies: postcss: ^8.2.15 + postcss-minify-params@6.1.0: + resolution: {integrity: sha512-bmSKnDtyyE8ujHQK0RQJDIKhQ20Jq1LYiez54WiaOoBtcSuflfK3Nm596LvbtlFcpipMjgClQGyGr7GAs+H1uA==} + engines: {node: ^14 || ^16 || >=18.0} + peerDependencies: + postcss: ^8.4.31 + postcss-minify-selectors@5.2.1: resolution: {integrity: sha512-nPJu7OjZJTsVUmPdm2TcaiohIwxP+v8ha9NehQ2ye9szv4orirRU3SDdtUmKH+10nzn0bAyOXZ0UEr7OpvLehg==} engines: {node: ^10 || ^12 || >=14.0} peerDependencies: postcss: ^8.2.15 + postcss-minify-selectors@6.0.4: + resolution: {integrity: sha512-L8dZSwNLgK7pjTto9PzWRoMbnLq5vsZSTu8+j1P/2GB8qdtGQfn+K1uSvFgYvgh83cbyxT5m43ZZhUMTJDSClQ==} + engines: {node: ^14 || ^16 || >=18.0} + peerDependencies: + postcss: ^8.4.31 + postcss-modules-extract-imports@3.1.0: resolution: {integrity: sha512-k3kNe0aNFQDAZGbin48pL2VNidTF0w4/eASDsxlyspobzU3wZQLOGj7L9gfRe0Jo9/4uud09DsjFNH7winGv8Q==} engines: {node: ^10 || ^12 || >= 14} @@ -3474,84 +4173,214 @@ packages: peerDependencies: postcss: ^8.1.0 + postcss-nesting@13.0.1: + resolution: {integrity: sha512-VbqqHkOBOt4Uu3G8Dm8n6lU5+9cJFxiuty9+4rcoyRPO9zZS1JIs6td49VIoix3qYqELHlJIn46Oih9SAKo+yQ==} + engines: {node: '>=18'} + peerDependencies: + postcss: ^8.4 + postcss-normalize-charset@5.1.0: resolution: {integrity: sha512-mSgUJ+pd/ldRGVx26p2wz9dNZ7ji6Pn8VWBajMXFf8jk7vUoSrZ2lt/wZR7DtlZYKesmZI680qjr2CeFF2fbUg==} engines: {node: ^10 || ^12 || >=14.0} peerDependencies: postcss: ^8.2.15 + postcss-normalize-charset@6.0.2: + resolution: {integrity: sha512-a8N9czmdnrjPHa3DeFlwqst5eaL5W8jYu3EBbTTkI5FHkfMhFZh1EGbku6jhHhIzTA6tquI2P42NtZ59M/H/kQ==} + engines: {node: ^14 || ^16 || >=18.0} + peerDependencies: + postcss: ^8.4.31 + postcss-normalize-display-values@5.1.0: resolution: {integrity: sha512-WP4KIM4o2dazQXWmFaqMmcvsKmhdINFblgSeRgn8BJ6vxaMyaJkwAzpPpuvSIoG/rmX3M+IrRZEz2H0glrQNEA==} engines: {node: ^10 || ^12 || >=14.0} peerDependencies: postcss: ^8.2.15 + postcss-normalize-display-values@6.0.2: + resolution: {integrity: sha512-8H04Mxsb82ON/aAkPeq8kcBbAtI5Q2a64X/mnRRfPXBq7XeogoQvReqxEfc0B4WPq1KimjezNC8flUtC3Qz6jg==} + engines: {node: ^14 || ^16 || >=18.0} + peerDependencies: + postcss: ^8.4.31 + postcss-normalize-positions@5.1.1: resolution: {integrity: sha512-6UpCb0G4eofTCQLFVuI3EVNZzBNPiIKcA1AKVka+31fTVySphr3VUgAIULBhxZkKgwLImhzMR2Bw1ORK+37INg==} engines: {node: ^10 || ^12 || >=14.0} peerDependencies: postcss: ^8.2.15 + postcss-normalize-positions@6.0.2: + resolution: {integrity: sha512-/JFzI441OAB9O7VnLA+RtSNZvQ0NCFZDOtp6QPFo1iIyawyXg0YI3CYM9HBy1WvwCRHnPep/BvI1+dGPKoXx/Q==} + engines: {node: ^14 || ^16 || >=18.0} + peerDependencies: + postcss: ^8.4.31 + postcss-normalize-repeat-style@5.1.1: resolution: {integrity: sha512-mFpLspGWkQtBcWIRFLmewo8aC3ImN2i/J3v8YCFUwDnPu3Xz4rLohDO26lGjwNsQxB3YF0KKRwspGzE2JEuS0g==} engines: {node: ^10 || ^12 || >=14.0} peerDependencies: postcss: ^8.2.15 + postcss-normalize-repeat-style@6.0.2: + resolution: {integrity: sha512-YdCgsfHkJ2jEXwR4RR3Tm/iOxSfdRt7jplS6XRh9Js9PyCR/aka/FCb6TuHT2U8gQubbm/mPmF6L7FY9d79VwQ==} + engines: {node: ^14 || ^16 || >=18.0} + peerDependencies: + postcss: ^8.4.31 + postcss-normalize-string@5.1.0: resolution: {integrity: sha512-oYiIJOf4T9T1N4i+abeIc7Vgm/xPCGih4bZz5Nm0/ARVJ7K6xrDlLwvwqOydvyL3RHNf8qZk6vo3aatiw/go3w==} engines: {node: ^10 || ^12 || >=14.0} peerDependencies: postcss: ^8.2.15 + postcss-normalize-string@6.0.2: + resolution: {integrity: sha512-vQZIivlxlfqqMp4L9PZsFE4YUkWniziKjQWUtsxUiVsSSPelQydwS8Wwcuw0+83ZjPWNTl02oxlIvXsmmG+CiQ==} + engines: {node: ^14 || ^16 || >=18.0} + peerDependencies: + postcss: ^8.4.31 + postcss-normalize-timing-functions@5.1.0: resolution: {integrity: sha512-DOEkzJ4SAXv5xkHl0Wa9cZLF3WCBhF3o1SKVxKQAa+0pYKlueTpCgvkFAHfk+Y64ezX9+nITGrDZeVGgITJXjg==} engines: {node: ^10 || ^12 || >=14.0} peerDependencies: postcss: ^8.2.15 + postcss-normalize-timing-functions@6.0.2: + resolution: {integrity: sha512-a+YrtMox4TBtId/AEwbA03VcJgtyW4dGBizPl7e88cTFULYsprgHWTbfyjSLyHeBcK/Q9JhXkt2ZXiwaVHoMzA==} + engines: {node: ^14 || ^16 || >=18.0} + peerDependencies: + postcss: ^8.4.31 + postcss-normalize-unicode@5.1.1: resolution: {integrity: sha512-qnCL5jzkNUmKVhZoENp1mJiGNPcsJCs1aaRmURmeJGES23Z/ajaln+EPTD+rBeNkSryI+2WTdW+lwcVdOikrpA==} engines: {node: ^10 || ^12 || >=14.0} peerDependencies: postcss: ^8.2.15 + postcss-normalize-unicode@6.1.0: + resolution: {integrity: sha512-QVC5TQHsVj33otj8/JD869Ndr5Xcc/+fwRh4HAsFsAeygQQXm+0PySrKbr/8tkDKzW+EVT3QkqZMfFrGiossDg==} + engines: {node: ^14 || ^16 || >=18.0} + peerDependencies: + postcss: ^8.4.31 + postcss-normalize-url@5.1.0: resolution: {integrity: sha512-5upGeDO+PVthOxSmds43ZeMeZfKH+/DKgGRD7TElkkyS46JXAUhMzIKiCa7BabPeIy3AQcTkXwVVN7DbqsiCew==} engines: {node: ^10 || ^12 || >=14.0} peerDependencies: postcss: ^8.2.15 + postcss-normalize-url@6.0.2: + resolution: {integrity: sha512-kVNcWhCeKAzZ8B4pv/DnrU1wNh458zBNp8dh4y5hhxih5RZQ12QWMuQrDgPRw3LRl8mN9vOVfHl7uhvHYMoXsQ==} + engines: {node: ^14 || ^16 || >=18.0} + peerDependencies: + postcss: ^8.4.31 + postcss-normalize-whitespace@5.1.1: resolution: {integrity: sha512-83ZJ4t3NUDETIHTa3uEg6asWjSBYL5EdkVB0sDncx9ERzOKBVJIUeDO9RyA9Zwtig8El1d79HBp0JEi8wvGQnA==} engines: {node: ^10 || ^12 || >=14.0} peerDependencies: postcss: ^8.2.15 + postcss-normalize-whitespace@6.0.2: + resolution: {integrity: sha512-sXZ2Nj1icbJOKmdjXVT9pnyHQKiSAyuNQHSgRCUgThn2388Y9cGVDR+E9J9iAYbSbLHI+UUwLVl1Wzco/zgv0Q==} + engines: {node: ^14 || ^16 || >=18.0} + peerDependencies: + postcss: ^8.4.31 + + postcss-opacity-percentage@3.0.0: + resolution: {integrity: sha512-K6HGVzyxUxd/VgZdX04DCtdwWJ4NGLG212US4/LA1TLAbHgmAsTWVR86o+gGIbFtnTkfOpb9sCRBx8K7HO66qQ==} + engines: {node: '>=18'} + peerDependencies: + postcss: ^8.4 + postcss-ordered-values@5.1.3: resolution: {integrity: sha512-9UO79VUhPwEkzbb3RNpqqghc6lcYej1aveQteWY+4POIwlqkYE21HKWaLDF6lWNuqCobEAyTovVhtI32Rbv2RQ==} engines: {node: ^10 || ^12 || >=14.0} peerDependencies: postcss: ^8.2.15 + postcss-ordered-values@6.0.2: + resolution: {integrity: sha512-VRZSOB+JU32RsEAQrO94QPkClGPKJEL/Z9PCBImXMhIeK5KAYo6slP/hBYlLgrCjFxyqvn5VC81tycFEDBLG1Q==} + engines: {node: ^14 || ^16 || >=18.0} + peerDependencies: + postcss: ^8.4.31 + + postcss-overflow-shorthand@6.0.0: + resolution: {integrity: sha512-BdDl/AbVkDjoTofzDQnwDdm/Ym6oS9KgmO7Gr+LHYjNWJ6ExORe4+3pcLQsLA9gIROMkiGVjjwZNoL/mpXHd5Q==} + engines: {node: '>=18'} + peerDependencies: + postcss: ^8.4 + + postcss-page-break@3.0.4: + resolution: {integrity: sha512-1JGu8oCjVXLa9q9rFTo4MbeeA5FMe00/9C7lN4va606Rdb+HkxXtXsmEDrIraQ11fGz/WvKWa8gMuCKkrXpTsQ==} + peerDependencies: + postcss: ^8 + + postcss-place@10.0.0: + resolution: {integrity: sha512-5EBrMzat2pPAxQNWYavwAfoKfYcTADJ8AXGVPcUZ2UkNloUTWzJQExgrzrDkh3EKzmAx1evfTAzF9I8NGcc+qw==} + engines: {node: '>=18'} + peerDependencies: + postcss: ^8.4 + + postcss-preset-env@10.1.1: + resolution: {integrity: sha512-wqqsnBFD6VIwcHHRbhjTOcOi4qRVlB26RwSr0ordPj7OubRRxdWebv/aLjKLRR8zkZrbxZyuus03nOIgC5elMQ==} + engines: {node: '>=18'} + peerDependencies: + postcss: ^8.4 + + postcss-pseudo-class-any-link@10.0.1: + resolution: {integrity: sha512-3el9rXlBOqTFaMFkWDOkHUTQekFIYnaQY55Rsp8As8QQkpiSgIYEcF/6Ond93oHiDsGb4kad8zjt+NPlOC1H0Q==} + engines: {node: '>=18'} + peerDependencies: + postcss: ^8.4 + postcss-reduce-idents@5.2.0: resolution: {integrity: sha512-BTrLjICoSB6gxbc58D5mdBK8OhXRDqud/zodYfdSi52qvDHdMwk+9kB9xsM8yJThH/sZU5A6QVSmMmaN001gIg==} engines: {node: ^10 || ^12 || >=14.0} peerDependencies: postcss: ^8.2.15 + postcss-reduce-idents@6.0.3: + resolution: {integrity: sha512-G3yCqZDpsNPoQgbDUy3T0E6hqOQ5xigUtBQyrmq3tn2GxlyiL0yyl7H+T8ulQR6kOcHJ9t7/9H4/R2tv8tJbMA==} + engines: {node: ^14 || ^16 || >=18.0} + peerDependencies: + postcss: ^8.4.31 + postcss-reduce-initial@5.1.2: resolution: {integrity: sha512-dE/y2XRaqAi6OvjzD22pjTUQ8eOfc6m/natGHgKFBK9DxFmIm69YmaRVQrGgFlEfc1HePIurY0TmDeROK05rIg==} engines: {node: ^10 || ^12 || >=14.0} peerDependencies: postcss: ^8.2.15 + postcss-reduce-initial@6.1.0: + resolution: {integrity: sha512-RarLgBK/CrL1qZags04oKbVbrrVK2wcxhvta3GCxrZO4zveibqbRPmm2VI8sSgCXwoUHEliRSbOfpR0b/VIoiw==} + engines: {node: ^14 || ^16 || >=18.0} + peerDependencies: + postcss: ^8.4.31 + postcss-reduce-transforms@5.1.0: resolution: {integrity: sha512-2fbdbmgir5AvpW9RLtdONx1QoYG2/EtqpNQbFASDlixBbAYuTcJ0dECwlqNqH7VbaUnEnh8SrxOe2sRIn24XyQ==} engines: {node: ^10 || ^12 || >=14.0} peerDependencies: postcss: ^8.2.15 + postcss-reduce-transforms@6.0.2: + resolution: {integrity: sha512-sB+Ya++3Xj1WaT9+5LOOdirAxP7dJZms3GRcYheSPi1PiTMigsxHAdkrbItHxwYHr4kt1zL7mmcHstgMYT+aiA==} + engines: {node: ^14 || ^16 || >=18.0} + peerDependencies: + postcss: ^8.4.31 + + postcss-replace-overflow-wrap@4.0.0: + resolution: {integrity: sha512-KmF7SBPphT4gPPcKZc7aDkweHiKEEO8cla/GjcBK+ckKxiZslIu3C4GCRW3DNfL0o7yW7kMQu9xlZ1kXRXLXtw==} + peerDependencies: + postcss: ^8.0.3 + + postcss-selector-not@8.0.1: + resolution: {integrity: sha512-kmVy/5PYVb2UOhy0+LqUYAhKj7DUGDpSWa5LZqlkWJaaAV+dxxsOG3+St0yNLu6vsKD7Dmqx+nWQt0iil89+WA==} + engines: {node: '>=18'} + peerDependencies: + postcss: ^8.4 + postcss-selector-parser@6.1.2: resolution: {integrity: sha512-Q8qQfPiZ+THO/3ZrOrO0cJJKfpYCagtMUkXbnEfmgUjwXg6z/WBeOyS9APBBPCTSiDV+s4SwQGu8yFsiMRIudg==} engines: {node: '>=4'} @@ -3566,18 +4395,36 @@ packages: peerDependencies: postcss: ^8.4.16 + postcss-sort-media-queries@5.2.0: + resolution: {integrity: sha512-AZ5fDMLD8SldlAYlvi8NIqo0+Z8xnXU2ia0jxmuhxAU+Lqt9K+AlmLNJ/zWEnE9x+Zx3qL3+1K20ATgNOr3fAA==} + engines: {node: '>=14.0.0'} + peerDependencies: + postcss: ^8.4.23 + postcss-svgo@5.1.0: resolution: {integrity: sha512-D75KsH1zm5ZrHyxPakAxJWtkyXew5qwS70v56exwvw542d9CRtTo78K0WeFxZB4G7JXKKMbEZtZayTGdIky/eA==} engines: {node: ^10 || ^12 || >=14.0} peerDependencies: postcss: ^8.2.15 + postcss-svgo@6.0.3: + resolution: {integrity: sha512-dlrahRmxP22bX6iKEjOM+c8/1p+81asjKT+V5lrgOH944ryx/OHpclnIbGsKVd3uWOXFLYJwCVf0eEkJGvO96g==} + engines: {node: ^14 || ^16 || >= 18} + peerDependencies: + postcss: ^8.4.31 + postcss-unique-selectors@5.1.1: resolution: {integrity: sha512-5JiODlELrz8L2HwxfPnhOWZYWDxVHWL83ufOv84NrcgipI7TaeRsatAhK4Tr2/ZiYldpK/wBvw5BD3qfaK96GA==} engines: {node: ^10 || ^12 || >=14.0} peerDependencies: postcss: ^8.2.15 + postcss-unique-selectors@6.0.4: + resolution: {integrity: sha512-K38OCaIrO8+PzpArzkLKB42dSARtC2tmG6PvD4b1o1Q2E9Os8jzfWFfSy/rixsHwohtsDdFtAWGjFVFUdwYaMg==} + engines: {node: ^14 || ^16 || >=18.0} + peerDependencies: + postcss: ^8.4.31 + postcss-value-parser@4.2.0: resolution: {integrity: sha512-1NNCs6uurfkVbeXG4S8JFT9t19m45ICnif8zWLd5oPSZ50QnwMfK+H3jv408d4jw/7Bttv5axS5IiHoLaVNHeQ==} @@ -3587,6 +4434,12 @@ packages: peerDependencies: postcss: ^8.2.15 + postcss-zindex@6.0.2: + resolution: {integrity: sha512-5BxW9l1evPB/4ZIc+2GobEBoKC+h8gPGCMi+jxsYvd2x0mjq7wazk6DrP71pStqxE9Foxh5TVnonbWpFZzXaYg==} + engines: {node: ^14 || ^16 || >=18.0} + peerDependencies: + postcss: ^8.4.31 + postcss@8.4.49: resolution: {integrity: sha512-OCVPnIObs4N29kxTjzLfUryOkvZEq+pf8jTF0lg8E7uETuWHA+v7j3c/xJmiqpX450191LlmZfUKkXxkTry7nA==} engines: {node: ^10 || ^12 || >=14} @@ -3840,6 +4693,10 @@ packages: renderkid@3.0.0: resolution: {integrity: sha512-q/7VIQA8lmM1hF+jn+sFSPWGlMkSAeNYcPLmDQx2zzuiDfaLrOmumR8iaUKlenFgh0XRPIUeSPlH3A+AW3Z5pg==} + repeat-string@1.6.1: + resolution: {integrity: sha512-PV0dzCYDNfRi1jCDbJzpW7jNNDRuCOG/jI5ctQcGKt/clZD+YcPS3yIlWuTJMmESC8aevCFmWJy5wjAFgNqN6w==} + engines: {node: '>=0.10'} + require-from-string@2.0.2: resolution: {integrity: sha512-Xf0nWe6RseziFMu+Ap9biiUbmplq6S9/p+7w7YXP/JBHhrUDDUhwa+vANyubuqfZWTveU//DYVGsDG7RKL/vEw==} engines: {node: '>=0.10.0'} @@ -4029,6 +4886,9 @@ packages: resolution: {integrity: sha512-3dOsAHXXUkQTpOYcoAxLIorMTp4gIQr5IW3iVb7A7lFIp0VHhnynm9izx6TssdrIcVIESAlVjtnO2K8bg+Coew==} engines: {node: '>=12'} + snake-case@3.0.4: + resolution: {integrity: sha512-LAOh4z89bGQvl9pFfNF8V146i7o7/CqFPbqzYgP+yYzDIDeS9HaNFtXABamRW+AQzEVODcvE79ljJ+8a9YSdMg==} + sockjs@0.3.24: resolution: {integrity: sha512-GJgLTZ7vYb/JtPSSZ10hsOYIvEYsjbNU+zPdIHcUaWVNUEPivzxku31865sSSud0Da0W4lEeOPlmw93zLQchuQ==} @@ -4036,6 +4896,10 @@ packages: resolution: {integrity: sha512-IeWvo8NkNiY2vVYdPa27MCQiR0MN0M80johAYFVxWWXQ44KU84WNxjslwBHmc/7ZL2ccwkM7/e6S5aiKZXm7jA==} engines: {node: '>= 6.3.0'} + sort-css-media-queries@2.2.0: + resolution: {integrity: sha512-0xtkGhWCC9MGt/EzgnvbbbKhqWjl1+/rncmhTh5qCpbYguXh6S/qwePfv/JQ8jePXXmqingylxoC49pCkSPIbA==} + engines: {node: '>= 6.3.0'} + source-map-js@1.2.1: resolution: {integrity: sha512-UXWMKhLOwVKb728IUtQPXxfYU+usdybtUrK/8uGE8CQMvrhOpwvzDBwj0QhSL7MQc7vIsISBG8VQ8+IDQxpfQA==} engines: {node: '>=0.10.0'} @@ -4140,6 +5004,12 @@ packages: peerDependencies: postcss: ^8.2.15 + stylehacks@6.1.1: + resolution: {integrity: sha512-gSTTEQ670cJNoaeIp9KX6lZmm8LJ3jPB5yJmX8Zq/wQxOsAFXV3qjWzHas3YYk1qesuVIyYWWUpZ0vSE/dTSGg==} + engines: {node: ^14 || ^16 || >=18.0} + peerDependencies: + postcss: ^8.4.31 + supports-color@7.2.0: resolution: {integrity: sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==} engines: {node: '>=8'} @@ -4160,6 +5030,11 @@ packages: engines: {node: '>=10.13.0'} hasBin: true + svgo@3.3.2: + resolution: {integrity: sha512-OoohrmuUlBs8B8o6MB2Aevn+pRIH9zDALSR+6hhqVfa6fRwG/Qw9VUMSMW9VNg2CFc/MTIfabtdOVl9ODIJjpw==} + engines: {node: '>=14.0.0'} + hasBin: true + tapable@1.1.3: resolution: {integrity: sha512-4WK/bYZmj8xLr+HUCODHGF1ZFzsYffasLUgEiMBY4fgtltdO6B4WJtlSbPaDTLpYTcGVwM2qLnFTICEcNxs3kA==} engines: {node: '>=6'} @@ -4222,6 +5097,10 @@ packages: tslib@2.8.1: resolution: {integrity: sha512-oJFu94HQb+KVduSUQL7wnpmqnfmLsOA/nAh6b6EH0wCEoK0/mPeXU6c3wKDV83MkOuHPRHtSXKKU99IBazS/2w==} + type-fest@0.21.3: + resolution: {integrity: sha512-t0rzBq87m3fVcduHDUFhKmyyX+9eo6WQjZvf51Ea/M0Q7+T374Jp1aUiyUl0GKxp8M/OETVHSDvmkyPgvX+X2w==} + engines: {node: '>=10'} + type-fest@1.4.0: resolution: {integrity: sha512-yGSza74xk0UG8k+pLh5oeoYirvIiWo5t0/o3zHHAO2tRDiZcxWP7fywNlXhqb6/r6sWvwi+RsyQMWhVLe4BVuA==} engines: {node: '>=10'} @@ -4397,6 +5276,10 @@ packages: resolution: {integrity: sha512-+4zXKdx7UnO+1jaN4l2lHVD+mFvnlZQP/6ljaJVb4SZiwIKeUnrT5l0gkT8z+n4hKpC+jpOv6O9R+gLtag7pSA==} engines: {node: '>=10.0.0'} + webpack-merge@6.0.1: + resolution: {integrity: sha512-hXXvrjtx2PLYx4qruKl+kyRSLc52V+cCvMxRjmKwoA+CBbbF5GfIBtR6kCvl0fYGqTUPKB+1ktVmTHqMOzgCBg==} + engines: {node: '>=18.0.0'} + webpack-sources@3.2.3: resolution: {integrity: sha512-/DyMEOrDgLKKIG0fmvtz+4dUX/3Ghozwgm6iPp8KRhvn+eQf9+Q7GWxVNMk3+uCPWfdXYC4ExGBckIXdFEfH1w==} engines: {node: '>=10.13.0'} @@ -4417,6 +5300,12 @@ packages: peerDependencies: webpack: 3 || 4 || 5 + webpackbar@6.0.1: + resolution: {integrity: sha512-TnErZpmuKdwWBdMoexjio3KKX6ZtoKHRVvLIU0A47R0VVBDtx3ZyOJDktgYixhoJokZTYTt1Z37OkO9pnGJa9Q==} + engines: {node: '>=14.21.3'} + peerDependencies: + webpack: 3 || 4 || 5 + websocket-driver@0.7.4: resolution: {integrity: sha512-b17KeDIQVjvb0ssuSDF2cYXSg2iztliJ4B9WdsuB6J952qCPKmnVq4DyW5motImXHDC1cBT/1UezrJVsKw5zjg==} engines: {node: '>=0.8.0'} @@ -4449,6 +5338,10 @@ packages: wildcard@2.0.1: resolution: {integrity: sha512-CC1bOL87PIWSBhDcTrdeLo6eGT7mCFtrg0uIJtqJUFyK+eJnzl8A1niH56uu7KMa5XFrtiV+AQuHO3n7DsHnLQ==} + wrap-ansi@7.0.0: + resolution: {integrity: sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==} + engines: {node: '>=10'} + wrap-ansi@8.1.0: resolution: {integrity: sha512-si7QWI6zUMq56bESFvagtmzMdGOtoxfR+Sez11Mobfc7tm+VkUckk9bW2UeffTGVUbOksxmSw0AA2gs8g71NCQ==} engines: {node: '>=12'} @@ -5441,6 +6334,258 @@ snapshots: '@colors/colors@1.5.0': optional: true + '@csstools/cascade-layer-name-parser@2.0.4(@csstools/css-parser-algorithms@3.0.4(@csstools/css-tokenizer@3.0.3))(@csstools/css-tokenizer@3.0.3)': + dependencies: + '@csstools/css-parser-algorithms': 3.0.4(@csstools/css-tokenizer@3.0.3) + '@csstools/css-tokenizer': 3.0.3 + + '@csstools/color-helpers@5.0.1': {} + + '@csstools/css-calc@2.1.0(@csstools/css-parser-algorithms@3.0.4(@csstools/css-tokenizer@3.0.3))(@csstools/css-tokenizer@3.0.3)': + dependencies: + '@csstools/css-parser-algorithms': 3.0.4(@csstools/css-tokenizer@3.0.3) + '@csstools/css-tokenizer': 3.0.3 + + '@csstools/css-color-parser@3.0.6(@csstools/css-parser-algorithms@3.0.4(@csstools/css-tokenizer@3.0.3))(@csstools/css-tokenizer@3.0.3)': + dependencies: + '@csstools/color-helpers': 5.0.1 + '@csstools/css-calc': 2.1.0(@csstools/css-parser-algorithms@3.0.4(@csstools/css-tokenizer@3.0.3))(@csstools/css-tokenizer@3.0.3) + '@csstools/css-parser-algorithms': 3.0.4(@csstools/css-tokenizer@3.0.3) + '@csstools/css-tokenizer': 3.0.3 + + '@csstools/css-parser-algorithms@3.0.4(@csstools/css-tokenizer@3.0.3)': + dependencies: + '@csstools/css-tokenizer': 3.0.3 + + '@csstools/css-tokenizer@3.0.3': {} + + '@csstools/media-query-list-parser@4.0.2(@csstools/css-parser-algorithms@3.0.4(@csstools/css-tokenizer@3.0.3))(@csstools/css-tokenizer@3.0.3)': + dependencies: + '@csstools/css-parser-algorithms': 3.0.4(@csstools/css-tokenizer@3.0.3) + '@csstools/css-tokenizer': 3.0.3 + + '@csstools/postcss-cascade-layers@5.0.1(postcss@8.4.49)': + dependencies: + '@csstools/selector-specificity': 5.0.0(postcss-selector-parser@7.0.0) + postcss: 8.4.49 + postcss-selector-parser: 7.0.0 + + '@csstools/postcss-color-function@4.0.6(postcss@8.4.49)': + dependencies: + '@csstools/css-color-parser': 3.0.6(@csstools/css-parser-algorithms@3.0.4(@csstools/css-tokenizer@3.0.3))(@csstools/css-tokenizer@3.0.3) + '@csstools/css-parser-algorithms': 3.0.4(@csstools/css-tokenizer@3.0.3) + '@csstools/css-tokenizer': 3.0.3 + '@csstools/postcss-progressive-custom-properties': 4.0.0(postcss@8.4.49) + '@csstools/utilities': 2.0.0(postcss@8.4.49) + postcss: 8.4.49 + + '@csstools/postcss-color-mix-function@3.0.6(postcss@8.4.49)': + dependencies: + '@csstools/css-color-parser': 3.0.6(@csstools/css-parser-algorithms@3.0.4(@csstools/css-tokenizer@3.0.3))(@csstools/css-tokenizer@3.0.3) + '@csstools/css-parser-algorithms': 3.0.4(@csstools/css-tokenizer@3.0.3) + '@csstools/css-tokenizer': 3.0.3 + '@csstools/postcss-progressive-custom-properties': 4.0.0(postcss@8.4.49) + '@csstools/utilities': 2.0.0(postcss@8.4.49) + postcss: 8.4.49 + + '@csstools/postcss-content-alt-text@2.0.4(postcss@8.4.49)': + dependencies: + '@csstools/css-parser-algorithms': 3.0.4(@csstools/css-tokenizer@3.0.3) + '@csstools/css-tokenizer': 3.0.3 + '@csstools/postcss-progressive-custom-properties': 4.0.0(postcss@8.4.49) + '@csstools/utilities': 2.0.0(postcss@8.4.49) + postcss: 8.4.49 + + '@csstools/postcss-exponential-functions@2.0.5(postcss@8.4.49)': + dependencies: + '@csstools/css-calc': 2.1.0(@csstools/css-parser-algorithms@3.0.4(@csstools/css-tokenizer@3.0.3))(@csstools/css-tokenizer@3.0.3) + '@csstools/css-parser-algorithms': 3.0.4(@csstools/css-tokenizer@3.0.3) + '@csstools/css-tokenizer': 3.0.3 + postcss: 8.4.49 + + '@csstools/postcss-font-format-keywords@4.0.0(postcss@8.4.49)': + dependencies: + '@csstools/utilities': 2.0.0(postcss@8.4.49) + postcss: 8.4.49 + postcss-value-parser: 4.2.0 + + '@csstools/postcss-gamut-mapping@2.0.6(postcss@8.4.49)': + dependencies: + '@csstools/css-color-parser': 3.0.6(@csstools/css-parser-algorithms@3.0.4(@csstools/css-tokenizer@3.0.3))(@csstools/css-tokenizer@3.0.3) + '@csstools/css-parser-algorithms': 3.0.4(@csstools/css-tokenizer@3.0.3) + '@csstools/css-tokenizer': 3.0.3 + postcss: 8.4.49 + + '@csstools/postcss-gradients-interpolation-method@5.0.6(postcss@8.4.49)': + dependencies: + '@csstools/css-color-parser': 3.0.6(@csstools/css-parser-algorithms@3.0.4(@csstools/css-tokenizer@3.0.3))(@csstools/css-tokenizer@3.0.3) + '@csstools/css-parser-algorithms': 3.0.4(@csstools/css-tokenizer@3.0.3) + '@csstools/css-tokenizer': 3.0.3 + '@csstools/postcss-progressive-custom-properties': 4.0.0(postcss@8.4.49) + '@csstools/utilities': 2.0.0(postcss@8.4.49) + postcss: 8.4.49 + + '@csstools/postcss-hwb-function@4.0.6(postcss@8.4.49)': + dependencies: + '@csstools/css-color-parser': 3.0.6(@csstools/css-parser-algorithms@3.0.4(@csstools/css-tokenizer@3.0.3))(@csstools/css-tokenizer@3.0.3) + '@csstools/css-parser-algorithms': 3.0.4(@csstools/css-tokenizer@3.0.3) + '@csstools/css-tokenizer': 3.0.3 + '@csstools/postcss-progressive-custom-properties': 4.0.0(postcss@8.4.49) + '@csstools/utilities': 2.0.0(postcss@8.4.49) + postcss: 8.4.49 + + '@csstools/postcss-ic-unit@4.0.0(postcss@8.4.49)': + dependencies: + '@csstools/postcss-progressive-custom-properties': 4.0.0(postcss@8.4.49) + '@csstools/utilities': 2.0.0(postcss@8.4.49) + postcss: 8.4.49 + postcss-value-parser: 4.2.0 + + '@csstools/postcss-initial@2.0.0(postcss@8.4.49)': + dependencies: + postcss: 8.4.49 + + '@csstools/postcss-is-pseudo-class@5.0.1(postcss@8.4.49)': + dependencies: + '@csstools/selector-specificity': 5.0.0(postcss-selector-parser@7.0.0) + postcss: 8.4.49 + postcss-selector-parser: 7.0.0 + + '@csstools/postcss-light-dark-function@2.0.7(postcss@8.4.49)': + dependencies: + '@csstools/css-parser-algorithms': 3.0.4(@csstools/css-tokenizer@3.0.3) + '@csstools/css-tokenizer': 3.0.3 + '@csstools/postcss-progressive-custom-properties': 4.0.0(postcss@8.4.49) + '@csstools/utilities': 2.0.0(postcss@8.4.49) + postcss: 8.4.49 + + '@csstools/postcss-logical-float-and-clear@3.0.0(postcss@8.4.49)': + dependencies: + postcss: 8.4.49 + + '@csstools/postcss-logical-overflow@2.0.0(postcss@8.4.49)': + dependencies: + postcss: 8.4.49 + + '@csstools/postcss-logical-overscroll-behavior@2.0.0(postcss@8.4.49)': + dependencies: + postcss: 8.4.49 + + '@csstools/postcss-logical-resize@3.0.0(postcss@8.4.49)': + dependencies: + postcss: 8.4.49 + postcss-value-parser: 4.2.0 + + '@csstools/postcss-logical-viewport-units@3.0.3(postcss@8.4.49)': + dependencies: + '@csstools/css-tokenizer': 3.0.3 + '@csstools/utilities': 2.0.0(postcss@8.4.49) + postcss: 8.4.49 + + '@csstools/postcss-media-minmax@2.0.5(postcss@8.4.49)': + dependencies: + '@csstools/css-calc': 2.1.0(@csstools/css-parser-algorithms@3.0.4(@csstools/css-tokenizer@3.0.3))(@csstools/css-tokenizer@3.0.3) + '@csstools/css-parser-algorithms': 3.0.4(@csstools/css-tokenizer@3.0.3) + '@csstools/css-tokenizer': 3.0.3 + '@csstools/media-query-list-parser': 4.0.2(@csstools/css-parser-algorithms@3.0.4(@csstools/css-tokenizer@3.0.3))(@csstools/css-tokenizer@3.0.3) + postcss: 8.4.49 + + '@csstools/postcss-media-queries-aspect-ratio-number-values@3.0.4(postcss@8.4.49)': + dependencies: + '@csstools/css-parser-algorithms': 3.0.4(@csstools/css-tokenizer@3.0.3) + '@csstools/css-tokenizer': 3.0.3 + '@csstools/media-query-list-parser': 4.0.2(@csstools/css-parser-algorithms@3.0.4(@csstools/css-tokenizer@3.0.3))(@csstools/css-tokenizer@3.0.3) + postcss: 8.4.49 + + '@csstools/postcss-nested-calc@4.0.0(postcss@8.4.49)': + dependencies: + '@csstools/utilities': 2.0.0(postcss@8.4.49) + postcss: 8.4.49 + postcss-value-parser: 4.2.0 + + '@csstools/postcss-normalize-display-values@4.0.0(postcss@8.4.49)': + dependencies: + postcss: 8.4.49 + postcss-value-parser: 4.2.0 + + '@csstools/postcss-oklab-function@4.0.6(postcss@8.4.49)': + dependencies: + '@csstools/css-color-parser': 3.0.6(@csstools/css-parser-algorithms@3.0.4(@csstools/css-tokenizer@3.0.3))(@csstools/css-tokenizer@3.0.3) + '@csstools/css-parser-algorithms': 3.0.4(@csstools/css-tokenizer@3.0.3) + '@csstools/css-tokenizer': 3.0.3 + '@csstools/postcss-progressive-custom-properties': 4.0.0(postcss@8.4.49) + '@csstools/utilities': 2.0.0(postcss@8.4.49) + postcss: 8.4.49 + + '@csstools/postcss-progressive-custom-properties@4.0.0(postcss@8.4.49)': + dependencies: + postcss: 8.4.49 + postcss-value-parser: 4.2.0 + + '@csstools/postcss-random-function@1.0.1(postcss@8.4.49)': + dependencies: + '@csstools/css-calc': 2.1.0(@csstools/css-parser-algorithms@3.0.4(@csstools/css-tokenizer@3.0.3))(@csstools/css-tokenizer@3.0.3) + '@csstools/css-parser-algorithms': 3.0.4(@csstools/css-tokenizer@3.0.3) + '@csstools/css-tokenizer': 3.0.3 + postcss: 8.4.49 + + '@csstools/postcss-relative-color-syntax@3.0.6(postcss@8.4.49)': + dependencies: + '@csstools/css-color-parser': 3.0.6(@csstools/css-parser-algorithms@3.0.4(@csstools/css-tokenizer@3.0.3))(@csstools/css-tokenizer@3.0.3) + '@csstools/css-parser-algorithms': 3.0.4(@csstools/css-tokenizer@3.0.3) + '@csstools/css-tokenizer': 3.0.3 + '@csstools/postcss-progressive-custom-properties': 4.0.0(postcss@8.4.49) + '@csstools/utilities': 2.0.0(postcss@8.4.49) + postcss: 8.4.49 + + '@csstools/postcss-scope-pseudo-class@4.0.1(postcss@8.4.49)': + dependencies: + postcss: 8.4.49 + postcss-selector-parser: 7.0.0 + + '@csstools/postcss-sign-functions@1.1.0(postcss@8.4.49)': + dependencies: + '@csstools/css-calc': 2.1.0(@csstools/css-parser-algorithms@3.0.4(@csstools/css-tokenizer@3.0.3))(@csstools/css-tokenizer@3.0.3) + '@csstools/css-parser-algorithms': 3.0.4(@csstools/css-tokenizer@3.0.3) + '@csstools/css-tokenizer': 3.0.3 + postcss: 8.4.49 + + '@csstools/postcss-stepped-value-functions@4.0.5(postcss@8.4.49)': + dependencies: + '@csstools/css-calc': 2.1.0(@csstools/css-parser-algorithms@3.0.4(@csstools/css-tokenizer@3.0.3))(@csstools/css-tokenizer@3.0.3) + '@csstools/css-parser-algorithms': 3.0.4(@csstools/css-tokenizer@3.0.3) + '@csstools/css-tokenizer': 3.0.3 + postcss: 8.4.49 + + '@csstools/postcss-text-decoration-shorthand@4.0.1(postcss@8.4.49)': + dependencies: + '@csstools/color-helpers': 5.0.1 + postcss: 8.4.49 + postcss-value-parser: 4.2.0 + + '@csstools/postcss-trigonometric-functions@4.0.5(postcss@8.4.49)': + dependencies: + '@csstools/css-calc': 2.1.0(@csstools/css-parser-algorithms@3.0.4(@csstools/css-tokenizer@3.0.3))(@csstools/css-tokenizer@3.0.3) + '@csstools/css-parser-algorithms': 3.0.4(@csstools/css-tokenizer@3.0.3) + '@csstools/css-tokenizer': 3.0.3 + postcss: 8.4.49 + + '@csstools/postcss-unset-value@4.0.0(postcss@8.4.49)': + dependencies: + postcss: 8.4.49 + + '@csstools/selector-resolve-nested@3.0.0(postcss-selector-parser@7.0.0)': + dependencies: + postcss-selector-parser: 7.0.0 + + '@csstools/selector-specificity@5.0.0(postcss-selector-parser@7.0.0)': + dependencies: + postcss-selector-parser: 7.0.0 + + '@csstools/utilities@2.0.0(postcss@8.4.49)': + dependencies: + postcss: 8.4.49 + '@discoveryjs/json-ext@0.5.7': {} '@docsearch/css@3.8.0': {} @@ -5459,6 +6604,79 @@ snapshots: transitivePeerDependencies: - '@algolia/client-search' + '@docusaurus/babel@3.6.3(acorn@8.14.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(typescript@5.7.2)': + dependencies: + '@babel/core': 7.26.0 + '@babel/generator': 7.26.3 + '@babel/plugin-syntax-dynamic-import': 7.8.3(@babel/core@7.26.0) + '@babel/plugin-transform-runtime': 7.25.9(@babel/core@7.26.0) + '@babel/preset-env': 7.26.0(@babel/core@7.26.0) + '@babel/preset-react': 7.26.3(@babel/core@7.26.0) + '@babel/preset-typescript': 7.26.0(@babel/core@7.26.0) + '@babel/runtime': 7.26.0 + '@babel/runtime-corejs3': 7.26.0 + '@babel/traverse': 7.26.4 + '@docusaurus/logger': 3.6.3 + '@docusaurus/utils': 3.6.3(acorn@8.14.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(typescript@5.7.2) + babel-plugin-dynamic-import-node: 2.3.3 + fs-extra: 11.2.0 + tslib: 2.8.1 + transitivePeerDependencies: + - '@swc/core' + - acorn + - esbuild + - react + - react-dom + - supports-color + - typescript + - uglify-js + - webpack-cli + + '@docusaurus/bundler@3.6.3(acorn@8.14.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(typescript@5.7.2)': + dependencies: + '@babel/core': 7.26.0 + '@docusaurus/babel': 3.6.3(acorn@8.14.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(typescript@5.7.2) + '@docusaurus/cssnano-preset': 3.6.3 + '@docusaurus/logger': 3.6.3 + '@docusaurus/types': 3.6.3(acorn@8.14.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@docusaurus/utils': 3.6.3(acorn@8.14.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(typescript@5.7.2) + babel-loader: 9.2.1(@babel/core@7.26.0)(webpack@5.97.1) + clean-css: 5.3.3 + copy-webpack-plugin: 11.0.0(webpack@5.97.1) + css-loader: 6.11.0(webpack@5.97.1) + css-minimizer-webpack-plugin: 5.0.1(clean-css@5.3.3)(webpack@5.97.1) + cssnano: 6.1.2(postcss@8.4.49) + file-loader: 6.2.0(webpack@5.97.1) + html-minifier-terser: 7.2.0 + mini-css-extract-plugin: 2.9.2(webpack@5.97.1) + null-loader: 4.0.1(webpack@5.97.1) + postcss: 8.4.49 + postcss-loader: 7.3.4(postcss@8.4.49)(typescript@5.7.2)(webpack@5.97.1) + postcss-preset-env: 10.1.1(postcss@8.4.49) + react-dev-utils: 12.0.1(typescript@5.7.2)(webpack@5.97.1) + terser-webpack-plugin: 5.3.10(webpack@5.97.1) + tslib: 2.8.1 + url-loader: 4.1.1(file-loader@6.2.0(webpack@5.97.1))(webpack@5.97.1) + webpack: 5.97.1 + webpackbar: 6.0.1(webpack@5.97.1) + transitivePeerDependencies: + - '@parcel/css' + - '@rspack/core' + - '@swc/core' + - '@swc/css' + - acorn + - csso + - esbuild + - eslint + - lightningcss + - react + - react-dom + - supports-color + - typescript + - uglify-js + - vue-template-compiler + - webpack-cli + '@docusaurus/core@3.1.1(@docusaurus/types@3.1.1(acorn@8.14.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(acorn@8.14.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(typescript@5.7.2)': dependencies: '@babel/core': 7.26.0 @@ -5552,6 +6770,74 @@ snapshots: - vue-template-compiler - webpack-cli + '@docusaurus/core@3.6.3(@mdx-js/react@3.1.0(@types/react@18.3.14)(react@18.3.1))(acorn@8.14.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(typescript@5.7.2)': + dependencies: + '@docusaurus/babel': 3.6.3(acorn@8.14.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(typescript@5.7.2) + '@docusaurus/bundler': 3.6.3(acorn@8.14.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(typescript@5.7.2) + '@docusaurus/logger': 3.6.3 + '@docusaurus/mdx-loader': 3.6.3(acorn@8.14.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(typescript@5.7.2) + '@docusaurus/utils': 3.6.3(acorn@8.14.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(typescript@5.7.2) + '@docusaurus/utils-common': 3.6.3(acorn@8.14.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@docusaurus/utils-validation': 3.6.3(acorn@8.14.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(typescript@5.7.2) + '@mdx-js/react': 3.1.0(@types/react@18.3.14)(react@18.3.1) + boxen: 6.2.1 + chalk: 4.1.2 + chokidar: 3.6.0 + cli-table3: 0.6.5 + combine-promises: 1.2.0 + commander: 5.1.0 + core-js: 3.39.0 + del: 6.1.1 + detect-port: 1.6.1 + escape-html: 1.0.3 + eta: 2.2.0 + eval: 0.1.8 + fs-extra: 11.2.0 + html-tags: 3.3.1 + html-webpack-plugin: 5.6.3(webpack@5.97.1) + leven: 3.1.0 + lodash: 4.17.21 + p-map: 4.0.0 + prompts: 2.4.2 + react: 18.3.1 + react-dev-utils: 12.0.1(typescript@5.7.2)(webpack@5.97.1) + react-dom: 18.3.1(react@18.3.1) + react-helmet-async: 1.3.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + react-loadable: '@docusaurus/react-loadable@6.0.0(react@18.3.1)' + react-loadable-ssr-addon-v5-slorber: 1.0.1(@docusaurus/react-loadable@6.0.0(react@18.3.1))(webpack@5.97.1) + react-router: 5.3.4(react@18.3.1) + react-router-config: 5.1.1(react-router@5.3.4(react@18.3.1))(react@18.3.1) + react-router-dom: 5.3.4(react@18.3.1) + rtl-detect: 1.1.2 + semver: 7.6.3 + serve-handler: 6.1.6 + shelljs: 0.8.5 + tslib: 2.8.1 + update-notifier: 6.0.2 + webpack: 5.97.1 + webpack-bundle-analyzer: 4.10.2 + webpack-dev-server: 4.15.2(webpack@5.97.1) + webpack-merge: 6.0.1 + transitivePeerDependencies: + - '@docusaurus/faster' + - '@parcel/css' + - '@rspack/core' + - '@swc/core' + - '@swc/css' + - acorn + - bufferutil + - csso + - debug + - esbuild + - eslint + - lightningcss + - supports-color + - typescript + - uglify-js + - utf-8-validate + - vue-template-compiler + - webpack-cli + '@docusaurus/cssnano-preset@3.1.1': dependencies: cssnano-preset-advanced: 5.3.10(postcss@8.4.49) @@ -5559,11 +6845,23 @@ snapshots: postcss-sort-media-queries: 4.4.1(postcss@8.4.49) tslib: 2.8.1 + '@docusaurus/cssnano-preset@3.6.3': + dependencies: + cssnano-preset-advanced: 6.1.2(postcss@8.4.49) + postcss: 8.4.49 + postcss-sort-media-queries: 5.2.0(postcss@8.4.49) + tslib: 2.8.1 + '@docusaurus/logger@3.1.1': dependencies: chalk: 4.1.2 tslib: 2.8.1 + '@docusaurus/logger@3.6.3': + dependencies: + chalk: 4.1.2 + tslib: 2.8.1 + '@docusaurus/mdx-loader@3.1.1(@docusaurus/types@3.1.1(acorn@8.14.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(acorn@8.14.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': dependencies: '@babel/parser': 7.26.3 @@ -5603,6 +6901,43 @@ snapshots: - uglify-js - webpack-cli + '@docusaurus/mdx-loader@3.6.3(acorn@8.14.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(typescript@5.7.2)': + dependencies: + '@docusaurus/logger': 3.6.3 + '@docusaurus/utils': 3.6.3(acorn@8.14.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(typescript@5.7.2) + '@docusaurus/utils-validation': 3.6.3(acorn@8.14.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(typescript@5.7.2) + '@mdx-js/mdx': 3.1.0(acorn@8.14.0) + '@slorber/remark-comment': 1.0.0 + escape-html: 1.0.3 + estree-util-value-to-estree: 3.2.1 + file-loader: 6.2.0(webpack@5.97.1) + fs-extra: 11.2.0 + image-size: 1.1.1 + mdast-util-mdx: 3.0.0 + mdast-util-to-string: 4.0.0 + react: 18.3.1 + react-dom: 18.3.1(react@18.3.1) + rehype-raw: 7.0.0 + remark-directive: 3.0.0 + remark-emoji: 4.0.1 + remark-frontmatter: 5.0.0 + remark-gfm: 4.0.0 + stringify-object: 3.3.0 + tslib: 2.8.1 + unified: 11.0.5 + unist-util-visit: 5.0.0 + url-loader: 4.1.1(file-loader@6.2.0(webpack@5.97.1))(webpack@5.97.1) + vfile: 6.0.3 + webpack: 5.97.1 + transitivePeerDependencies: + - '@swc/core' + - acorn + - esbuild + - supports-color + - typescript + - uglify-js + - webpack-cli + '@docusaurus/module-type-aliases@3.1.1(acorn@8.14.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': dependencies: '@docusaurus/react-loadable': 5.5.2(react@18.3.1) @@ -5875,6 +7210,40 @@ snapshots: - vue-template-compiler - webpack-cli + '@docusaurus/plugin-sitemap@3.6.3(@mdx-js/react@3.1.0(@types/react@18.3.14)(react@18.3.1))(acorn@8.14.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(typescript@5.7.2)': + dependencies: + '@docusaurus/core': 3.6.3(@mdx-js/react@3.1.0(@types/react@18.3.14)(react@18.3.1))(acorn@8.14.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(typescript@5.7.2) + '@docusaurus/logger': 3.6.3 + '@docusaurus/types': 3.6.3(acorn@8.14.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@docusaurus/utils': 3.6.3(acorn@8.14.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(typescript@5.7.2) + '@docusaurus/utils-common': 3.6.3(acorn@8.14.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@docusaurus/utils-validation': 3.6.3(acorn@8.14.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(typescript@5.7.2) + fs-extra: 11.2.0 + react: 18.3.1 + react-dom: 18.3.1(react@18.3.1) + sitemap: 7.1.2 + tslib: 2.8.1 + transitivePeerDependencies: + - '@docusaurus/faster' + - '@mdx-js/react' + - '@parcel/css' + - '@rspack/core' + - '@swc/core' + - '@swc/css' + - acorn + - bufferutil + - csso + - debug + - esbuild + - eslint + - lightningcss + - supports-color + - typescript + - uglify-js + - utf-8-validate + - vue-template-compiler + - webpack-cli + '@docusaurus/preset-classic@3.1.1(@algolia/client-search@5.15.0)(@types/react@18.3.14)(acorn@8.14.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(search-insights@2.17.3)(typescript@5.7.2)': dependencies: '@docusaurus/core': 3.1.1(@docusaurus/types@3.1.1(acorn@8.14.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(acorn@8.14.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(typescript@5.7.2) @@ -5920,6 +7289,11 @@ snapshots: prop-types: 15.8.1 react: 18.3.1 + '@docusaurus/react-loadable@6.0.0(react@18.3.1)': + dependencies: + '@types/react': 18.3.14 + react: 18.3.1 + '@docusaurus/theme-classic@3.1.1(@types/react@18.3.14)(acorn@8.14.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(typescript@5.7.2)': dependencies: '@docusaurus/core': 3.1.1(@docusaurus/types@3.1.1(acorn@8.14.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(acorn@8.14.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(typescript@5.7.2) @@ -6077,12 +7451,47 @@ snapshots: - uglify-js - webpack-cli + '@docusaurus/types@3.6.3(acorn@8.14.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': + dependencies: + '@mdx-js/mdx': 3.1.0(acorn@8.14.0) + '@types/history': 4.7.11 + '@types/react': 18.3.14 + commander: 5.1.0 + joi: 17.13.3 + react: 18.3.1 + react-dom: 18.3.1(react@18.3.1) + react-helmet-async: 1.3.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + utility-types: 3.11.0 + webpack: 5.97.1 + webpack-merge: 5.10.0 + transitivePeerDependencies: + - '@swc/core' + - acorn + - esbuild + - supports-color + - uglify-js + - webpack-cli + '@docusaurus/utils-common@3.1.1(@docusaurus/types@3.1.1(acorn@8.14.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1))': dependencies: tslib: 2.8.1 optionalDependencies: '@docusaurus/types': 3.1.1(acorn@8.14.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@docusaurus/utils-common@3.6.3(acorn@8.14.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': + dependencies: + '@docusaurus/types': 3.6.3(acorn@8.14.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + tslib: 2.8.1 + transitivePeerDependencies: + - '@swc/core' + - acorn + - esbuild + - react + - react-dom + - supports-color + - uglify-js + - webpack-cli + '@docusaurus/utils-validation@3.1.1(@docusaurus/types@3.1.1(acorn@8.14.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1))': dependencies: '@docusaurus/logger': 3.1.1 @@ -6098,6 +7507,27 @@ snapshots: - uglify-js - webpack-cli + '@docusaurus/utils-validation@3.6.3(acorn@8.14.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(typescript@5.7.2)': + dependencies: + '@docusaurus/logger': 3.6.3 + '@docusaurus/utils': 3.6.3(acorn@8.14.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(typescript@5.7.2) + '@docusaurus/utils-common': 3.6.3(acorn@8.14.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + fs-extra: 11.2.0 + joi: 17.13.3 + js-yaml: 4.1.0 + lodash: 4.17.21 + tslib: 2.8.1 + transitivePeerDependencies: + - '@swc/core' + - acorn + - esbuild + - react + - react-dom + - supports-color + - typescript + - uglify-js + - webpack-cli + '@docusaurus/utils@3.1.1(@docusaurus/types@3.1.1(acorn@8.14.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1))': dependencies: '@docusaurus/logger': 3.1.1 @@ -6126,6 +7556,40 @@ snapshots: - uglify-js - webpack-cli + '@docusaurus/utils@3.6.3(acorn@8.14.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(typescript@5.7.2)': + dependencies: + '@docusaurus/logger': 3.6.3 + '@docusaurus/types': 3.6.3(acorn@8.14.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@docusaurus/utils-common': 3.6.3(acorn@8.14.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + '@svgr/webpack': 8.1.0(typescript@5.7.2) + escape-string-regexp: 4.0.0 + file-loader: 6.2.0(webpack@5.97.1) + fs-extra: 11.2.0 + github-slugger: 1.5.0 + globby: 11.1.0 + gray-matter: 4.0.3 + jiti: 1.21.6 + js-yaml: 4.1.0 + lodash: 4.17.21 + micromatch: 4.0.8 + prompts: 2.4.2 + resolve-pathname: 3.0.0 + shelljs: 0.8.5 + tslib: 2.8.1 + url-loader: 4.1.1(file-loader@6.2.0(webpack@5.97.1))(webpack@5.97.1) + utility-types: 3.11.0 + webpack: 5.97.1 + transitivePeerDependencies: + - '@swc/core' + - acorn + - esbuild + - react + - react-dom + - supports-color + - typescript + - uglify-js + - webpack-cli + '@hapi/hoek@9.3.0': {} '@hapi/topo@5.1.0': @@ -6261,6 +7725,10 @@ snapshots: dependencies: '@babel/core': 7.26.0 + '@svgr/babel-plugin-add-jsx-attribute@8.0.0(@babel/core@7.26.0)': + dependencies: + '@babel/core': 7.26.0 + '@svgr/babel-plugin-remove-jsx-attribute@8.0.0(@babel/core@7.26.0)': dependencies: '@babel/core': 7.26.0 @@ -6273,22 +7741,42 @@ snapshots: dependencies: '@babel/core': 7.26.0 + '@svgr/babel-plugin-replace-jsx-attribute-value@8.0.0(@babel/core@7.26.0)': + dependencies: + '@babel/core': 7.26.0 + '@svgr/babel-plugin-svg-dynamic-title@6.5.1(@babel/core@7.26.0)': dependencies: '@babel/core': 7.26.0 + '@svgr/babel-plugin-svg-dynamic-title@8.0.0(@babel/core@7.26.0)': + dependencies: + '@babel/core': 7.26.0 + '@svgr/babel-plugin-svg-em-dimensions@6.5.1(@babel/core@7.26.0)': dependencies: '@babel/core': 7.26.0 + '@svgr/babel-plugin-svg-em-dimensions@8.0.0(@babel/core@7.26.0)': + dependencies: + '@babel/core': 7.26.0 + '@svgr/babel-plugin-transform-react-native-svg@6.5.1(@babel/core@7.26.0)': dependencies: '@babel/core': 7.26.0 + '@svgr/babel-plugin-transform-react-native-svg@8.1.0(@babel/core@7.26.0)': + dependencies: + '@babel/core': 7.26.0 + '@svgr/babel-plugin-transform-svg-component@6.5.1(@babel/core@7.26.0)': dependencies: '@babel/core': 7.26.0 + '@svgr/babel-plugin-transform-svg-component@8.0.0(@babel/core@7.26.0)': + dependencies: + '@babel/core': 7.26.0 + '@svgr/babel-preset@6.5.1(@babel/core@7.26.0)': dependencies: '@babel/core': 7.26.0 @@ -6301,6 +7789,18 @@ snapshots: '@svgr/babel-plugin-transform-react-native-svg': 6.5.1(@babel/core@7.26.0) '@svgr/babel-plugin-transform-svg-component': 6.5.1(@babel/core@7.26.0) + '@svgr/babel-preset@8.1.0(@babel/core@7.26.0)': + dependencies: + '@babel/core': 7.26.0 + '@svgr/babel-plugin-add-jsx-attribute': 8.0.0(@babel/core@7.26.0) + '@svgr/babel-plugin-remove-jsx-attribute': 8.0.0(@babel/core@7.26.0) + '@svgr/babel-plugin-remove-jsx-empty-expression': 8.0.0(@babel/core@7.26.0) + '@svgr/babel-plugin-replace-jsx-attribute-value': 8.0.0(@babel/core@7.26.0) + '@svgr/babel-plugin-svg-dynamic-title': 8.0.0(@babel/core@7.26.0) + '@svgr/babel-plugin-svg-em-dimensions': 8.0.0(@babel/core@7.26.0) + '@svgr/babel-plugin-transform-react-native-svg': 8.1.0(@babel/core@7.26.0) + '@svgr/babel-plugin-transform-svg-component': 8.0.0(@babel/core@7.26.0) + '@svgr/core@6.5.1': dependencies: '@babel/core': 7.26.0 @@ -6311,11 +7811,27 @@ snapshots: transitivePeerDependencies: - supports-color + '@svgr/core@8.1.0(typescript@5.7.2)': + dependencies: + '@babel/core': 7.26.0 + '@svgr/babel-preset': 8.1.0(@babel/core@7.26.0) + camelcase: 6.3.0 + cosmiconfig: 8.3.6(typescript@5.7.2) + snake-case: 3.0.4 + transitivePeerDependencies: + - supports-color + - typescript + '@svgr/hast-util-to-babel-ast@6.5.1': dependencies: '@babel/types': 7.26.3 entities: 4.5.0 + '@svgr/hast-util-to-babel-ast@8.0.0': + dependencies: + '@babel/types': 7.26.3 + entities: 4.5.0 + '@svgr/plugin-jsx@6.5.1(@svgr/core@6.5.1)': dependencies: '@babel/core': 7.26.0 @@ -6326,6 +7842,16 @@ snapshots: transitivePeerDependencies: - supports-color + '@svgr/plugin-jsx@8.1.0(@svgr/core@8.1.0(typescript@5.7.2))': + dependencies: + '@babel/core': 7.26.0 + '@svgr/babel-preset': 8.1.0(@babel/core@7.26.0) + '@svgr/core': 8.1.0(typescript@5.7.2) + '@svgr/hast-util-to-babel-ast': 8.0.0 + svg-parser: 2.0.4 + transitivePeerDependencies: + - supports-color + '@svgr/plugin-svgo@6.5.1(@svgr/core@6.5.1)': dependencies: '@svgr/core': 6.5.1 @@ -6333,6 +7859,15 @@ snapshots: deepmerge: 4.3.1 svgo: 2.8.0 + '@svgr/plugin-svgo@8.1.0(@svgr/core@8.1.0(typescript@5.7.2))(typescript@5.7.2)': + dependencies: + '@svgr/core': 8.1.0(typescript@5.7.2) + cosmiconfig: 8.3.6(typescript@5.7.2) + deepmerge: 4.3.1 + svgo: 3.3.2 + transitivePeerDependencies: + - typescript + '@svgr/webpack@6.5.1': dependencies: '@babel/core': 7.26.0 @@ -6346,6 +7881,20 @@ snapshots: transitivePeerDependencies: - supports-color + '@svgr/webpack@8.1.0(typescript@5.7.2)': + dependencies: + '@babel/core': 7.26.0 + '@babel/plugin-transform-react-constant-elements': 7.25.9(@babel/core@7.26.0) + '@babel/preset-env': 7.26.0(@babel/core@7.26.0) + '@babel/preset-react': 7.26.3(@babel/core@7.26.0) + '@babel/preset-typescript': 7.26.0(@babel/core@7.26.0) + '@svgr/core': 8.1.0(typescript@5.7.2) + '@svgr/plugin-jsx': 8.1.0(@svgr/core@8.1.0(typescript@5.7.2)) + '@svgr/plugin-svgo': 8.1.0(@svgr/core@8.1.0(typescript@5.7.2))(typescript@5.7.2) + transitivePeerDependencies: + - supports-color + - typescript + '@szmarczak/http-timer@5.0.1': dependencies: defer-to-connect: 2.0.1 @@ -6710,6 +8259,10 @@ snapshots: dependencies: string-width: 4.2.3 + ansi-escapes@4.3.2: + dependencies: + type-fest: 0.21.3 + ansi-html-community@0.0.8: {} ansi-regex@5.0.1: {} @@ -7053,6 +8606,8 @@ snapshots: consola@2.15.3: {} + consola@3.2.3: {} + content-disposition@0.5.2: {} content-disposition@0.5.4: @@ -7124,10 +8679,26 @@ snapshots: dependencies: type-fest: 1.4.0 + css-blank-pseudo@7.0.1(postcss@8.4.49): + dependencies: + postcss: 8.4.49 + postcss-selector-parser: 7.0.0 + css-declaration-sorter@6.4.1(postcss@8.4.49): dependencies: postcss: 8.4.49 + css-declaration-sorter@7.2.0(postcss@8.4.49): + dependencies: + postcss: 8.4.49 + + css-has-pseudo@7.0.1(postcss@8.4.49): + dependencies: + '@csstools/selector-specificity': 5.0.0(postcss-selector-parser@7.0.0) + postcss: 8.4.49 + postcss-selector-parser: 7.0.0 + postcss-value-parser: 4.2.0 + css-loader@6.11.0(webpack@5.97.1): dependencies: icss-utils: 5.1.0(postcss@8.4.49) @@ -7153,6 +8724,22 @@ snapshots: optionalDependencies: clean-css: 5.3.3 + css-minimizer-webpack-plugin@5.0.1(clean-css@5.3.3)(webpack@5.97.1): + dependencies: + '@jridgewell/trace-mapping': 0.3.25 + cssnano: 6.1.2(postcss@8.4.49) + jest-worker: 29.7.0 + postcss: 8.4.49 + schema-utils: 4.2.0 + serialize-javascript: 6.0.2 + webpack: 5.97.1 + optionalDependencies: + clean-css: 5.3.3 + + css-prefers-color-scheme@10.0.0(postcss@8.4.49): + dependencies: + postcss: 8.4.49 + css-select@4.3.0: dependencies: boolbase: 1.0.0 @@ -7174,8 +8761,20 @@ snapshots: mdn-data: 2.0.14 source-map: 0.6.1 + css-tree@2.2.1: + dependencies: + mdn-data: 2.0.28 + source-map-js: 1.2.1 + + css-tree@2.3.1: + dependencies: + mdn-data: 2.0.30 + source-map-js: 1.2.1 + css-what@6.1.0: {} + cssdb@8.2.3: {} + cssesc@3.0.0: {} cssnano-preset-advanced@5.3.10(postcss@8.4.49): @@ -7188,6 +8787,17 @@ snapshots: postcss-reduce-idents: 5.2.0(postcss@8.4.49) postcss-zindex: 5.1.0(postcss@8.4.49) + cssnano-preset-advanced@6.1.2(postcss@8.4.49): + dependencies: + autoprefixer: 10.4.20(postcss@8.4.49) + browserslist: 4.24.2 + cssnano-preset-default: 6.1.2(postcss@8.4.49) + postcss: 8.4.49 + postcss-discard-unused: 6.0.5(postcss@8.4.49) + postcss-merge-idents: 6.0.3(postcss@8.4.49) + postcss-reduce-idents: 6.0.3(postcss@8.4.49) + postcss-zindex: 6.0.2(postcss@8.4.49) + cssnano-preset-default@5.2.14(postcss@8.4.49): dependencies: css-declaration-sorter: 6.4.1(postcss@8.4.49) @@ -7221,10 +8831,48 @@ snapshots: postcss-svgo: 5.1.0(postcss@8.4.49) postcss-unique-selectors: 5.1.1(postcss@8.4.49) + cssnano-preset-default@6.1.2(postcss@8.4.49): + dependencies: + browserslist: 4.24.2 + css-declaration-sorter: 7.2.0(postcss@8.4.49) + cssnano-utils: 4.0.2(postcss@8.4.49) + postcss: 8.4.49 + postcss-calc: 9.0.1(postcss@8.4.49) + postcss-colormin: 6.1.0(postcss@8.4.49) + postcss-convert-values: 6.1.0(postcss@8.4.49) + postcss-discard-comments: 6.0.2(postcss@8.4.49) + postcss-discard-duplicates: 6.0.3(postcss@8.4.49) + postcss-discard-empty: 6.0.3(postcss@8.4.49) + postcss-discard-overridden: 6.0.2(postcss@8.4.49) + postcss-merge-longhand: 6.0.5(postcss@8.4.49) + postcss-merge-rules: 6.1.1(postcss@8.4.49) + postcss-minify-font-values: 6.1.0(postcss@8.4.49) + postcss-minify-gradients: 6.0.3(postcss@8.4.49) + postcss-minify-params: 6.1.0(postcss@8.4.49) + postcss-minify-selectors: 6.0.4(postcss@8.4.49) + postcss-normalize-charset: 6.0.2(postcss@8.4.49) + postcss-normalize-display-values: 6.0.2(postcss@8.4.49) + postcss-normalize-positions: 6.0.2(postcss@8.4.49) + postcss-normalize-repeat-style: 6.0.2(postcss@8.4.49) + postcss-normalize-string: 6.0.2(postcss@8.4.49) + postcss-normalize-timing-functions: 6.0.2(postcss@8.4.49) + postcss-normalize-unicode: 6.1.0(postcss@8.4.49) + postcss-normalize-url: 6.0.2(postcss@8.4.49) + postcss-normalize-whitespace: 6.0.2(postcss@8.4.49) + postcss-ordered-values: 6.0.2(postcss@8.4.49) + postcss-reduce-initial: 6.1.0(postcss@8.4.49) + postcss-reduce-transforms: 6.0.2(postcss@8.4.49) + postcss-svgo: 6.0.3(postcss@8.4.49) + postcss-unique-selectors: 6.0.4(postcss@8.4.49) + cssnano-utils@3.1.0(postcss@8.4.49): dependencies: postcss: 8.4.49 + cssnano-utils@4.0.2(postcss@8.4.49): + dependencies: + postcss: 8.4.49 + cssnano@5.1.15(postcss@8.4.49): dependencies: cssnano-preset-default: 5.2.14(postcss@8.4.49) @@ -7232,10 +8880,20 @@ snapshots: postcss: 8.4.49 yaml: 1.10.2 + cssnano@6.1.2(postcss@8.4.49): + dependencies: + cssnano-preset-default: 6.1.2(postcss@8.4.49) + lilconfig: 3.1.3 + postcss: 8.4.49 + csso@4.2.0: dependencies: css-tree: 1.1.3 + csso@5.0.5: + dependencies: + css-tree: 2.2.1 + csstype@3.1.3: {} debounce@1.2.1: {} @@ -7446,6 +9104,8 @@ snapshots: escape-html@1.0.3: {} + escape-string-regexp@1.0.5: {} + escape-string-regexp@4.0.0: {} escape-string-regexp@5.0.0: {} @@ -7601,6 +9261,10 @@ snapshots: dependencies: xml-js: 1.6.11 + figures@3.2.0: + dependencies: + escape-string-regexp: 1.0.5 + file-loader@6.2.0(webpack@5.97.1): dependencies: loader-utils: 2.0.4 @@ -8260,6 +9924,8 @@ snapshots: lilconfig@2.1.0: {} + lilconfig@3.1.3: {} + lines-and-columns@1.2.4: {} loader-runner@4.3.0: {} @@ -8311,6 +9977,10 @@ snapshots: markdown-extensions@2.0.0: {} + markdown-table@2.0.0: + dependencies: + repeat-string: 1.6.1 + markdown-table@3.0.4: {} mdast-util-directive@3.0.0: @@ -8502,6 +10172,10 @@ snapshots: mdn-data@2.0.14: {} + mdn-data@2.0.28: {} + + mdn-data@2.0.30: {} + media-typer@0.3.0: {} memfs@3.5.3: @@ -8907,6 +10581,12 @@ snapshots: dependencies: boolbase: 1.0.0 + null-loader@4.0.1(webpack@5.97.1): + dependencies: + loader-utils: 2.0.4 + schema-utils: 3.3.0 + webpack: 5.97.1 + object-assign@4.1.1: {} object-inspect@1.13.3: {} @@ -9073,12 +10753,49 @@ snapshots: dependencies: find-up: 3.0.0 + postcss-attribute-case-insensitive@7.0.1(postcss@8.4.49): + dependencies: + postcss: 8.4.49 + postcss-selector-parser: 7.0.0 + postcss-calc@8.2.4(postcss@8.4.49): dependencies: postcss: 8.4.49 postcss-selector-parser: 6.1.2 postcss-value-parser: 4.2.0 + postcss-calc@9.0.1(postcss@8.4.49): + dependencies: + postcss: 8.4.49 + postcss-selector-parser: 6.1.2 + postcss-value-parser: 4.2.0 + + postcss-clamp@4.1.0(postcss@8.4.49): + dependencies: + postcss: 8.4.49 + postcss-value-parser: 4.2.0 + + postcss-color-functional-notation@7.0.6(postcss@8.4.49): + dependencies: + '@csstools/css-color-parser': 3.0.6(@csstools/css-parser-algorithms@3.0.4(@csstools/css-tokenizer@3.0.3))(@csstools/css-tokenizer@3.0.3) + '@csstools/css-parser-algorithms': 3.0.4(@csstools/css-tokenizer@3.0.3) + '@csstools/css-tokenizer': 3.0.3 + '@csstools/postcss-progressive-custom-properties': 4.0.0(postcss@8.4.49) + '@csstools/utilities': 2.0.0(postcss@8.4.49) + postcss: 8.4.49 + + postcss-color-hex-alpha@10.0.0(postcss@8.4.49): + dependencies: + '@csstools/utilities': 2.0.0(postcss@8.4.49) + postcss: 8.4.49 + postcss-value-parser: 4.2.0 + + postcss-color-rebeccapurple@10.0.0(postcss@8.4.49): + dependencies: + '@csstools/utilities': 2.0.0(postcss@8.4.49) + postcss: 8.4.49 + postcss-value-parser: 4.2.0 + postcss-colormin@5.3.1(postcss@8.4.49): dependencies: browserslist: 4.24.2 @@ -9087,33 +10804,138 @@ snapshots: postcss: 8.4.49 postcss-value-parser: 4.2.0 + postcss-colormin@6.1.0(postcss@8.4.49): + dependencies: + browserslist: 4.24.2 + caniuse-api: 3.0.0 + colord: 2.9.3 + postcss: 8.4.49 + postcss-value-parser: 4.2.0 + postcss-convert-values@5.1.3(postcss@8.4.49): dependencies: browserslist: 4.24.2 postcss: 8.4.49 postcss-value-parser: 4.2.0 + postcss-convert-values@6.1.0(postcss@8.4.49): + dependencies: + browserslist: 4.24.2 + postcss: 8.4.49 + postcss-value-parser: 4.2.0 + + postcss-custom-media@11.0.5(postcss@8.4.49): + dependencies: + '@csstools/cascade-layer-name-parser': 2.0.4(@csstools/css-parser-algorithms@3.0.4(@csstools/css-tokenizer@3.0.3))(@csstools/css-tokenizer@3.0.3) + '@csstools/css-parser-algorithms': 3.0.4(@csstools/css-tokenizer@3.0.3) + '@csstools/css-tokenizer': 3.0.3 + '@csstools/media-query-list-parser': 4.0.2(@csstools/css-parser-algorithms@3.0.4(@csstools/css-tokenizer@3.0.3))(@csstools/css-tokenizer@3.0.3) + postcss: 8.4.49 + + postcss-custom-properties@14.0.4(postcss@8.4.49): + dependencies: + '@csstools/cascade-layer-name-parser': 2.0.4(@csstools/css-parser-algorithms@3.0.4(@csstools/css-tokenizer@3.0.3))(@csstools/css-tokenizer@3.0.3) + '@csstools/css-parser-algorithms': 3.0.4(@csstools/css-tokenizer@3.0.3) + '@csstools/css-tokenizer': 3.0.3 + '@csstools/utilities': 2.0.0(postcss@8.4.49) + postcss: 8.4.49 + postcss-value-parser: 4.2.0 + + postcss-custom-selectors@8.0.4(postcss@8.4.49): + dependencies: + '@csstools/cascade-layer-name-parser': 2.0.4(@csstools/css-parser-algorithms@3.0.4(@csstools/css-tokenizer@3.0.3))(@csstools/css-tokenizer@3.0.3) + '@csstools/css-parser-algorithms': 3.0.4(@csstools/css-tokenizer@3.0.3) + '@csstools/css-tokenizer': 3.0.3 + postcss: 8.4.49 + postcss-selector-parser: 7.0.0 + + postcss-dir-pseudo-class@9.0.1(postcss@8.4.49): + dependencies: + postcss: 8.4.49 + postcss-selector-parser: 7.0.0 + postcss-discard-comments@5.1.2(postcss@8.4.49): dependencies: postcss: 8.4.49 + postcss-discard-comments@6.0.2(postcss@8.4.49): + dependencies: + postcss: 8.4.49 + postcss-discard-duplicates@5.1.0(postcss@8.4.49): dependencies: postcss: 8.4.49 + postcss-discard-duplicates@6.0.3(postcss@8.4.49): + dependencies: + postcss: 8.4.49 + postcss-discard-empty@5.1.1(postcss@8.4.49): dependencies: postcss: 8.4.49 + postcss-discard-empty@6.0.3(postcss@8.4.49): + dependencies: + postcss: 8.4.49 + postcss-discard-overridden@5.1.0(postcss@8.4.49): dependencies: postcss: 8.4.49 + postcss-discard-overridden@6.0.2(postcss@8.4.49): + dependencies: + postcss: 8.4.49 + postcss-discard-unused@5.1.0(postcss@8.4.49): dependencies: postcss: 8.4.49 postcss-selector-parser: 6.1.2 + postcss-discard-unused@6.0.5(postcss@8.4.49): + dependencies: + postcss: 8.4.49 + postcss-selector-parser: 6.1.2 + + postcss-double-position-gradients@6.0.0(postcss@8.4.49): + dependencies: + '@csstools/postcss-progressive-custom-properties': 4.0.0(postcss@8.4.49) + '@csstools/utilities': 2.0.0(postcss@8.4.49) + postcss: 8.4.49 + postcss-value-parser: 4.2.0 + + postcss-focus-visible@10.0.1(postcss@8.4.49): + dependencies: + postcss: 8.4.49 + postcss-selector-parser: 7.0.0 + + postcss-focus-within@9.0.1(postcss@8.4.49): + dependencies: + postcss: 8.4.49 + postcss-selector-parser: 7.0.0 + + postcss-font-variant@5.0.0(postcss@8.4.49): + dependencies: + postcss: 8.4.49 + + postcss-gap-properties@6.0.0(postcss@8.4.49): + dependencies: + postcss: 8.4.49 + + postcss-image-set-function@7.0.0(postcss@8.4.49): + dependencies: + '@csstools/utilities': 2.0.0(postcss@8.4.49) + postcss: 8.4.49 + postcss-value-parser: 4.2.0 + + postcss-lab-function@7.0.6(postcss@8.4.49): + dependencies: + '@csstools/css-color-parser': 3.0.6(@csstools/css-parser-algorithms@3.0.4(@csstools/css-tokenizer@3.0.3))(@csstools/css-tokenizer@3.0.3) + '@csstools/css-parser-algorithms': 3.0.4(@csstools/css-tokenizer@3.0.3) + '@csstools/css-tokenizer': 3.0.3 + '@csstools/postcss-progressive-custom-properties': 4.0.0(postcss@8.4.49) + '@csstools/utilities': 2.0.0(postcss@8.4.49) + postcss: 8.4.49 + postcss-loader@7.3.4(postcss@8.4.49)(typescript@5.7.2)(webpack@5.97.1): dependencies: cosmiconfig: 8.3.6(typescript@5.7.2) @@ -9124,18 +10946,35 @@ snapshots: transitivePeerDependencies: - typescript + postcss-logical@8.0.0(postcss@8.4.49): + dependencies: + postcss: 8.4.49 + postcss-value-parser: 4.2.0 + postcss-merge-idents@5.1.1(postcss@8.4.49): dependencies: cssnano-utils: 3.1.0(postcss@8.4.49) postcss: 8.4.49 postcss-value-parser: 4.2.0 + postcss-merge-idents@6.0.3(postcss@8.4.49): + dependencies: + cssnano-utils: 4.0.2(postcss@8.4.49) + postcss: 8.4.49 + postcss-value-parser: 4.2.0 + postcss-merge-longhand@5.1.7(postcss@8.4.49): dependencies: postcss: 8.4.49 postcss-value-parser: 4.2.0 stylehacks: 5.1.1(postcss@8.4.49) + postcss-merge-longhand@6.0.5(postcss@8.4.49): + dependencies: + postcss: 8.4.49 + postcss-value-parser: 4.2.0 + stylehacks: 6.1.1(postcss@8.4.49) + postcss-merge-rules@5.1.4(postcss@8.4.49): dependencies: browserslist: 4.24.2 @@ -9144,11 +10983,24 @@ snapshots: postcss: 8.4.49 postcss-selector-parser: 6.1.2 + postcss-merge-rules@6.1.1(postcss@8.4.49): + dependencies: + browserslist: 4.24.2 + caniuse-api: 3.0.0 + cssnano-utils: 4.0.2(postcss@8.4.49) + postcss: 8.4.49 + postcss-selector-parser: 6.1.2 + postcss-minify-font-values@5.1.0(postcss@8.4.49): dependencies: postcss: 8.4.49 postcss-value-parser: 4.2.0 + postcss-minify-font-values@6.1.0(postcss@8.4.49): + dependencies: + postcss: 8.4.49 + postcss-value-parser: 4.2.0 + postcss-minify-gradients@5.1.1(postcss@8.4.49): dependencies: colord: 2.9.3 @@ -9156,6 +11008,13 @@ snapshots: postcss: 8.4.49 postcss-value-parser: 4.2.0 + postcss-minify-gradients@6.0.3(postcss@8.4.49): + dependencies: + colord: 2.9.3 + cssnano-utils: 4.0.2(postcss@8.4.49) + postcss: 8.4.49 + postcss-value-parser: 4.2.0 + postcss-minify-params@5.1.4(postcss@8.4.49): dependencies: browserslist: 4.24.2 @@ -9163,11 +11022,23 @@ snapshots: postcss: 8.4.49 postcss-value-parser: 4.2.0 + postcss-minify-params@6.1.0(postcss@8.4.49): + dependencies: + browserslist: 4.24.2 + cssnano-utils: 4.0.2(postcss@8.4.49) + postcss: 8.4.49 + postcss-value-parser: 4.2.0 + postcss-minify-selectors@5.2.1(postcss@8.4.49): dependencies: postcss: 8.4.49 postcss-selector-parser: 6.1.2 + postcss-minify-selectors@6.0.4(postcss@8.4.49): + dependencies: + postcss: 8.4.49 + postcss-selector-parser: 6.1.2 + postcss-modules-extract-imports@3.1.0(postcss@8.4.49): dependencies: postcss: 8.4.49 @@ -9189,74 +11060,247 @@ snapshots: icss-utils: 5.1.0(postcss@8.4.49) postcss: 8.4.49 + postcss-nesting@13.0.1(postcss@8.4.49): + dependencies: + '@csstools/selector-resolve-nested': 3.0.0(postcss-selector-parser@7.0.0) + '@csstools/selector-specificity': 5.0.0(postcss-selector-parser@7.0.0) + postcss: 8.4.49 + postcss-selector-parser: 7.0.0 + postcss-normalize-charset@5.1.0(postcss@8.4.49): dependencies: postcss: 8.4.49 + postcss-normalize-charset@6.0.2(postcss@8.4.49): + dependencies: + postcss: 8.4.49 + postcss-normalize-display-values@5.1.0(postcss@8.4.49): dependencies: postcss: 8.4.49 postcss-value-parser: 4.2.0 + postcss-normalize-display-values@6.0.2(postcss@8.4.49): + dependencies: + postcss: 8.4.49 + postcss-value-parser: 4.2.0 + postcss-normalize-positions@5.1.1(postcss@8.4.49): dependencies: postcss: 8.4.49 postcss-value-parser: 4.2.0 + postcss-normalize-positions@6.0.2(postcss@8.4.49): + dependencies: + postcss: 8.4.49 + postcss-value-parser: 4.2.0 + postcss-normalize-repeat-style@5.1.1(postcss@8.4.49): dependencies: postcss: 8.4.49 postcss-value-parser: 4.2.0 + postcss-normalize-repeat-style@6.0.2(postcss@8.4.49): + dependencies: + postcss: 8.4.49 + postcss-value-parser: 4.2.0 + postcss-normalize-string@5.1.0(postcss@8.4.49): dependencies: postcss: 8.4.49 postcss-value-parser: 4.2.0 + postcss-normalize-string@6.0.2(postcss@8.4.49): + dependencies: + postcss: 8.4.49 + postcss-value-parser: 4.2.0 + postcss-normalize-timing-functions@5.1.0(postcss@8.4.49): dependencies: postcss: 8.4.49 postcss-value-parser: 4.2.0 + postcss-normalize-timing-functions@6.0.2(postcss@8.4.49): + dependencies: + postcss: 8.4.49 + postcss-value-parser: 4.2.0 + postcss-normalize-unicode@5.1.1(postcss@8.4.49): dependencies: browserslist: 4.24.2 postcss: 8.4.49 postcss-value-parser: 4.2.0 + postcss-normalize-unicode@6.1.0(postcss@8.4.49): + dependencies: + browserslist: 4.24.2 + postcss: 8.4.49 + postcss-value-parser: 4.2.0 + postcss-normalize-url@5.1.0(postcss@8.4.49): dependencies: normalize-url: 6.1.0 postcss: 8.4.49 postcss-value-parser: 4.2.0 + postcss-normalize-url@6.0.2(postcss@8.4.49): + dependencies: + postcss: 8.4.49 + postcss-value-parser: 4.2.0 + postcss-normalize-whitespace@5.1.1(postcss@8.4.49): dependencies: postcss: 8.4.49 postcss-value-parser: 4.2.0 + postcss-normalize-whitespace@6.0.2(postcss@8.4.49): + dependencies: + postcss: 8.4.49 + postcss-value-parser: 4.2.0 + + postcss-opacity-percentage@3.0.0(postcss@8.4.49): + dependencies: + postcss: 8.4.49 + postcss-ordered-values@5.1.3(postcss@8.4.49): dependencies: cssnano-utils: 3.1.0(postcss@8.4.49) postcss: 8.4.49 postcss-value-parser: 4.2.0 + postcss-ordered-values@6.0.2(postcss@8.4.49): + dependencies: + cssnano-utils: 4.0.2(postcss@8.4.49) + postcss: 8.4.49 + postcss-value-parser: 4.2.0 + + postcss-overflow-shorthand@6.0.0(postcss@8.4.49): + dependencies: + postcss: 8.4.49 + postcss-value-parser: 4.2.0 + + postcss-page-break@3.0.4(postcss@8.4.49): + dependencies: + postcss: 8.4.49 + + postcss-place@10.0.0(postcss@8.4.49): + dependencies: + postcss: 8.4.49 + postcss-value-parser: 4.2.0 + + postcss-preset-env@10.1.1(postcss@8.4.49): + dependencies: + '@csstools/postcss-cascade-layers': 5.0.1(postcss@8.4.49) + '@csstools/postcss-color-function': 4.0.6(postcss@8.4.49) + '@csstools/postcss-color-mix-function': 3.0.6(postcss@8.4.49) + '@csstools/postcss-content-alt-text': 2.0.4(postcss@8.4.49) + '@csstools/postcss-exponential-functions': 2.0.5(postcss@8.4.49) + '@csstools/postcss-font-format-keywords': 4.0.0(postcss@8.4.49) + '@csstools/postcss-gamut-mapping': 2.0.6(postcss@8.4.49) + '@csstools/postcss-gradients-interpolation-method': 5.0.6(postcss@8.4.49) + '@csstools/postcss-hwb-function': 4.0.6(postcss@8.4.49) + '@csstools/postcss-ic-unit': 4.0.0(postcss@8.4.49) + '@csstools/postcss-initial': 2.0.0(postcss@8.4.49) + '@csstools/postcss-is-pseudo-class': 5.0.1(postcss@8.4.49) + '@csstools/postcss-light-dark-function': 2.0.7(postcss@8.4.49) + '@csstools/postcss-logical-float-and-clear': 3.0.0(postcss@8.4.49) + '@csstools/postcss-logical-overflow': 2.0.0(postcss@8.4.49) + '@csstools/postcss-logical-overscroll-behavior': 2.0.0(postcss@8.4.49) + '@csstools/postcss-logical-resize': 3.0.0(postcss@8.4.49) + '@csstools/postcss-logical-viewport-units': 3.0.3(postcss@8.4.49) + '@csstools/postcss-media-minmax': 2.0.5(postcss@8.4.49) + '@csstools/postcss-media-queries-aspect-ratio-number-values': 3.0.4(postcss@8.4.49) + '@csstools/postcss-nested-calc': 4.0.0(postcss@8.4.49) + '@csstools/postcss-normalize-display-values': 4.0.0(postcss@8.4.49) + '@csstools/postcss-oklab-function': 4.0.6(postcss@8.4.49) + '@csstools/postcss-progressive-custom-properties': 4.0.0(postcss@8.4.49) + '@csstools/postcss-random-function': 1.0.1(postcss@8.4.49) + '@csstools/postcss-relative-color-syntax': 3.0.6(postcss@8.4.49) + '@csstools/postcss-scope-pseudo-class': 4.0.1(postcss@8.4.49) + '@csstools/postcss-sign-functions': 1.1.0(postcss@8.4.49) + '@csstools/postcss-stepped-value-functions': 4.0.5(postcss@8.4.49) + '@csstools/postcss-text-decoration-shorthand': 4.0.1(postcss@8.4.49) + '@csstools/postcss-trigonometric-functions': 4.0.5(postcss@8.4.49) + '@csstools/postcss-unset-value': 4.0.0(postcss@8.4.49) + autoprefixer: 10.4.20(postcss@8.4.49) + browserslist: 4.24.2 + css-blank-pseudo: 7.0.1(postcss@8.4.49) + css-has-pseudo: 7.0.1(postcss@8.4.49) + css-prefers-color-scheme: 10.0.0(postcss@8.4.49) + cssdb: 8.2.3 + postcss: 8.4.49 + postcss-attribute-case-insensitive: 7.0.1(postcss@8.4.49) + postcss-clamp: 4.1.0(postcss@8.4.49) + postcss-color-functional-notation: 7.0.6(postcss@8.4.49) + postcss-color-hex-alpha: 10.0.0(postcss@8.4.49) + postcss-color-rebeccapurple: 10.0.0(postcss@8.4.49) + postcss-custom-media: 11.0.5(postcss@8.4.49) + postcss-custom-properties: 14.0.4(postcss@8.4.49) + postcss-custom-selectors: 8.0.4(postcss@8.4.49) + postcss-dir-pseudo-class: 9.0.1(postcss@8.4.49) + postcss-double-position-gradients: 6.0.0(postcss@8.4.49) + postcss-focus-visible: 10.0.1(postcss@8.4.49) + postcss-focus-within: 9.0.1(postcss@8.4.49) + postcss-font-variant: 5.0.0(postcss@8.4.49) + postcss-gap-properties: 6.0.0(postcss@8.4.49) + postcss-image-set-function: 7.0.0(postcss@8.4.49) + postcss-lab-function: 7.0.6(postcss@8.4.49) + postcss-logical: 8.0.0(postcss@8.4.49) + postcss-nesting: 13.0.1(postcss@8.4.49) + postcss-opacity-percentage: 3.0.0(postcss@8.4.49) + postcss-overflow-shorthand: 6.0.0(postcss@8.4.49) + postcss-page-break: 3.0.4(postcss@8.4.49) + postcss-place: 10.0.0(postcss@8.4.49) + postcss-pseudo-class-any-link: 10.0.1(postcss@8.4.49) + postcss-replace-overflow-wrap: 4.0.0(postcss@8.4.49) + postcss-selector-not: 8.0.1(postcss@8.4.49) + + postcss-pseudo-class-any-link@10.0.1(postcss@8.4.49): + dependencies: + postcss: 8.4.49 + postcss-selector-parser: 7.0.0 + postcss-reduce-idents@5.2.0(postcss@8.4.49): dependencies: postcss: 8.4.49 postcss-value-parser: 4.2.0 + postcss-reduce-idents@6.0.3(postcss@8.4.49): + dependencies: + postcss: 8.4.49 + postcss-value-parser: 4.2.0 + postcss-reduce-initial@5.1.2(postcss@8.4.49): dependencies: browserslist: 4.24.2 caniuse-api: 3.0.0 postcss: 8.4.49 + postcss-reduce-initial@6.1.0(postcss@8.4.49): + dependencies: + browserslist: 4.24.2 + caniuse-api: 3.0.0 + postcss: 8.4.49 + postcss-reduce-transforms@5.1.0(postcss@8.4.49): dependencies: postcss: 8.4.49 postcss-value-parser: 4.2.0 + postcss-reduce-transforms@6.0.2(postcss@8.4.49): + dependencies: + postcss: 8.4.49 + postcss-value-parser: 4.2.0 + + postcss-replace-overflow-wrap@4.0.0(postcss@8.4.49): + dependencies: + postcss: 8.4.49 + + postcss-selector-not@8.0.1(postcss@8.4.49): + dependencies: + postcss: 8.4.49 + postcss-selector-parser: 7.0.0 + postcss-selector-parser@6.1.2: dependencies: cssesc: 3.0.0 @@ -9272,23 +11316,43 @@ snapshots: postcss: 8.4.49 sort-css-media-queries: 2.1.0 + postcss-sort-media-queries@5.2.0(postcss@8.4.49): + dependencies: + postcss: 8.4.49 + sort-css-media-queries: 2.2.0 + postcss-svgo@5.1.0(postcss@8.4.49): dependencies: postcss: 8.4.49 postcss-value-parser: 4.2.0 svgo: 2.8.0 + postcss-svgo@6.0.3(postcss@8.4.49): + dependencies: + postcss: 8.4.49 + postcss-value-parser: 4.2.0 + svgo: 3.3.2 + postcss-unique-selectors@5.1.1(postcss@8.4.49): dependencies: postcss: 8.4.49 postcss-selector-parser: 6.1.2 + postcss-unique-selectors@6.0.4(postcss@8.4.49): + dependencies: + postcss: 8.4.49 + postcss-selector-parser: 6.1.2 + postcss-value-parser@4.2.0: {} postcss-zindex@5.1.0(postcss@8.4.49): dependencies: postcss: 8.4.49 + postcss-zindex@6.0.2(postcss@8.4.49): + dependencies: + postcss: 8.4.49 + postcss@8.4.49: dependencies: nanoid: 3.3.8 @@ -9445,6 +11509,12 @@ snapshots: react-loadable: '@docusaurus/react-loadable@5.5.2(react@18.3.1)' webpack: 5.97.1 + react-loadable-ssr-addon-v5-slorber@1.0.1(@docusaurus/react-loadable@6.0.0(react@18.3.1))(webpack@5.97.1): + dependencies: + '@babel/runtime': 7.26.0 + react-loadable: '@docusaurus/react-loadable@6.0.0(react@18.3.1)' + webpack: 5.97.1 + react-router-config@5.1.1(react-router@5.3.4(react@18.3.1))(react@18.3.1): dependencies: '@babel/runtime': 7.26.0 @@ -9665,6 +11735,8 @@ snapshots: lodash: 4.17.21 strip-ansi: 6.0.1 + repeat-string@1.6.1: {} + require-from-string@2.0.2: {} require-like@0.1.2: {} @@ -9879,6 +11951,11 @@ snapshots: slash@4.0.0: {} + snake-case@3.0.4: + dependencies: + dot-case: 3.0.4 + tslib: 2.8.1 + sockjs@0.3.24: dependencies: faye-websocket: 0.11.4 @@ -9887,6 +11964,8 @@ snapshots: sort-css-media-queries@2.1.0: {} + sort-css-media-queries@2.2.0: {} + source-map-js@1.2.1: {} source-map-support@0.5.21: @@ -9994,6 +12073,12 @@ snapshots: postcss: 8.4.49 postcss-selector-parser: 6.1.2 + stylehacks@6.1.1(postcss@8.4.49): + dependencies: + browserslist: 4.24.2 + postcss: 8.4.49 + postcss-selector-parser: 6.1.2 + supports-color@7.2.0: dependencies: has-flag: 4.0.0 @@ -10016,6 +12101,16 @@ snapshots: picocolors: 1.1.1 stable: 0.1.8 + svgo@3.3.2: + dependencies: + '@trysound/sax': 0.2.0 + commander: 7.2.0 + css-select: 5.1.0 + css-tree: 2.3.1 + css-what: 6.1.0 + csso: 5.0.5 + picocolors: 1.1.1 + tapable@1.1.3: {} tapable@2.2.1: {} @@ -10058,6 +12153,8 @@ snapshots: tslib@2.8.1: {} + type-fest@0.21.3: {} + type-fest@1.4.0: {} type-fest@2.19.0: {} @@ -10284,6 +12381,12 @@ snapshots: flat: 5.0.2 wildcard: 2.0.1 + webpack-merge@6.0.1: + dependencies: + clone-deep: 4.0.1 + flat: 5.0.2 + wildcard: 2.0.1 + webpack-sources@3.2.3: {} webpack@5.97.1: @@ -10324,6 +12427,18 @@ snapshots: std-env: 3.8.0 webpack: 5.97.1 + webpackbar@6.0.1(webpack@5.97.1): + dependencies: + ansi-escapes: 4.3.2 + chalk: 4.1.2 + consola: 3.2.3 + figures: 3.2.0 + markdown-table: 2.0.0 + pretty-time: 1.1.0 + std-env: 3.8.0 + webpack: 5.97.1 + wrap-ansi: 7.0.0 + websocket-driver@0.7.4: dependencies: http-parser-js: 0.5.8 @@ -10352,6 +12467,12 @@ snapshots: wildcard@2.0.1: {} + wrap-ansi@7.0.0: + dependencies: + ansi-styles: 4.3.0 + string-width: 4.2.3 + strip-ansi: 6.0.1 + wrap-ansi@8.1.0: dependencies: ansi-styles: 6.2.1