feat(docs): switch docs to zensical (#125)

This commit is contained in:
banteg
2026-01-13 21:09:27 +04:00
committed by GitHub
parent f9757679c2
commit e671da0a0f
11 changed files with 259 additions and 466 deletions
+27 -13
View File
@@ -6,29 +6,48 @@ Takopi lets you run an engine CLI in a local repo while controlling it from Tele
## Choose your path
- **Im new / I want to get it running**
- Start with **[Tutorials](tutorials/index.md)**:
<div class="grid cards" markdown>
- :lucide-sparkles:{ .lg } **Im new / I want to get it running**
---
Start with [Tutorials](tutorials/index.md).
- [Install & onboard](tutorials/install-and-onboard.md)
- [First run](tutorials/first-run.md)
- **I know what I want to do (enable a feature / fix a workflow)**
- Use **[How-to guides](how-to/index.md)**:
- :lucide-compass:{ .lg } **I know what I want to do**
---
Use [How-to guides](how-to/index.md).
- [Projects](how-to/projects.md) and [Worktrees](how-to/worktrees.md)
- [Topics](how-to/topics.md) and [Route by chat](how-to/route-by-chat.md)
- [File transfer](how-to/file-transfer.md) and [Voice notes](how-to/voice-notes.md)
- **I need exact knobs, defaults, and contracts**
- Go straight to **[Reference](reference/index.md)**:
- :lucide-book:{ .lg } **I need exact knobs, defaults, and contracts**
---
Go straight to [Reference](reference/index.md).
- [Commands & directives](reference/commands-and-directives.md)
- [Configuration](reference/config.md)
- [Specification](reference/specification.md) (normative behavior)
- **Im trying to understand the design**
- Read **[Explanation](explanation/index.md)**:
- :lucide-lightbulb:{ .lg } **I'm trying to understand the design**
---
Read [Explanation](explanation/index.md).
- [Architecture](explanation/architecture.md)
- [Routing & sessions](explanation/routing-and-sessions.md)
- [Plugin system](explanation/plugin-system.md)
</div>
## Quick start
If you just want to see it work end-to-end:
@@ -75,11 +94,6 @@ If youre contributing to core:
## For LLM agents
Takopi publishes an LLM-oriented index at:
* `/llms.txt` — curated entrypoints + links to Markdown mirrors
* `/llms-full.txt` — expanded “single file” context of the most important pages
In the docs, start here:
* [Reference: For agents](reference/agents/index.md)