Deployed at purdueaerialroboticsteam.github.io/feonix-docs/
Based off mkdocs-plantuml-c4
To update the Rust documentation, run the "Update Rust API Docs" workflow in the actions page.
Deploy offline without installing or cloning anything:
nix run github:PurdueAerialRoboticsTeam/feonix-docsIf you use ssh keys, please use
git+ssh://git@github.com/PurdueAerialRoboticsTeam/feonix-docs instead.
Deploy offline with checked-out version:
git clone https://github.com/PurdueAerialRoboticsTeam/feonix-docs.git
cd feonix-docs
nix develop
mkdocs serveBuild pdf:
# without local checkout
nix build github:PurdueAerialRoboticsTeam/feonix-docs#pdf
# local checkout
nix build .#pdf