docs: add hardware recommendation

Also add infrastructure to also generate the supported hardware
page when building the docs locally
This commit is contained in:
Arnout Engelen
2024-01-04 14:34:46 +01:00
parent 9632a64b47
commit d5026c2074
5 changed files with 18 additions and 2 deletions

View File

@@ -33,7 +33,7 @@ functioning version, see [the CI system](https://build.liminix.org/jobset/limini
Documentation is in the [doc](doc/) directory. You can build it
by running
nix-shell -p sphinx --run "make -C doc html"
nix-shell -p sphinx --run "make -C doc hardware.rst html"
Rendered documentation corresponding to the latest commit on `main`
is published to [https://www.liminix.org/doc/](https://www.liminix.org/doc/)