A minimalist docs theme built with presta. Write markdown to generate pages, and use frontmatter to build the sidebar nav.
To give you a sense of how simple this is, here is the source for the Litebook docs site:
import { litebook } from 'litebook'
const docs = litebook('./pages', '**/*.md')(__filename)
export const getStaticPaths = docs.getStaticPaths
export const handler = docs.handler
MIT License © Sure Thing