Welcome to docs

This is your new documentation site, powered by DocAnvil.

Getting Started

Edit this file at docs/index.md to start writing your documentation. Check out the guides to learn more:

Explore

Features

Tip

Run docanvil serve in this directory to see your docs with live reloading!

Customizing the Theme

Edit theme/custom.css to override any CSS variable or add your own styles. You can also set variables directly in docanvil.toml:

[theme.variables]
color-primary = "#10b981"
font-body = "Georgia, serif"

Next Steps