mirror of
https://github.com/headroomlabs-ai/headroom.git
synced 2026-08-27 14:17:10 -04:00
These three wiki pages documented shipped features (PRs #139, #145, #191)
but were never ported into the new Fumadocs site introduced in 911eb85
("new docs UI + ts doc coverage"). Users browsing docs.* couldn't find
the Docker-native install flow, the canonical filesystem contract, or
the persistent-install CLI surface.
- Add docs/content/docs/docker-install.mdx (one-line installer, native
wrapper behavior, persistent-docker lifecycle, Compose runtime).
- Add docs/content/docs/filesystem-contract.mdx (two-root model,
precedence, bucket assignments, Docker overlap between
HEADROOM_WORKSPACE and HEADROOM_WORKSPACE_DIR).
- Add docs/content/docs/persistent-installs.mdx (runtime matrix,
presets, scopes, health/wrap behavior, Docker-native relationship).
- installation.mdx: add a Callout in the Docker section linking to the
new docker-install page so pip/npm/docker landing users find it.
- meta.json: surface the three new pages in the sidebar under
Getting Started and Configuration.
Wiki source files in wiki/ are left in place for now; they can be
deprecated in a follow-up once the new site is confirmed as canonical.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
52 lines
1 KiB
JSON
52 lines
1 KiB
JSON
{
|
|
"pages": [
|
|
"---Getting Started---",
|
|
"index",
|
|
"quickstart",
|
|
"installation",
|
|
"docker-install",
|
|
"persistent-installs",
|
|
"community-savings",
|
|
"---Compression---",
|
|
"how-compression-works",
|
|
"smart-crusher",
|
|
"code-compression",
|
|
"image-compression",
|
|
"text-and-logs",
|
|
"---Reversible Compression---",
|
|
"ccr",
|
|
"---Cache & Context---",
|
|
"cache-optimization",
|
|
"context-management",
|
|
"---Memory---",
|
|
"memory",
|
|
"shared-context",
|
|
"failure-learning",
|
|
"---Proxy Server---",
|
|
"proxy",
|
|
"---Integrations---",
|
|
"vercel-ai-sdk",
|
|
"openai-sdk",
|
|
"anthropic-sdk",
|
|
"langchain",
|
|
"agno",
|
|
"strands",
|
|
"litellm",
|
|
"mcp",
|
|
"---Configuration---",
|
|
"configuration",
|
|
"filesystem-contract",
|
|
"---Observability---",
|
|
"metrics",
|
|
"simulation",
|
|
"---API Reference---",
|
|
"api-reference",
|
|
"---Architecture---",
|
|
"architecture",
|
|
"benchmarks",
|
|
"limitations",
|
|
"---Help---",
|
|
"errors",
|
|
"troubleshooting"
|
|
]
|
|
}
|