jaeswift-website/api/data/navigation.json

127 lines
No EOL
2.9 KiB
JSON

[
{
"label": "HQ",
"url": "/",
"order": 0,
"children": [
{
"label": "OPERATOR PROFILE",
"url": "/hq/profile",
"description": "Personal dossier & credentials"
},
{
"label": "SITE BRIEFING",
"url": "/hq/briefing",
"description": "Mission overview & site intel"
},
{
"label": "TELEMETRY",
"url": "/hq/telemetry",
"description": "System metrics & performance data"
},
{
"label": "MAINTENANCE LOG",
"url": "/hq/logs",
"description": "Operational logs & diagnostics"
}
]
},
{
"label": "TRANSMISSIONS",
"url": "/transmissions",
"order": 1,
"children": [
{
"label": "DISPATCHES",
"url": "/transmissions/dispatches",
"description": "Field reports & updates"
},
{
"label": "SITREP",
"url": "/transmissions/sitrep",
"description": "Situation reports & status"
},
{
"label": "RADAR",
"url": "/transmissions/radar",
"description": "Incoming signals & activity feed"
}
]
},
{
"label": "ARMOURY",
"url": "/armoury",
"order": 2,
"children": [
{
"label": "DEPLOYMENTS",
"url": "/armoury/deployments",
"description": "Active projects & builds"
},
{
"label": "LAB",
"url": "/armoury/lab",
"description": "Experimental prototypes"
},
{
"label": "FIELD MANUALS",
"url": "/armoury/fieldmanuals",
"description": "Technical documentation & guides"
},
{
"label": "DEBRIEF",
"url": "/armoury/debrief",
"description": "Post-mission analysis & reviews"
}
]
},
{
"label": "DEPOT",
"url": "/depot",
"order": 3,
"children": [
{
"label": "CONTRABAND",
"url": "/depot/contraband",
"description": "16,000+ free resources catalogued"
},
{
"label": "PROPAGANDA",
"url": "/depot/propaganda",
"description": "Classified documents & briefings"
},
{
"label": "EXFIL",
"url": "/depot/exfil",
"description": "Extraction tools & downloads"
},
{
"label": "RECON",
"url": "/depot/recon",
"description": "135,000+ curated intel across 28 sectors"
}
]
},
{
"label": "COMMS",
"url": "/comms",
"order": 4,
"children": [
{
"label": "OPEN CHANNELS",
"url": "/comms/openchannels",
"description": "Public communication links"
},
{
"label": "ENCRYPTED LINE",
"url": "/comms/encryptedline",
"description": "Secure direct contact"
},
{
"label": "BACKUP RELAY",
"url": "/comms/backuprelay",
"description": "Alternative contact methods"
}
]
}
]