소스 검색

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.