feat: Part 2 of adapting old docs. (now finished)

This commit is contained in:
2026-05-05 19:41:54 -04:00
parent d66e9e3584
commit 87694fe969
19 changed files with 34 additions and 37 deletions

View File

@@ -50,6 +50,33 @@ export default defineConfig({
{ text: 'ShofEL2 - Fusée Gelée Exploit', link: '/Dictionary/Shofel' }
]
},
{
text: 'Networking',
items: [
{ text: 'Network Profiling & Traffic Analysis', link: '/Networking/network-pt' },
{ text: 'Networking & ports & Error codes', link: '/Networking/ports' }
]
},
{
text: 'Documentation',
items: [
{ text: 'First Voice Interactions (before GTA 6)', link: '/documenting/voice' }
]
},
{
text: 'Jibo Tools & Mod Installer',
items: [
{ text: 'Index', link: '/jtools-minst/00 - Index' },
{ text: 'Installer (How It Works)', link: '/jtools-minst/01 - Installer (How It Works)' },
{ text: 'Mapping to guide', link: '/jtools-minst/02 - Mapping to guide' },
{ text: 'CLI Arguments', link: '/jtools-minst/03 - CLI Arguments' },
{ text: 'GUI (How It Works)', link: '/jtools-minst/04 - GUI (How It Works)' },
{ text: 'Windows Support', link: '/jtools-minst/05 - Windows Support' },
{ text: 'Updater (How It Works)', link: '/jtools-minst/06 - Updater (How It Works)' },
{ text: 'Working Directory + State Files', link: '/jtools-minst/07 - Working Directory + State Files' },
{ text: 'Troubleshooting', link: '/jtools-minst/08 - Troubleshooting' }
]
},
{
text: 'UART',
items: [
@@ -61,6 +88,7 @@ export default defineConfig({
text: 'Other',
items: [
{ text: 'Connecting to WiFi', link: '/connect-to-wifi' },
{ text: 'AtDev Firewall', link: '/atdev' },
{ text: 'FAQ', link: '/faq' }
]
}