This repository provides a nix flake that builds and serves the project documentation of StashSphere that is written in markdown and generated as HTML by the mkdocs tool.
To view the checked-out version, clone the repository and from inside, run:
nix develop
mkdocs serveBuild the html pages for hosting.
# local checkout
nix build .#html- Content: CC-BY-SA 4.0 (see LICENSE)
- Nix Code: MIT
- @tfc for writing the mkdocs+nix template at https://github.com/tfc/mkdocs-plantuml-c4 (MIT License)