Skip to main content

Documentation, from markdown

This site is built with Sovrium's markdown pages feature — an Astro Starlight / Docusaurus alternative. Every doc page is a plain .md file under content/docs/, authored in any editor and tracked in Git.

A single contentDir page turns that folder into a full docs section:

You get From
One route per file contentDir.directory + slugFrom: filepath
A grouped sidebar contentDir.nav.groupBy: category
Prev / next links $contentDir.previous / $contentDir.next
A table of contents markdown.toc.position: sidebar
Highlighted code theme.codeBlock.theme (Shiki)
>_ terminal
# Try it now
sovrium init my-docs --template docs-site
cd my-docs && sovrium start app.yaml
Built with Sovrium
Demo