From 18a4a7ec563080b29e9eec1c39b8c30940386611 Mon Sep 17 00:00:00 2001 From: "Eshan Roy (Eshanized)" Date: Mon, 25 Mar 2024 04:52:00 +0530 Subject: [PATCH] chore: dep for tools --- ...on-tutorialsidebar-category-tools-82a.json | 16 +++++++ ...docs-dev-guide-deploy-packages-md-043.json | 4 ++ .../default/site-docs-tools-dns-md-ce8.json | 23 ++++++++++ .../version-current-metadata-prop-751.json | 22 +++++++++ .../docusaurus-debug-all-content-673.json | 45 +++++++++++++++++++ .docusaurus/globalData.json | 10 +++++ .docusaurus/registry.js | 2 + .docusaurus/routes.js | 18 ++++++-- .docusaurus/routesChunkNames.json | 14 ++++-- .github/workflows/test-deploy.yml | 2 +- docs/tools/dns.md | 5 +++ 11 files changed, 154 insertions(+), 7 deletions(-) create mode 100644 .docusaurus/docusaurus-plugin-content-docs/default/category-documentation-tutorialsidebar-category-tools-82a.json create mode 100644 .docusaurus/docusaurus-plugin-content-docs/default/site-docs-tools-dns-md-ce8.json create mode 100644 docs/tools/dns.md 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 new file mode 100644 index 00000000..f79a5432 --- /dev/null +++ b/.docusaurus/docusaurus-plugin-content-docs/default/category-documentation-tutorialsidebar-category-tools-82a.json @@ -0,0 +1,16 @@ +{ + "title": "Tools", + "description": "Troubleshoot", + "slug": "/category/tools", + "permalink": "/documentation/category/tools", + "navigation": { + "previous": { + "title": "Deploy Package", + "permalink": "/documentation/dev_guide/deploy_packages" + }, + "next": { + "title": "Tool: DNS Enum", + "permalink": "/documentation/tools/dns" + } + } +} \ 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 index 9a38d8b3..3e157003 100644 --- 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 @@ -19,5 +19,9 @@ "previous": { "title": "GPG Key", "permalink": "/documentation/dev_guide/gpg_key" + }, + "next": { + "title": "Tools", + "permalink": "/documentation/category/tools" } } \ 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 new file mode 100644 index 00000000..6b88923e --- /dev/null +++ b/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-tools-dns-md-ce8.json @@ -0,0 +1,23 @@ +{ + "id": "tools/dns", + "title": "Tool: DNS Enum", + "description": "", + "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" + } +} \ No newline at end of file diff --git a/.docusaurus/docusaurus-plugin-content-docs/default/version-current-metadata-prop-751.json b/.docusaurus/docusaurus-plugin-content-docs/default/version-current-metadata-prop-751.json index bf95cd96..645e884b 100644 --- a/.docusaurus/docusaurus-plugin-content-docs/default/version-current-metadata-prop-751.json +++ b/.docusaurus/docusaurus-plugin-content-docs/default/version-current-metadata-prop-751.json @@ -318,6 +318,22 @@ } ], "href": "/documentation/category/developers-guide" + }, + { + "type": "category", + "label": "Tools", + "collapsible": true, + "collapsed": true, + "items": [ + { + "type": "link", + "label": "Tool: DNS Enum", + "href": "/documentation/tools/dns", + "docId": "tools/dns", + "unlisted": false + } + ], + "href": "/documentation/category/tools" } ] }, @@ -490,6 +506,12 @@ "description": "", "sidebar": "tutorialSidebar" }, + "tools/dns": { + "id": "tools/dns", + "title": "Tool: DNS Enum", + "description": "", + "sidebar": "tutorialSidebar" + }, "troubleshoot/bluetooth": { "id": "troubleshoot/bluetooth", "title": "Troubleshoot: Bluetooth", diff --git a/.docusaurus/docusaurus-plugin-debug/default/docusaurus-debug-all-content-673.json b/.docusaurus/docusaurus-plugin-debug/default/docusaurus-debug-all-content-673.json index 1a028e82..25a31a38 100644 --- a/.docusaurus/docusaurus-plugin-debug/default/docusaurus-debug-all-content-673.json +++ b/.docusaurus/docusaurus-plugin-debug/default/docusaurus-debug-all-content-673.json @@ -148,6 +148,10 @@ "previous": { "title": "GPG Key", "permalink": "/documentation/dev_guide/gpg_key" + }, + "next": { + "title": "Tools", + "permalink": "/documentation/category/tools" } }, { @@ -772,6 +776,29 @@ "permalink": "/documentation/post_installation/customization" } }, + { + "id": "tools/dns", + "title": "Tool: DNS Enum", + "description": "", + "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" + } + }, { "id": "troubleshoot/bluetooth", "title": "Troubleshoot: Bluetooth", @@ -1185,6 +1212,24 @@ "slug": "/category/developers-guide", "permalink": "/documentation/category/developers-guide" } + }, + { + "type": "category", + "label": "Tools", + "collapsible": true, + "collapsed": true, + "items": [ + { + "type": "doc", + "id": "tools/dns" + } + ], + "link": { + "type": "generated-index", + "description": "Troubleshoot", + "slug": "/category/tools", + "permalink": "/documentation/category/tools" + } } ] } diff --git a/.docusaurus/globalData.json b/.docusaurus/globalData.json index b9a1f441..101808cd 100644 --- a/.docusaurus/globalData.json +++ b/.docusaurus/globalData.json @@ -150,6 +150,11 @@ "path": "/documentation/post_installation/update", "sidebar": "tutorialSidebar" }, + { + "id": "tools/dns", + "path": "/documentation/tools/dns", + "sidebar": "tutorialSidebar" + }, { "id": "troubleshoot/bluetooth", "path": "/documentation/troubleshoot/bluetooth", @@ -219,6 +224,11 @@ "id": "/category/developers-guide", "path": "/documentation/category/developers-guide", "sidebar": "tutorialSidebar" + }, + { + "id": "/category/tools", + "path": "/documentation/category/tools", + "sidebar": "tutorialSidebar" } ], "draftIds": [], diff --git a/.docusaurus/registry.js b/.docusaurus/registry.js index 3df2a2c8..d01e0238 100644 --- a/.docusaurus/registry.js +++ b/.docusaurus/registry.js @@ -24,6 +24,7 @@ export default { "categoryGeneratedIndex---documentation-category-introductionccd-ede": [() => import(/* webpackChunkName: "categoryGeneratedIndex---documentation-category-introductionccd-ede" */ "~docs/default/category-documentation-tutorialsidebar-category-introduction-344.json"), "~docs/default/category-documentation-tutorialsidebar-category-introduction-344.json", require.resolveWeak("~docs/default/category-documentation-tutorialsidebar-category-introduction-344.json")], "categoryGeneratedIndex---documentation-category-packages-909-692": [() => import(/* webpackChunkName: "categoryGeneratedIndex---documentation-category-packages-909-692" */ "~docs/default/category-documentation-tutorialsidebar-category-packages-eea.json"), "~docs/default/category-documentation-tutorialsidebar-category-packages-eea.json", require.resolveWeak("~docs/default/category-documentation-tutorialsidebar-category-packages-eea.json")], "categoryGeneratedIndex---documentation-category-post-installatione-54-a22": [() => import(/* webpackChunkName: "categoryGeneratedIndex---documentation-category-post-installatione-54-a22" */ "~docs/default/category-documentation-tutorialsidebar-category-post-installation-06e.json"), "~docs/default/category-documentation-tutorialsidebar-category-post-installation-06e.json", require.resolveWeak("~docs/default/category-documentation-tutorialsidebar-category-post-installation-06e.json")], + "categoryGeneratedIndex---documentation-category-tools-96-b-75a": [() => import(/* webpackChunkName: "categoryGeneratedIndex---documentation-category-tools-96-b-75a" */ "~docs/default/category-documentation-tutorialsidebar-category-tools-82a.json"), "~docs/default/category-documentation-tutorialsidebar-category-tools-82a.json", require.resolveWeak("~docs/default/category-documentation-tutorialsidebar-category-tools-82a.json")], "categoryGeneratedIndex---documentation-category-troubleshootde-6-666": [() => import(/* webpackChunkName: "categoryGeneratedIndex---documentation-category-troubleshootde-6-666" */ "~docs/default/category-documentation-tutorialsidebar-category-troubleshoot-a4b.json"), "~docs/default/category-documentation-tutorialsidebar-category-troubleshoot-a4b.json", require.resolveWeak("~docs/default/category-documentation-tutorialsidebar-category-troubleshoot-a4b.json")], "categoryGeneratedIndex---documentation-category-user-guide-698-266": [() => import(/* webpackChunkName: "categoryGeneratedIndex---documentation-category-user-guide-698-266" */ "~docs/default/category-documentation-tutorialsidebar-category-user-guide-b31.json"), "~docs/default/category-documentation-tutorialsidebar-category-user-guide-b31.json", require.resolveWeak("~docs/default/category-documentation-tutorialsidebar-category-user-guide-b31.json")], "content---documentation-before-installation-imporatnt-notesb-9-c-8d1": [() => import(/* webpackChunkName: "content---documentation-before-installation-imporatnt-notesb-9-c-8d1" */ "@site/docs/before_installation/imporatnt_notes.md"), "@site/docs/before_installation/imporatnt_notes.md", require.resolveWeak("@site/docs/before_installation/imporatnt_notes.md")], @@ -63,6 +64,7 @@ export default { "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-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")], diff --git a/.docusaurus/routes.js b/.docusaurus/routes.js index fef57009..f219eab9 100644 --- a/.docusaurus/routes.js +++ b/.docusaurus/routes.js @@ -99,15 +99,15 @@ export default [ }, { path: '/documentation/', - component: ComponentCreator('/documentation/', 'df7'), + component: ComponentCreator('/documentation/', '7d7'), routes: [ { path: '/documentation/', - component: ComponentCreator('/documentation/', 'a50'), + component: ComponentCreator('/documentation/', '81d'), routes: [ { path: '/documentation/', - component: ComponentCreator('/documentation/', 'dbd'), + component: ComponentCreator('/documentation/', '42c'), routes: [ { path: '/documentation/before_installation/imporatnt_notes', @@ -163,6 +163,12 @@ export default [ 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'), @@ -319,6 +325,12 @@ export default [ 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'), diff --git a/.docusaurus/routesChunkNames.json b/.docusaurus/routesChunkNames.json index 5b3c2e01..feb8d354 100644 --- a/.docusaurus/routesChunkNames.json +++ b/.docusaurus/routesChunkNames.json @@ -186,17 +186,17 @@ }, "content": "content---documentation-markdown-page-393-bce" }, - "/documentation/-df7": { + "/documentation/-7d7": { "__comp": "__comp---theme-docs-root-5-e-9-0b6", "__context": { "plugin": "plugin---documentation-99-b-b0a" } }, - "/documentation/-a50": { + "/documentation/-81d": { "__comp": "__comp---theme-doc-version-roota-7-b-5de", "version": "version---documentation-935-548" }, - "/documentation/-dbd": { + "/documentation/-42c": { "__comp": "__comp---theme-doc-roota-94-67a" }, "/documentation/before_installation/imporatnt_notes-89a": { @@ -235,6 +235,10 @@ "__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" @@ -339,6 +343,10 @@ "__comp": "__comp---theme-doc-item-178-a40", "content": "content---documentation-post-installation-updateffa-74d" }, + "/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" diff --git a/.github/workflows/test-deploy.yml b/.github/workflows/test-deploy.yml index a07765d6..e2194f54 100644 --- a/.github/workflows/test-deploy.yml +++ b/.github/workflows/test-deploy.yml @@ -18,7 +18,7 @@ jobs: - uses: actions/setup-node@v4 with: node-version: 18 - cache: yarn + cache: npm - name: Install dependencies run: npm ci diff --git a/docs/tools/dns.md b/docs/tools/dns.md new file mode 100644 index 00000000..d7543f9f --- /dev/null +++ b/docs/tools/dns.md @@ -0,0 +1,5 @@ +--- +sidebar_position: 1 +--- +# Tool: DNS Enum +