Przeglądaj źródła

HUE-8800 [docs] Do not show main documentation title in the right TOC

Romain Rigaux 6 lat temu
rodzic
commit
40f65ca22d
2 zmienionych plików z 4 dodań i 5 usunięć
  1. 2 2
      docs/docs-site/config.toml
  2. 2 3
      docs/docs-site/content/_index.md

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

@@ -1,5 +1,5 @@
 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
 
 languageCode = "en-us"
 title = "Hue Documentation"
@@ -14,7 +14,7 @@ home = [ "HTML", "RSS", "JSON"]
 [params]
   # For logo and favicon partials
   baseURL = 'http://cloudera.github.io/hue/latest/'
-  #baseURL = '/'
+  # baseURL = '/'
 
   # 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.

+ 2 - 3
docs/docs-site/content/_index.md

@@ -5,11 +5,10 @@ weight = 1
 chapter = false
 pre = "<b>1. </b>"
 +++
-
-# Documentation
-
 ![Hue Logo Back-end]({{% param baseURL %}}images/hue_logo.png)
 
+<span style="font-size:52px; text-align:center; display: block">Documentation</span>
+
 The manual to install, use and develop Hue.
 
 Hue is a mature open source workbench for self-service operation and development of SQL applications