AeThex-OS/temp-forge-extract/aethex-forge-main/docs-migration/docs-structure.json
MrPiglr b3c308b2c8 Add functional marketplace modules, bottom nav bar, root terminal, arcade games
- ModuleManager: Central tracking for installed marketplace modules
- DataAnalyzerWidget: Real-time CPU/RAM/Battery/Storage widget (unlocked by Data Analyzer module)
- BottomNavBar: Navigation bar for Projects/Chat/Marketplace/Settings
- RootShell: Real root command execution utility
- TerminalActivity: Full root shell with neofetch, sysinfo, real Linux commands
- Terminal Pro module: Adds aliases (ll, la, h), command history
- ArcadeActivity + SnakeGame: Pixel Arcade module unlocks retro games
- fade_in/fade_out animations for smooth transitions
2026-02-18 22:03:50 -07:00

88 lines
2.3 KiB
JSON

{
"workspace": {
"name": "AeThex Docs",
"description": "Comprehensive guides, tutorials, and API references for AeThex platform"
},
"pages": [
{
"id": "overview",
"title": "Welcome to AeThex Documentation",
"slug": "overview",
"order": 0,
"description": "Getting started with AeThex documentation",
"file": "01-overview.md"
},
{
"id": "getting-started",
"title": "Getting Started",
"slug": "getting-started",
"order": 1,
"description": "Launch your first AeThex project in under 30 minutes",
"file": "02-getting-started.md"
},
{
"id": "platform",
"title": "Platform Guide",
"slug": "platform",
"order": 2,
"description": "Understand AeThex platform features and experiences",
"file": "03-platform.md"
},
{
"id": "api-reference",
"title": "API Reference",
"slug": "api-reference",
"order": 3,
"description": "Complete API documentation with examples",
"file": "04-api-reference.md"
},
{
"id": "tutorials",
"title": "Tutorials",
"slug": "tutorials",
"order": 4,
"description": "Step-by-step guides for common use cases",
"file": "05-tutorials.md"
},
{
"id": "cli",
"title": "CLI Tools",
"slug": "cli",
"order": 5,
"description": "Operate AeThex from the command line",
"file": "06-cli.md"
},
{
"id": "examples",
"title": "Code Examples",
"slug": "examples",
"order": 6,
"description": "Production-ready patterns you can copy",
"file": "07-examples.md"
},
{
"id": "integrations",
"title": "Integrations",
"slug": "integrations",
"order": 7,
"description": "Connecting partner services to AeThex",
"file": "08-integrations.md"
},
{
"id": "curriculum",
"title": "Curriculum",
"slug": "curriculum",
"order": 8,
"description": "Structured learning paths for AeThex platform",
"file": "09-curriculum.md"
}
],
"settings": {
"siteUrl": "https://docs.aethex.tech",
"defaultLanguage": "en",
"branding": {
"title": "AeThex Docs",
"favicon": "https://docs.aethex.tech/favicon.ico"
}
}
}