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",