From bb2e9d408714a17d517a545ca6dfafded67ebfe1 Mon Sep 17 00:00:00 2001 From: Nicole Rappe Date: Tue, 27 Jan 2026 01:23:52 -0700 Subject: [PATCH] Added Repository Variables --- Servers/Documentation/Zensical.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/Servers/Documentation/Zensical.md b/Servers/Documentation/Zensical.md index f141c62..4e8249b 100644 --- a/Servers/Documentation/Zensical.md +++ b/Servers/Documentation/Zensical.md @@ -52,9 +52,12 @@ Now we want to set some sensible defaults for Zensical to style it to look as cl sudo tee /srv/zensical/zensical.toml > /dev/null <<'EOF' [project] site_name = "Bunny Lab" -site_description = "Homelab Knowledgebase" +site_description = "Server, Script, Workflow, and Networking Documentation" site_author = "Nicole Rappe" site_url = "https://kb.bunny-lab.io/" +repo_url = "https://git.bunny-lab.io/bunny-lab/docs" +repo_name = "bunny-lab/docs" +edit_uri = "_edit/main/" [project.theme] variant = "classic" @@ -62,7 +65,6 @@ language = "en" features = [ "announce.dismiss", "content.action.edit", - "content.action.view", "content.code.annotate", "content.code.copy", "content.code.select",