DocAnvil

DocAnvil

A static documentation generator that turns Markdown into beautiful HTML sites.

Quick Start

# Install
cargo install --path .

# Create a new docs project
docanvil new my-docs

# Start the dev server with live reload
cd my-docs
docanvil serve

Open http://localhost:3000 in your browser and start writing.

Features

Explore the Docs

Section What You'll Learn
Installation Install DocAnvil and create your first project
Configuration Customize docanvil.toml and nav.toml
Theming CSS variables, custom CSS, and template overrides
Localisation Multi-language docs with locale suffixes and language switcher
Markdown All supported Markdown and GFM features
Links & Popovers Wiki-link syntax and inline popovers
Components Notes, warnings, tabs, and code groups
CLI Commands Every command, flag, and option
Project Structure Directory layout and page discovery
CSS Variables Complete variable reference with defaults

Getting started?

Run docanvil serve in your project directory and open your browser — every change you save will appear instantly.