Skip to content

Latest commit

 

History

25 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Anvil Docs

Docs License: MIT

Source for the Anvil documentation site — user-facing guides for the open-source FPGA toolchain: installing dependencies (Ubuntu, WSL2), getting started and usage.

👉 Read it here: https://logismith.github.io/Docs/

This is the user documentation for Anvil. Component-level developer docs live with each component's code — e.g. the Anvil CLI internals at https://logismith.github.io/Anvil/.

Local development

pip install -r docs/requirements.txt
mkdocs serve              # live preview at http://127.0.0.1:8000
mkdocs build --strict     # build + fail on broken links

Structure

mkdocs.yml          ← site config + navigation
docs/
├── index.md        ← home
└── installation/   ← per-platform install guides (Ubuntu, WSL2, Docker)

Pages live in docs/; the navigation tree is the nav: section of mkdocs.yml.

Deployment

Pushes to main that touch docs/** or mkdocs.yml trigger .github/workflows/docs.yml, which builds the site and publishes it to the gh-pages branch (served by GitHub Pages). The generated site/ directory is git-ignored.

License

Released under the MIT License. © 2026 LogiSmith.

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors