diff --git a/docs/WORDLIST.adoc b/docs/WORDLIST.adoc
index fef0a2b..a97e813 100644
--- a/docs/WORDLIST.adoc
+++ b/docs/WORDLIST.adoc
@@ -100,3 +100,14 @@ $ . venv/bin/activate
# Generate the final wordlist from all previous files
(venv) $ ./04-deduplicated-words.py
----
+
+++++
+
+++++
diff --git a/docs/index.adoc b/docs/index.adoc
new file mode 100644
index 0000000..975bea0
--- /dev/null
+++ b/docs/index.adoc
@@ -0,0 +1,26 @@
+// echo WORDLIST.adoc | entr sh -c "podman run --rm -it --network none -v "${PWD}:/documents/" asciidoctor/docker-asciidoctor asciidoctor -r asciidoctor-mathematical -a mathematical-format=svg WORDLIST.adoc; printf 'Done ($(date -Isecond))\n'"
+
+:nofooter:
+:!webfonts:
+:source-highlighter: rouge
+:rouge-style: molokai
+:sectlinks:
+
+= this_algorithm
+
+== Pages
+
+* link:ALGORITHM.html[ALGORITHM] - Algorithm definition
+* link:DESIGN.html[DESIGN] - Algorithm design documentation
+* link:WORDLIST.html[WORDLIST] - Wordlist design and implementation
+
+++++
+
+++++