Переглянути джерело

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.