diff --git a/docs/keywords.html b/docs/index.html
similarity index 99%
rename from docs/keywords.html
rename to docs/index.html
index 5918368..8bea9d2 100644
--- a/docs/keywords.html
+++ b/docs/index.html
@@ -6,7 +6,7 @@
diff --git a/tasks.py b/tasks.py
index b5bf693..6d3a52e 100644
--- a/tasks.py
+++ b/tasks.py
@@ -58,7 +58,7 @@ def build_source(c: Context):
@task
def build_docs(c: Context):
- c.run("uv run libdoc src/CacheLibrary docs/keywords.html")
+ c.run("uv run libdoc src/CacheLibrary docs/index.html")
##########