From 528fc5148a10f3af54d9866dd8629ae4c925cb79 Mon Sep 17 00:00:00 2001 From: Tara Hernandez Date: Wed, 23 Aug 2023 08:17:04 -0700 Subject: [PATCH] reverting language overrides for now as they're not working correctly --- hugo.toml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/hugo.toml b/hugo.toml index 7193579..a08a620 100644 --- a/hugo.toml +++ b/hugo.toml @@ -81,7 +81,7 @@ id = "UA-00000000-0" # replacements = "github.com/google/docsy -> ../../docsy" [module.hugoVersion] extended = true - min = "0.115.0" + min = "0.99.0" [[module.imports]] path = "github.com/google/docsy" disable = false @@ -91,15 +91,15 @@ id = "UA-00000000-0" # Edit the section below to merge english content into a translation if the translation is missing content. # Default mount for EN - [[module.mounts]] - source = 'content/en' - target = 'content' - lang = 'en' + # [[module.mounts]] + # source = 'content/en' + # target = 'content' + # lang = 'en' # This fills in the gaps in ES content with EN content - [[module.mounts]] - source = 'content/en' - target = 'content' - lang = 'es' + # [[module.mounts]] + # source = 'content/en' + # target = 'content' + # lang = 'es' [markup] [markup.goldmark]