mini-docs 0.4.5

A minimal, secure build-time Markdown to HTML generator for the mini-* family.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
---
title: Home
pinned: true
tags: [intro]
summary: "Welcome page for the mini-docs + mini-static composition demo."
---

# Welcome

This is the **mini-docs** + **mini-static** composition demo. mini-docs built this
page from `index.md`; mini-static is serving the result.

See the [guide](guide.md) for more, or watch `data.json` for the generated page index.

Edit this file while the example is running — mini-docs's own poller rebuilds it, and
mini-static's independent poller notices the change and live-reloads your browser.