Skip to content

Changelog

All notable changes to this example project, newest first.

2026-07-11

  • Tabbed navigation. The docs are now organized into Guides, API Reference, and Changelog spaces with their own sidebars — set navigation.tabs in docs.json to use it on your site.
  • New default look. Indigo replaces green as the default brand color, the canvas gained a subtle textured gradient, and dark mode is lighter and warmer.
  • API reference upgrades. Sidebar entries show HTTP method chips, endpoint pages lead with the full request URL, and request samples carry language icons.
  • Ask AI everywhere. An Ask AI button lives in the header, and the assistant greets you with a centered composer until the conversation starts.

2026-07-10

  • Ask AI became an agent. The assistant holds multi-turn conversations, knows the page you are reading, and can navigate your browser to the page it cites.
  • Theming system. Presets (default, minimal, soft, bold), appearance control, Google or system fonts, and per-mode accent colors — all from docs.json.
  • Brand onboarding. graphstaff init --from-url scaffolds a docs project from your existing website’s name, color, and logo.

2026-07-09

  • Reader authentication. Password, JWT, and OIDC modes with group-scoped pages — the assistant provably cannot quote gated content to readers without access.
  • Hosted on Cloudflare Workers. Push-to-deploy publishing with per-pull-request preview URLs.
  • Docs versioning, analytics, and structured logs with per-answer token costs.