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 = { perSystem = {
flake-parts-docs = { flake-parts-docs = {
enable = true; enable = true;
modules."nixos-flake" = { modules."services-flake" = {
path = ./.; path = ./.;
pathString = "./."; pathString = "./.";
}; };

View File

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