docs: various fixes

This commit is contained in:
Gerg-L 2024-09-21 18:10:22 -04:00
commit 96d5dc4781
No known key found for this signature in database
7 changed files with 236 additions and 260 deletions

View file

@ -8,6 +8,7 @@
docs = import ../docs {inherit pkgs inputs lib;};
in {
packages = {
inherit (docs.manual) htmlOpenTool;
# Documentation
docs = docs.manual.html;
docs-html = docs.manual.html;