chore(docs): Fix a few things about docs

This commit is contained in:
Sridhar Ratnakumar 2024-03-13 07:57:52 -04:00 committed by Sridhar Ratnakumar
parent 67b4741f7b
commit 67ac470c2d
2 changed files with 2 additions and 2 deletions

View File

@ -14,7 +14,7 @@
perSystem = {
flake-parts-docs = {
enable = true;
modules."nixos-flake" = {
modules."services-flake" = {
path = ./.;
pathString = "./.";
};

View File

@ -28,7 +28,7 @@ test service:
# Run doc server with hot-reload
doc:
nix run ./doc
cd ./doc && nix run
# Build docs static website (this runs linkcheck automatically)
doc-static: