Эх сурвалжийг харах

HUE-8888 [docs] Level up quick start section

Romain 6 жил өмнө
parent
commit
968f45ec94

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

@@ -1,7 +1,7 @@
 +++
 title = "Administrator"
 date = 2019-03-13T18:27:26-07:00
-weight = 1
+weight = 2
 chapter = false
 pre = "<b>1. </b>"
 +++
@@ -16,4 +16,4 @@ Choose one node where you want to run Hue. For optimal performance, this should
 within your cluster, though it can be a remote node as long as there are no
 overly restrictive firewalls.
 
-You can download the [Hue tarballs](https://github.com/cloudera/hue/releases) here.
+You can download the [Hue tarballs](https://github.com/cloudera/hue/releases) here.

+ 1 - 1
docs/docs-site/content/developer/_index.md

@@ -1,7 +1,7 @@
 +++
 title = "Developer"
 date = 2019-03-13T18:27:26-07:00
-weight = 3
+weight = 4
 chapter = false
 pre = "<b>3. </b>"
 +++

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

@@ -35,10 +35,9 @@ If you are changing Javascript or CSS files, also start:
 
     npm run dev
 
-Then it is recommended to use MySQL or PostGres as the [database](({{% param baseURL %}}).
+Then it is recommended to use MySQL or PostGres as the database.
 
-Open the `hue.ini` file in a text editor. Directly below the
-`[[database]]` line, add the following options (and modify accordingly for
+Open the `hue.ini` file in a text editor. Directly below the `[[database]]` line, add the following options (and modify accordingly for
 your MySQL setup):
 
     host=localhost

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

@@ -1,9 +1,9 @@
 +++
 title = "User"
 date = 2019-03-13T18:27:26-07:00
-weight = 2
+weight = 3
 chapter = false
 pre = "<b>2. </b>"
 +++
 
-This section describes the main functionalities from a end user point of view.
+This section describes the main functionalities from a end user point of view.