v0.0.1 — First Release

March 14, 2026

Saku Doc v0.0.1 is out. This is the first public release.

What’s Included

  • saku-doc build — builds a static site from a saku.config.json
  • saku-doc develop — starts a live-reload dev server
  • Docs section — Markdown files with auto-generated sidebar
  • Blog section — posts sorted by date with a sidebar list
  • OpenAPI section — full endpoint and schema rendering
  • GitHub linkghLink nav type adds a header link to your repo

Configuration

A minimal saku.config.json:

{
  "title": "My Docs",
  "site": "https://example.com",
  "nav": [
    { "label": "Docs", "type": "docs", "dir": "./documentation" }
  ]
}

Add more nav items for blog and API sections as needed.

What’s Next

  • Search
  • Custom themes
  • MDOC support
  • Versioning?

Follow the GitHub repo for updates.