Changelog

Notable changes to the Docora theme and the create-docora CLI.

The docora theme and the create-docora CLI share a version number from 0.0.4 and are published together.

0.0.4

August 23, 2026 · docora@0.0.4 · create-docora@0.0.4

  • Templates pinned the wrong theme version, so new sites installed 0.0.1.
  • The theme and the CLI now share a version number.
  • No theme changes in this release.

Scaffolded with create-docora@0.0.3? Run npm install docora@latest to move up.

0.0.2

August 23, 2026 · docora@0.0.2 · create-docora@0.0.3

  • Loading bar now animates on a cold load, before the app hydrates.
  • Search results and locale switches drive the loading bar too.
  • New startRouteProgress() export for your own router.push calls.
  • Home page no longer scrolls sideways on phones.
  • Code windows scroll inside their frame instead of being clipped.
  • Mobile drawer shows the logo next to the site name.
  • The i18n starter dropped its hard-coded Docs header link.

0.0.1

August 19, 2026 · docora@0.0.1 · create-docora@0.0.1

First public release.

  • File-based routing from content/, numeric prefixes order the sidebar.
  • MDC authoring — callouts, cards, tabs, steps, accordions, code groups.
  • Command palette search, built at compile time.
  • SEO: canonical links, sitemap, robots, generated OG images.
  • i18n: a folder per locale, translated interface, hreflang.
  • Agent routes: llms.txt, raw markdown, an MCP server, agent skills.
  • Opt-in in-page AI assistant.
  • Tailwind CSS v4 theming through CSS variables.
  • The create-docora CLI, with default and i18n starters.