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:
- getting-started — install and run your first site
- configuration — customize your project settings
Explore
- API Reference — browse the API docs
- components — see the built-in components in action
- markdown — learn about supported Markdown features
Features
- Markdown with GFM extensions (tables, task lists, footnotes)
- Wiki-style links: Link to other pages with
page-namePage not foud
The linked page doesn't exist:page-name - Custom components: Use
:::note,:::warning,:::tabsdirectives - Theming: Customize with CSS variables in
docanvil.toml - Live reload: Run
docanvil servefor instant preview
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
- Add more
.mdfiles to thedocs/directory - Customize your theme in
docanvil.tomlortheme/custom.css - Run
docanvil buildto generate a static site