June 16, 2026
v0.6.1 — Docs Shell Improvements
A small follow-up release focused on moat's built-in docs shell.
Top navigation improvements
The built-in layout now supports a cleaner split between primary and secondary top navigation links:
[[topnav]]for primary links in the top bar[[topnav_more]]for secondary links grouped underMore
This keeps the top navigation simpler while still leaving room for project links such as GitHub and RSS.
Footer config for the built-in layout
The built-in footer can now be configured with plain text and markdown links:
footer_text = "© [oddship](https://github.com/oddship) 2026"
disable_moat_citation = false
The older [extra].footer HTML path still works as a fallback.
Topnav base path fix
Internal top navigation links now correctly honor base_path.
This fixes GitHub Pages style deployments where docs live under a project path such as /moat/ instead of the site root.
Search and feed polish
The built-in layout keeps modal search in the top navigation and now documents / as the shortcut.
When RSS feed generation is enabled, the built-in layout can expose the feed from the More dropdown.
Docs updates
The README, sample config, and docs now reflect the final built-in layout behavior for:
[[topnav]][[topnav_more]]- modal search
- RSS feed placement
- footer config
Compatibility
This release is backward-compatible.
- Existing
[[topnav]]links continue to work - Existing
[extra].footerstill works - Search and feed remain optional