From a5f3dd61ce53879019049d9a2ba8f049abdfee68 Mon Sep 17 00:00:00 2001
From: Patrick Kollitsch <83281+davidsneighbour@users.noreply.github.com>
Date: Thu, 22 Jan 2026 23:15:29 +0000
Subject: [PATCH] docs(fix): various documentation fixes (#906)

---
 site/config/_default/hugo.toml |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/site/config/_default/hugo.toml b/site/config/_default/hugo.toml
index 76ff1a0..b9eb504 100644
--- a/site/config/_default/hugo.toml
+++ b/site/config/_default/hugo.toml
@@ -1,7 +1,7 @@
 baseURL = "http://localhost/"
 languageCode = "en-us"
 title = "Ananke Documentation"
-contentDir = "../docs/"
+contentDir = "../docs"
 enableRobotsTXT = true
 
 [markup]

--
Gitblit v1.10.0