doc: Add documentation index
This commit is contained in:
125
packages/coding-agent/docs/docs.json
Normal file
125
packages/coding-agent/docs/docs.json
Normal file
@@ -0,0 +1,125 @@
|
||||
{
|
||||
"navigation": [
|
||||
{
|
||||
"title": "Start here",
|
||||
"items": [
|
||||
{
|
||||
"title": "Overview",
|
||||
"path": "index.md"
|
||||
},
|
||||
{
|
||||
"title": "Providers",
|
||||
"path": "providers.md"
|
||||
},
|
||||
{
|
||||
"title": "Settings",
|
||||
"path": "settings.md"
|
||||
},
|
||||
{
|
||||
"title": "Keybindings",
|
||||
"path": "keybindings.md"
|
||||
},
|
||||
{
|
||||
"title": "Sessions",
|
||||
"path": "session.md"
|
||||
},
|
||||
{
|
||||
"title": "Session Tree",
|
||||
"path": "tree.md"
|
||||
},
|
||||
{
|
||||
"title": "Compaction",
|
||||
"path": "compaction.md"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"title": "Customization",
|
||||
"items": [
|
||||
{
|
||||
"title": "Extensions",
|
||||
"path": "extensions.md"
|
||||
},
|
||||
{
|
||||
"title": "Skills",
|
||||
"path": "skills.md"
|
||||
},
|
||||
{
|
||||
"title": "Prompt Templates",
|
||||
"path": "prompt-templates.md"
|
||||
},
|
||||
{
|
||||
"title": "Themes",
|
||||
"path": "themes.md"
|
||||
},
|
||||
{
|
||||
"title": "Pi Packages",
|
||||
"path": "packages.md"
|
||||
},
|
||||
{
|
||||
"title": "Custom Models",
|
||||
"path": "models.md"
|
||||
},
|
||||
{
|
||||
"title": "Custom Providers",
|
||||
"path": "custom-provider.md"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"title": "Programmatic Usage",
|
||||
"items": [
|
||||
{
|
||||
"title": "SDK",
|
||||
"path": "sdk.md"
|
||||
},
|
||||
{
|
||||
"title": "RPC Mode",
|
||||
"path": "rpc.md"
|
||||
},
|
||||
{
|
||||
"title": "JSON Event Stream Mode",
|
||||
"path": "json.md"
|
||||
},
|
||||
{
|
||||
"title": "TUI Components",
|
||||
"path": "tui.md"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"title": "Platform Setup",
|
||||
"items": [
|
||||
{
|
||||
"title": "Windows",
|
||||
"path": "windows.md"
|
||||
},
|
||||
{
|
||||
"title": "Termux on Android",
|
||||
"path": "termux.md"
|
||||
},
|
||||
{
|
||||
"title": "tmux",
|
||||
"path": "tmux.md"
|
||||
},
|
||||
{
|
||||
"title": "Terminal Setup",
|
||||
"path": "terminal-setup.md"
|
||||
},
|
||||
{
|
||||
"title": "Shell Aliases",
|
||||
"path": "shell-aliases.md"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"title": "Development",
|
||||
"items": [
|
||||
{
|
||||
"title": "Development",
|
||||
"path": "development.md"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user