Browse Source

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

Romain 6 years ago
parent
commit
6bb46b5309
1 changed files with 2 additions and 0 deletions
  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 = 'http://cloudera.github.io/hue/latest/' # Note: also in [params]
 # baseURL = '/' # Flip both to see images in developement mode
 # baseURL = '/' # Flip both to see images in developement mode
+# baseUrl = 'http://docs.gethue.com/latest/'
 
 
 languageCode = "en-us"
 languageCode = "en-us"
 title = "Hue Documentation"
 title = "Hue Documentation"
@@ -15,6 +16,7 @@ home = [ "HTML", "RSS", "JSON"]
   # For logo and favicon partials
   # For logo and favicon partials
   baseURL = 'http://cloudera.github.io/hue/latest/'
   baseURL = 'http://cloudera.github.io/hue/latest/'
   # baseURL = '/'
   # 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.
   # 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.
   # Useful to give opportunity to people to create merge request for your doc.