docs: add a top-level docs/README.md index, point README.md at it
Fixes hyperhive#3014. docs/README.md is a genuine hand-written index for the docs/ tree - task-oriented reading paths grouped by topic, covering every top-level doc plus the three subdirectories that already have their own landing page (web-ui/, tools/, turn-loop/). Adapted from CLAUDE.md's existing "Reading paths" section (already curated and kept current) rather than written from scratch, reorganized into headed groups since this is a landing page, not a flat reference list. Explicitly covers docs/tools/matrix.md and docs/github.md, per the note on hyperhive#3014 about the content that moved out of README.md's deleted section on PR #3006 not going undiscoverable. Top-level README.md's reading-path table (enumerating every doc) replaced with a single prominent docs-site link, per mara's "replace docs links table in readme md with a prominent link to the docs (public host and git relative path)" - both forms present (rendered site URL, git-relative docs/ path). Verified every link in docs/README.md resolves to a real file (33 files checked). nix fmt clean, tracker-tag grep clean. Companion to hyperhive/website#47/#48 - this is what that PRs "index.html half" needs to exist before it can render, per atlas's note on #48.
This commit is contained in:
parent
55705fd617
commit
e41417d00e
2 changed files with 101 additions and 11 deletions
16
README.md
16
README.md
|
|
@ -39,19 +39,13 @@ host (NixOS, runs hive-c0re.service)
|
|||
```
|
||||
|
||||
**[→ website](https://hyperhive.darkest.space)** ·
|
||||
**[→ docs](https://hyperhive.darkest.space/docs/)** ·
|
||||
**[→ options reference](https://hyperhive.darkest.space/options/)**
|
||||
|
||||
Depth lives in [`docs/`](docs/) — pick the one matching your task:
|
||||
|
||||
| reading path | doc |
|
||||
| --------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------ |
|
||||
| dashboard layout + endpoints | [`docs/web-ui.md`](docs/web-ui.md) ([shape](docs/web-ui/shape.md) · [dashboard](docs/web-ui/dashboard.md) · [agent](docs/web-ui/agent.md)) |
|
||||
| claude turn loop + MCP tools | [`docs/turn-loop/`](docs/turn-loop/README.md) |
|
||||
| config-edit + approval state machine | [`docs/approvals.md`](docs/approvals.md) |
|
||||
| what survives destroy / purge / restart | [`docs/persistence.md`](docs/persistence.md) |
|
||||
| naming, wire protocol, commit style | [`docs/conventions.md`](docs/conventions.md) |
|
||||
| nginx vhost map + sub-domain routing | [`docs/gateway.md`](docs/gateway.md) |
|
||||
| NixOS / nspawn gotchas | [`docs/gotchas.md`](docs/gotchas.md) |
|
||||
Depth lives in [`docs/`](docs/) (rendered at
|
||||
[hyperhive.darkest.space/docs/](https://hyperhive.darkest.space/docs/)) —
|
||||
start at [`docs/README.md`](docs/README.md) and pick the page matching
|
||||
your task rather than reading front to back.
|
||||
|
||||
## Quick start
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue