guanghu/docs/PUBLIC-DOCS-PLAN.md
冰朔 8739805f99
Some checks failed
Auto-update PR branches / Update open PR branches (push) Has been cancelled
CI / Frontend Static Quality Checks (push) Has been cancelled
CI / Frontend Tests & Coverage (push) Has been cancelled
CI / Rust Tests & Quality Checks (push) Has been cancelled
CI / Linux build verification (push) Has been cancelled
Release (Alpha) / Compute alpha version (push) Has been cancelled
Release (Alpha) / Build release artifacts (push) Has been cancelled
Release (Alpha) / GitHub Release (alpha) (push) Has been cancelled
Release (Alpha) / Update docs and release pages (push) Has been cancelled
Deploy docs / Build VitePress site (push) Has been cancelled
Deploy docs / Deploy to GitHub Pages (push) Has been cancelled
光湖开源源码快照 · Tolaria AGPL 分叉基线 · 独立更新链
2026-07-05 17:45:16 +08:00

1.9 KiB

Public Docs Plan

This document records the phase 1 information architecture for public Tolaria documentation. The public docs source lives in site/; the existing docs/ directory remains contributor, architecture, and agent context.

Audiences

Audience Needs Primary location
New users Install, first launch, understand the app layout, clone the starter vault site/start/
Active users Learn concrete workflows such as organizing, Git sync, custom views, and AI site/guides/
Power users Understand file layout, frontmatter, filters, release channels, shortcuts, and platform support site/reference/
Contributors and agents Architecture, abstractions, ADRs, development workflow docs/, AGENTS.md

Hosting Shape

The GitHub Pages output should reserve the root for public docs and mount release assets underneath it:

/                  public docs home
/releases/         release history
/download/         latest stable download redirect
/stable/latest.json
/alpha/latest.json
/latest.json       compatibility alias for alpha latest
/latest-canary.json compatibility alias for alpha latest

Current Coverage

The phase 1 site now covers post-branch features added after the original April docs snapshot:

  • Windows and Linux release artifacts.
  • Stable and Alpha updater channels.
  • Direct AI model providers and local/API model setup.
  • Claude Code, Codex, OpenCode, Pi, and Antigravity CLI agent targets.
  • Explicit MCP setup for external AI tools.
  • Table of contents, note width, raw mode, and paste-without-formatting workflows.
  • Media/PDF previews, image attachments, All Notes visibility, and Markdown whiteboards.
  • System theme mode and sidebar pluralization settings.

Every user-visible app change should answer:

Public docs impact:
- updated: <pages>
- not needed because: <reason>