🐛 fix(_sidebar): change position

This commit is contained in:
Eshan Roy
2024-12-05 13:00:06 +05:30
parent b98ef5fe66
commit b0bc28ed0e
6 changed files with 168 additions and 28 deletions

View File

@@ -9,8 +9,8 @@
"permalink": "/documentation/dev_guide/pkgbuild"
},
"next": {
"title": "Tool: DNS Enum",
"permalink": "/documentation/tools/dns"
"title": "Aircrack-NG",
"permalink": "/documentation/tools/aircrack-ng"
}
}
}

View File

@@ -1,7 +1,7 @@
{
"id": "tools/dns",
"title": "Tool: DNS Enum",
"description": "",
"title": "DNS Enum",
"description": "🌐 DNS Enumeration (DNS Enum)",
"source": "@site/docs/tools/dns.md",
"sourceDirName": "tools",
"slug": "/tools/dns",
@@ -17,10 +17,6 @@
},
"sidebar": "tutorialSidebar",
"previous": {
"title": "Tools",
"permalink": "/documentation/category/tools"
},
"next": {
"title": "Aircrack-NG",
"permalink": "/documentation/tools/aircrack-ng"
}

View File

@@ -355,16 +355,16 @@
"items": [
{
"type": "link",
"label": "Tool: DNS Enum",
"href": "/documentation/tools/dns",
"docId": "tools/dns",
"label": "Aircrack-NG",
"href": "/documentation/tools/aircrack-ng",
"docId": "tools/aircrack-ng",
"unlisted": false
},
{
"type": "link",
"label": "Aircrack-NG",
"href": "/documentation/tools/aircrack-ng",
"docId": "tools/aircrack-ng",
"label": "DNS Enum",
"href": "/documentation/tools/dns",
"docId": "tools/dns",
"unlisted": false
}
],
@@ -573,8 +573,8 @@
},
"tools/dns": {
"id": "tools/dns",
"title": "Tool: DNS Enum",
"description": "",
"title": "DNS Enum",
"description": "🌐 DNS Enumeration (DNS Enum)",
"sidebar": "tutorialSidebar"
},
"troubleshoot/bluetooth": {