Procházet zdrojové kódy

HUE-8815 [doc] Ignore generated to in git

Romain před 6 roky
rodič
revize
abf5a0418b
3 změnil soubory, kde provedl 7 přidání a 5 odebrání
  1. 4 1
      .gitignore
  2. 1 0
      README.md
  3. 2 4
      docs/docs-site/config.toml

+ 4 - 1
.gitignore

@@ -111,4 +111,7 @@ webpack-stats*.json
 junitresults*
 
 # Generated js bundles
-desktop/core/src/desktop/static/desktop/js/bundles/
+desktop/core/src/desktop/static/desktop/js/bundles/
+
+# Hugo generated files
+docs/docs-site/public/

+ 1 - 0
README.md

@@ -1,4 +1,5 @@
 [![CircleCI](https://circleci.com/gh/cloudera/hue/tree/master.svg?style=svg)](https://circleci.com/gh/cloudera/hue/tree/master)
+![Stack Exchange monthly questions](https://img.shields.io/stackexchange/stackoverflow/qm/hue.svg?link=https://stackoverflow.com/questions/tagged/hue)
 
 ![alt text](https://raw.githubusercontent.com/cloudera/hue/master/docs/images/hue_logo.png "Hue Logo")
 

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

@@ -1,6 +1,5 @@
-baseURL = 'http://cloudera.github.io/hue/latest/' # Note: also in [params]
+baseUrl = 'https://docs.gethue.com/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"
@@ -14,9 +13,8 @@ home = [ "HTML", "RSS", "JSON"]
 
 [params]
   # For logo and favicon partials
-  baseURL = 'http://cloudera.github.io/hue/latest/'
+  baseUrl = 'https://docs.gethue.com/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.