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

HUE-8888 [docs] Refactoring and simplifying the quick start guide

Romain 5 жил өмнө
parent
commit
bf2a8467d9

+ 10 - 6
docs/docs-site/content/_index.md

@@ -9,23 +9,27 @@ pre = "<b>1. </b>"
 
 <h1>Documentation</h1>
 
-Hue is a mature open source SQL Assistant for querying [Databases & Data Warehouses](https://docs.gethue.com/administrator/configuration/connectors/) and collaborating: [gethue.com](http://gethue.com)
+Hue is a mature open source SQL Assistant for querying [Databases & Data Warehouses](/administrator/configuration/connectors/) and collaborating: [gethue.com](http://gethue.com)
 
 Many companies and organizations use Hue to quickly answer questions via [self-service querying](/user/querying/) e.g.:
 
 * 1000+ customers
 * Top Fortune 500
 
-are executing 100s of 1000s of queries daily. It also [ships](/administrator/installation/) in Cloudera Data Platform, Amazon AWS, Open Data Hub...
+are executing 100s of 1000s of queries daily. It is free to [install](/administrator/installation/dependencies/) and also ships in Cloudera Data Platform, Amazon AWS, Open Data Hub...
 
-Hue is also ideal for building your own [Cloud SQL Editor](https://docs.gethue.com/developer/parsers/) and any [contributions](https://github.com/cloudera/hue/blob/master/CONTRIBUTING.md) are welcome.
+Hue is also ideal for [building your own](https://docs.gethue.com/developer/parsers/) Cloud SQL Editor and any [contributions](https://github.com/cloudera/hue/blob/master/CONTRIBUTING.md) are welcome.
 
-!["Hue Editor"](https://cdn.gethue.com/uploads/2019/12/hue4.6.png)
+!["Hue Editor"](https://cdn.gethue.com/uploads/2020/04/hue-4.7.png)
 
 
+Quick Start
+-----------
+[Launch](/quickstart/) a Hue service in 1 minute.
+
 Administrate
 ------------
-The [Administrator guide](administrator/index.html) describes how to install and manage the server and configure connectors to your [Databases, Warehouses, Storages](/administrator/configuration/connectors/).
+The [Administrator guide](administrator/index.html) describes how to install and manage the server and configure [connectors](/administrator/configuration/connectors/) to your Databases, Warehouses, Storages.
 
 Use
 ---
@@ -33,7 +37,7 @@ The [User guide](user/index.html) has instructions about how to leverage Queryin
 
 Develop
 -------
-How to extend SQL connectors, reuse the API or build applications is detailed in the [Developer guide](developer/index.html).
+How to extend connectors, reuse the API and SQL components or build applications is detailed in the [Developer guide](developer/index.html).
 
 Releases
 --------

+ 4 - 1
docs/docs-site/content/administrator/installation/_index.md

@@ -7,7 +7,10 @@ weight: 1
 
 ## Quick Start
 
-Follow the [Container](/administrator/installation/cloud/) or [Dev Quick Start](https://github.com/cloudera/hue#getting-started) guides.
+If you just want to:
+
+* Start Hue, follow the [Container](/administrator/installation/cloud/) section
+* Test some small code changes, see the [Development Quick Start](https://github.com/cloudera/hue#getting-started)
 
 
 ## Installation

+ 2 - 0
docs/docs-site/content/administrator/installation/install.md

@@ -7,6 +7,8 @@ weight: 2
 
 Start from a [release](/releases/) tarball or [building](https://github.com/cloudera/hue#getting-started) the project yourself.
 
+Makre sure you have the [dependencies](/administrator/installation/dependencies/) for your operating system.
+
 Then configure `$PREFIX` with the path where you want to install Hue by running:
 
     PREFIX=/usr/share make install

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

@@ -25,9 +25,8 @@ Then [configure the server](/administrator/configuration/) and point connectors
 
 Here are some tutorials on how to:
 
-* [SQL query a Customer 360](http://gethue.com/self-service-bi-doing-a-customer-360-by-querying-and-joining-salesforce-marketing-and-log-datasets/)
+* [Create and Query a Customer 360](http://gethue.com/self-service-bi-doing-a-customer-360-by-querying-and-joining-salesforce-marketing-and-log-datasets/)
 * [Upload data and turn it into a SQL table](http://gethue.com/querying-exploring-the-instacart-dataset-part-1-ingesting-the-data/)
 * [Ingest and analyse bike data](https://docs.cloudera.com/runtime/7.0.1/using-hue/topics/hue-using.html)
-* [Troubleshoot an SQL query](http://gethue.com/self-service-impala-sql-query-troubleshooting/)
 
-How to improve and contribute the [SQL autocomplete](/developer/parsers/) for your own database.
+For development please check how to [install](/administrator/installation/dependencies/) or [contribute](/developer/).