From 62784733a15e13bab4a6fb347f511e1e30befaad Mon Sep 17 00:00:00 2001 From: Funasitien DreamCloud <86372093+Funasitien@users.noreply.github.com> Date: Tue, 3 Sep 2024 07:39:08 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20Wiki=20>=20Docs?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hugo.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/hugo.toml b/hugo.toml index bb7d0f4..5903fcf 100644 --- a/hugo.toml +++ b/hugo.toml @@ -38,7 +38,7 @@ title = "DEMOCRAFT.DOC" mono_font = "Fira Code" # Default is System font [params.footer] - copyright = "© :YEAR: Vaatigames" + copyright = "© :YEAR: DEMOCRAFT STUDIOS" version = true # includes git commit info [params.social] @@ -89,7 +89,7 @@ title = "DEMOCRAFT.DOC" # Link behaviour intLinkTooltip = true # Enable a tooltip for internal links that displays info about the destination? default false # extLinkNewTab = false # Open external links in a new Tab? default true - logoLinkURL = "/wiki" # Set a custom URL destination for the top header logo link. + logoLinkURL = "/docs" # Set a custom URL destination for the top header logo link. [params.flexsearch] # Parameters for FlexSearch enabled = true @@ -138,7 +138,7 @@ title = "DEMOCRAFT.DOC" [menu] [[menu.primary]] name = "Wiki" - url = "wiki/" + url = "docs/" identifier = "docs" weight = 10