mirror of
https://github.com/Snigdha-OS/documentation.git
synced 2025-09-07 19:25:13 +02:00
chore: dep for tools
This commit is contained in:
@@ -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"
|
||||
}
|
||||
}
|
||||
}
|
@@ -19,5 +19,9 @@
|
||||
"previous": {
|
||||
"title": "GPG Key",
|
||||
"permalink": "/documentation/dev_guide/gpg_key"
|
||||
},
|
||||
"next": {
|
||||
"title": "Tools",
|
||||
"permalink": "/documentation/category/tools"
|
||||
}
|
||||
}
|
@@ -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"
|
||||
}
|
||||
}
|
@@ -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",
|
||||
|
Reference in New Issue
Block a user