Explorar o código

HUE-9018 [docs] Update URL config to omit latest

Not needed anymore with docker serving.
Romain %!s(int64=6) %!d(string=hai) anos
pai
achega
38e4a89266
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  1. 2 2
      docs/docs-site/config.toml

+ 2 - 2
docs/docs-site/config.toml

@@ -1,4 +1,4 @@
-baseUrl = 'https://docs.gethue.com/latest/' # Note: also in [params]
+baseUrl = 'https://docs.gethue.com/' # Note: also in [params]
 # baseURL = '/' # Flip both to see images in developement mode
 
 languageCode = "en-us"
@@ -13,7 +13,7 @@ home = [ "HTML", "RSS", "JSON"]
 
 [params]
   # For logo and favicon partials
-  baseUrl = 'https://docs.gethue.com/latest/'
+  baseUrl = 'https://docs.gethue.com/'
   # baseURL = '/'
 
   # Prefix URL to edit current page. Will display an "Edit this page" button on top right hand corner of every page.