docs(docs): rewrite for v0.3.0 MVP + dark-first palette#178
Merged
docs(docs): rewrite for v0.3.0 MVP + dark-first palette#178
Conversation
The docs site still read like pre-alpha — home lead with BYOK AI (Phase 4, not shipped), the webapp i18n strings said "Phase 0 — Bootstrap / Pre-alpha", self-hosting/runtime-profiles.md claimed "Phase 0 has no entities or migrations yet". None of that is true after today's v0.3.0 tag. Changes: - docs/index.md — new hero narrative leading with what ships today in v0.3.0 (auth, orgs, keys + translations + ICU, FTS, import/export, API keys/PATs). Moves BYOK AI into a "coming in v0.4.0" section. New capability grid. Roadmap table marks Phases 0–3 as ✅ shipped. - docs/quickstart.md — new 10-minute path from `docker compose up` to exported i18next JSON. Walks sign-up → verify → org → project → import → edit → export. Troubleshooting table for the four most common snags. - docs/_config.yml — switch `color_scheme` to `dark` (just-the-docs built-in). Aligns with developer-docs muscle memory (Stripe, Cloudflare, Tailwind all default dark). Description updated to reflect v0.3.0. - docs/self-hosting/runtime-profiles.md — unstick Phase 0 references; enumerate the four Flyway migrations that actually exist on master; bump the boot-time log-line version to 0.3.0. - docs/llms.txt — add Quickstart + home + all Phase 1–3 API/product pages that were missing from the hand-maintained index. Update the blurb at the top to reflect v0.3.0 scope. - docs/llms-full.txt — regenerated via scripts/gen-llms-txt.sh (picks up the new home + quickstart content). - webapp/src/i18n/en.json — `app.phase.current` "Phase 0 — Bootstrap" → "Phase 3 — MVP shipped (v0.3.0)"; `app.status.prealpha` "Pre-alpha" → "Prerelease (0.x)". Strings are not currently rendered anywhere in the UI; this is purely hygiene so the next page that surfaces them reads true. Webapp lint + typecheck + 104/104 tests green. No new env vars, no new compose services, no API surface change, no new ADR. This is pure docs + copy + visual palette. Closes #177
This was referenced Apr 19, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
docker compose upto first exported i18next JSON.self-hosting/runtime-profiles.md,index.md,webapp/src/i18n/en.json.Closes
Preview
/— new hero + capability grid/quickstart/— new/self-hosting/runtime-profiles/— unsticks Phase 0 claimsjust-the-docstoggle (session-scoped).Scope guard
app.phase.current,app.status.prealpha) — those strings are defined inen.jsonbut not rendered anywhere yet; this is pure hygiene. Webapp tests still 104/104.Test plan
pnpm --filter webapp typecheck— cleanpnpm --filter webapp lint— cleanpnpm --filter webapp test— 104/104 greenbash scripts/gen-llms-txt.shcleanDocs surfaces per CLAUDE.md rule #10
Architecture — no structural or ADR change.API — no surface change.llms.txtandllms-full.txtregeneratedPre-merge
prefers-color-scheme+ manual-toggle pairCloses #177