Forráskód Böngészése

HUE-8888 [docs] Improve the Administrator landing page

Romain 6 éve
szülő
commit
09e48a9381

+ 4 - 7
docs/docs-site/content/administrator/_index.md

@@ -8,12 +8,9 @@ pre = "<b>1. </b>"
 
 ### Guide
 
-The following instructions describe how to install Hue and configure it to points to external services
-(e.g. Databases, Hadoop, S3, ...).
+The following instructions describe how to install Hue and [configure it](/administrator/configuration/server/) to points to external services
+(e.g. Databases, Hadoop, S3, ...) via [connectors](/administrator/configuration/connectors/).
 
-Hue consists of a web service that runs on a node in your cluster.
-Choose one node where you want to run Hue. For optimal performance, this should be one of the nodes
-within your cluster, though it can be a remote node as long as there are no
-overly slow network.
+Hue consists of [several services](/administrator/administration/reference/) that runs in your cluster.
 
-You can find here the [releases](/releases).
+You can here the list of [tarball releases](/releases) or the [cloud install](/administrator/installation/cloud/) instructions.

+ 5 - 5
docs/docs-site/content/quickstart/_index.md

@@ -7,16 +7,16 @@ weight: 1
 
 ## Get
 
-Via [Kubernetes](/administrator/installation/cloud/#kubernetes):
+Via [Docker](/administrator/installation/cloud/#docker):
+
+    docker run -it -p 8888:8888 gethue/hue:latest
+
+Or [Kubernetes](/administrator/installation/cloud/#kubernetes):
 
     helm repo add gethue https://helm.gethue.com
     helm repo update
     helm install gethue/hue
 
-Or [Docker](/administrator/installation/cloud/#docker):
-
-    docker run -it -p 8888:8888 gethue/hue:latest
-
 ## Configure
 
 Then [configure the server](/administrator/configuration/) and point connectors to your [Databases, Warehouses, Storages](/administrator/configuration/connectors/).

+ 1 - 1
docs/docs-site/content/user/querying/_index.md

@@ -109,7 +109,7 @@ The autocompleter talks to the backend to get data for tables and databases etc
 
 ### Sharing
 
-Any query can be shared with permissions, as detailed in the [concepts](/user/concepts).
+Any query can be shared with permissions, as detailed in the [concepts](/user/concept/).
 
 ### Language reference