Преглед изворни кода

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

Not needed anymore with docker serving.
Romain пре 6 година
родитељ
комит
38e4a89266
1 измењених фајлова са 2 додато и 2 уклоњено
  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.