We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dbfb66a commit 26e2345Copy full SHA for 26e2345
scripts/mkprolog.sh
@@ -10,11 +10,17 @@ exec >"$PROLOG_FILE" # Write all stdout to $PROLOG_FILE from here on
10
cd "$HADDOCKS_DIR"
11
12
cat << EOF
13
-= Cardano Ledger Repository Hackage Documentation
+= Cardano Ledger Repository Documentation
14
15
-[skip to module list](#module-list)
+== Benchmarks
16
17
-This site contains Haskell documentation of:
+* [Charts](dev/bench/) showing historical trends
18
+
19
+== Package Documentation
20
21
+[Skip to module list](#module-list)
22
23
+This page contains Haskell documentation of:
24
25
EOF
26
0 commit comments