소스 검색

HUE-8743 [docs] Prepare move to dedicated doc website

Romain 6 년 전
부모
커밋
6bb46b5309
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2 0
      docs/docs-site/config.toml

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

@@ -1,5 +1,6 @@
 baseURL = 'http://cloudera.github.io/hue/latest/' # Note: also in [params]
 # baseURL = '/' # Flip both to see images in developement mode
+# baseUrl = 'http://docs.gethue.com/latest/'
 
 languageCode = "en-us"
 title = "Hue Documentation"
@@ -15,6 +16,7 @@ home = [ "HTML", "RSS", "JSON"]
   # For logo and favicon partials
   baseURL = 'http://cloudera.github.io/hue/latest/'
   # baseURL = '/'
+  # baseUrl = 'http://docs.gethue.com/latest/'
 
   # Prefix URL to edit current page. Will display an "Edit this page" button on top right hand corner of every page.
   # Useful to give opportunity to people to create merge request for your doc.