chore: dep for tools

This commit is contained in:
2024-03-25 04:52:00 +05:30
parent 203238acbb
commit 18a4a7ec56
11 changed files with 154 additions and 7 deletions

View File

@@ -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"
}
}
}

View File

@@ -19,5 +19,9 @@
"previous": {
"title": "GPG Key",
"permalink": "/documentation/dev_guide/gpg_key"
},
"next": {
"title": "Tools",
"permalink": "/documentation/category/tools"
}
}

View File

@@ -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"
}
}

View File

@@ -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",