docs: add tiered marketing site with docs under /docs/ - #732
Conversation
roborev: Combined Review (
|
roborev: Combined Review (
|
roborev: Combined Review (
|
## What changed - Replaced the docs favicon SVG with the black `msg` mark already used in the README. - Regenerated the 192px and 512px PNG variants while preserving their 8-bit sRGB RGBA format. ## Why The generated docs header and browser metadata hydrate favicon files from the docs asset branch. Updating those variants keeps the docs output consistent with the website changes for PR #732. ## Usage No usage change. Refs #732 Co-authored-by: Rusty Shackleford <salmonumbrella@users.noreply.github.com>
roborev: Combined Review (
|
msgvault.io needs a product entry point without losing direct access to the reference documentation. Keep the marketing page at the root, the lifecycle guide at /guide/, and the existing documentation at /docs/, with permanent redirects for legacy links. The combined update also: - brands the hero, adds an install matrix, and tightens the site copy - blocks credential-like files and dotfiles from the published site - serves the generated sitemap from the standard root path - uses the current msgvault favicon contributed in PR #733 - keeps documentation links added on main inside the new /docs/ mount - builds and serves the deployment artifact for complete local previews Generated with Claude Code (claude-fable-5) Generated with Codex (GPT-5) Co-authored-by: Claude Fable 5 <noreply@anthropic.com> Co-authored-by: salmonumbrella <182032677+salmonumbrella@users.noreply.github.com> Co-authored-by: Codex <noreply@openai.com>
roborev: Combined Review (
|
|
I am going to merge, but not deploy this, so I will revise the details before releasing v0.20.0 cc @salmonumbrella |
msgvault.io previously served only the reference docs at the domain root, with no page that says what msgvault is or where it is going. This gives the site the same three-tier shape as the other kenn-io project sites, in a carbon monochrome design matched to the existing msgvault mark:
/— marketing page: msgvault as the system of record for your communications and relationships. Covers every shipped source, the people layer, hybrid search, the Docbank-backed document and visual lanes, the interface surfaces, and the verify → stage → gated-execute → restore deletion model. An install matrix offers the macOS/Linux script, Homebrew, and Windows PowerShell journeys with per-row copy buttons./guide/— a nine-stop archive lifecycle tour (Capture → Preserve → Resolve → Curate → Understand → Search → Analyze → Act → Own), each stop pairing copy with a hand-drawn SVG diagram or a capture from the reviewed Enron fixture, and deep-linking into the docs./docs/— the existing Zensical docs, now built into a subpath by the samevercel-build.sh.The Directory/Reviews/Settings workspaces from #705 appear only as a labelled "in development" placeholder; nothing unshipped is claimed as current. Both new tiers ship exact Markdown twins (
/index.md,/guide.md) and anllms.txtindex for machine readers.Moving the docs under
/docs/changes every published URL, sovercel.jsonadds permanent redirects for all legacy paths (top-level pages,usage/,guides/,architecture/,search/, and the hydrated asset directories), and absolute internal links in the docs sources now carry the/docs/prefix.check_built_site.pyvalidates the combined site andcheck_vercel_redirects.pyenforces the full redirect table;bash scripts/check-docs.shpasses end to end.🤖 Generated with Claude Code