From 71e44316a74e4b4774b49b8bf5f2107e77cd1676 Mon Sep 17 00:00:00 2001 From: Benjamin Blattberg Date: Wed, 23 Oct 2024 12:26:19 -0500 Subject: [PATCH 1/2] Update config.toml --- docs/config.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/config.toml b/docs/config.toml index 1f6753d..7d8e48e 100644 --- a/docs/config.toml +++ b/docs/config.toml @@ -18,7 +18,7 @@ enableMissingTranslationPlaceholders = false clientVersion = "0.5.0" # crunchy-hugo-theme params -editURL = "https://github.com/CrunchyData/postgres-operator/edit/master/docs/content/" +editURL = "https://github.com/CrunchyData/postgres-operator/edit/main/docs/content/" showVisitedLinks = false # default is false # in theme themeStyle = "flex" # "original" or "flex" # default "flex" themeVariant = "" # choose theme variant "green", "gold" , "gray", "blue" (default) From 61ad50cc334858dab5831f9a5d8f9d86d988f2df Mon Sep 17 00:00:00 2001 From: Benjamin Blattberg Date: Wed, 23 Oct 2024 14:27:55 -0500 Subject: [PATCH 2/2] Remove reference to non-existent theme --- docs/config.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/config.toml b/docs/config.toml index 7d8e48e..8572534 100644 --- a/docs/config.toml +++ b/docs/config.toml @@ -18,7 +18,6 @@ enableMissingTranslationPlaceholders = false clientVersion = "0.5.0" # crunchy-hugo-theme params -editURL = "https://github.com/CrunchyData/postgres-operator/edit/main/docs/content/" showVisitedLinks = false # default is false # in theme themeStyle = "flex" # "original" or "flex" # default "flex" themeVariant = "" # choose theme variant "green", "gold" , "gray", "blue" (default)