Skip to content

Commit fd2ef9c

Browse files
committed
Update pagda, remove custom index.html
1 parent 9e453eb commit fd2ef9c

3 files changed

Lines changed: 5 additions & 15 deletions

File tree

docs-index.html

Lines changed: 0 additions & 6 deletions
This file was deleted.

flake.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pagda.nix

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,8 @@ in
1414
docs = pagda.docBackends.enhancedHtml {
1515
offline = false;
1616
modules = [ "Passport" "Midnight" ];
17+
entryModule = "Passport";
1718
};
1819

19-
# Fold the rendered diagram and a landing page (the docs tree has no index of
20-
# its own) into the docs output.
21-
docsAssets = {
22-
"architecture.svg" = architectureSvg;
23-
"index.html" = ./docs-index.html;
24-
};
20+
docsAssets."architecture.svg" = architectureSvg;
2521
}

0 commit comments

Comments
 (0)