浏览代码

HUE-8888 [docs] Refresh landing page

Romain 6 年之前
父节点
当前提交
43a152e032

+ 4 - 8
README.md

@@ -23,16 +23,14 @@ It features:
 
 
 Who is using Hue
 Who is using Hue
 ----------------
 ----------------
-Thousands of companies and organizations use Hue to open-up their data and provide self service querying. Hue is heavily used by
+Thousands of companies and organizations use Hue to open-up their data and provide self service querying. Hue is heavily used by:
 
 
 * 1000+ paying customers
 * 1000+ paying customers
 * top Fortune 500
 * top Fortune 500
 
 
-who are executing 100s of 1000 of queries daily.
+who are executing 100s of 1000s of queries daily. It also ships in Amazon AWS and its open source version is used by hundred of companies.
 
 
-It also ships in Amazon AWS and its open source version is used by hundred of companies.
-
-Hue is ideal for building your own [Cloud SQL Editor](https://docs.gethue.com/developer/parsers/) and any [contributions](CONTRIBUTING.md) are welcome.
+Hue is also ideal for building your own [Cloud SQL Editor](https://docs.gethue.com/developer/parsers/) and any [contributions](CONTRIBUTING.md) are welcome.
 
 
 Getting Started
 Getting Started
 ---------------
 ---------------
@@ -43,9 +41,7 @@ cd hue
 make apps
 make apps
 build/env/bin/hue runserver
 build/env/bin/hue runserver
 ```
 ```
-Now Hue should be running on [http://localhost:8000](http://localhost:8000) ! The configuration in development mode is `desktop/conf/pseudo-distributed.ini`.
-
-Read more in the [installation documentation](https://docs.gethue.com/administrator/installation/).
+Now Hue should be running on [http://localhost:8000](http://localhost:8000) ! The configuration in development mode is `desktop/conf/pseudo-distributed.ini`. Read more in the [installation documentation](https://docs.gethue.com/administrator/installation/).
 
 
 
 
 Docker
 Docker

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

@@ -9,13 +9,16 @@ pre = "<b>1. </b>"
 
 
 <span style="font-size:52px; text-align:center; display: block">Documentation</span>
 <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 SQL Assistant for querying, visualizing and sharing data in Databases & Data Warehouses: [gethue.com](http://gethue.com).
 
 
-Hue is a mature open source workbench for self-service operation and development of SQL applications
-in a Data Warehouse: [gethue.com](http://gethue.com).
+Thousands of companies and organizations use Hue to open-up their data and provide self service querying. Hue is heavily used by:
 
 
-Thousands of companies and organizations use Hue to open-up and query their data and make smarter decisions. Hue is heavily
-used by hundreds of Cloudera customers and community users executing millions of queries daily.
+* 1000+ paying customers
+* top Fortune 500
+
+who are executing 100s of 1000s of queries daily. It also ships in Amazon AWS and its open source version is used by hundred of companies.
+
+Hue is also ideal for building your own Cloud SQL Editor and any contributions are welcome.
 
 
 
 
 Administrate
 Administrate

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

@@ -11,9 +11,9 @@ pre = "<b>1. </b>"
 The following instructions describe how to install Hue and configure it to points to external services
 The following instructions describe how to install Hue and configure it to points to external services
 (e.g. Databases, Hadoop, S3, ...).
 (e.g. Databases, Hadoop, S3, ...).
 
 
-Hue consists of a web service that runs on a special node in your cluster.
+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
 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
 within your cluster, though it can be a remote node as long as there are no
-overly restrictive firewalls.
+overly slow network.
 
 
-You can download the [Hue tarballs](https://github.com/cloudera/hue/releases) here.
+You can find here the [releases](/releases).

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

@@ -7,7 +7,7 @@ weight: 1
 
 
 ## Quick Start
 ## Quick Start
 
 
-Follow the [Quick Start](https://github.com/cloudera/hue#getting-started) or [Container](/administrator/installation/containers/) guides.
+Follow the [Quick Start](https://github.com/cloudera/hue#getting-started) or [Container](/administrator/installation/cloud/) guides.
 
 
 
 
 ## Installation
 ## Installation

+ 19 - 17
docs/docs-site/content/user/querying/_index.md

@@ -162,13 +162,13 @@ Turns a list of semi-colon separated queries into an interactive presentation. I
 
 
 ## SQL Databases
 ## SQL Databases
 
 
-Use the query editor with any database. Those databases need to be configured by the [administrator](/administrator/configuration/editor/)
+Use the query editor with any database. Those databases need to be configured by the [administrator](/administrator/configuration/connectors/).
 
 
 ### Apache Hive
 ### Apache Hive
 ### Apache Impala
 ### Apache Impala
 ### MySQL
 ### MySQL
 ### Oracle
 ### Oracle
-### KSQL / Apache Kafka SQL
+### Apache Kafka SQL
 ### Apache Solr SQL
 ### Apache Solr SQL
 
 
 With Solr 5+, query collections like we would query a regular Hive or Impala table.
 With Solr 5+, query collections like we would query a regular Hive or Impala table.
@@ -190,8 +190,8 @@ Presto is a high performance, distributed SQL query engine for big data.
 [Read more about it here](https://prestosql.io/)
 [Read more about it here](https://prestosql.io/)
 
 
 ### PostgreSQL
 ### PostgreSQL
-### Redshift
-### BigQuery
+### AWS Redshift
+### Google BigQuery
 ### AWS Athena
 ### AWS Athena
 ### Spark SQL
 ### Spark SQL
 ### Apache Phoenix
 ### Apache Phoenix
@@ -204,7 +204,21 @@ Apache Kylin is an open-source online analytical processing (OLAP) engine.
 See how to configure the [Kylin Query Editor](http://gethue.com/using-hue-to-interact-with-apache-kylin/).
 See how to configure the [Kylin Query Editor](http://gethue.com/using-hue-to-interact-with-apache-kylin/).
 
 
 ### Others
 ### Others
-Extend with SQL Alchemy, JDBC or build your own [connectors](../../developer/).
+Check the [list](/administrator/configuration/connectors/) or extend with SQL Alchemy, JDBC or build your own [connectors](../../developer/).
+
+
+## Dashboards
+
+Dashboards are an interactive way to explore your data quickly and easily. No programming is required and the analysis is done by drag & drops and clicks.
+
+Read more about [Dashboards](http://gethue.com/search-dashboards/).
+
+Simply drag & drop widgets that are interconnected together. This is great for exploring new datasets or monitoring without having to type.
+
+The top search bar offers a [full autocomplete](http://gethue.com/intuitively-discovering-and-exploring-a-wine-dataset-with-the-dynamic-dashboards/) on all the values of the index.
+
+The “More like This” feature lets you selected fields you would like to use to find similar records. This is a great way to find similar issues, customers, people... with regard to a list of attributes.
+
 
 
 ## Jobs
 ## Jobs
 
 
@@ -298,15 +312,3 @@ Job Properties setting.
 ### DistCp
 ### DistCp
 
 
 A DistCp job design consists of a DistCp command.
 A DistCp job design consists of a DistCp command.
-
-## Dashboards
-
-Dashboards are an interactive way to explore your data quickly and easily. No programming is required and the analysis is done by drag & drops and clicks.
-
-Read more about [Dashboards](http://gethue.com/search-dashboards/).
-
-Simply drag & drop widgets that are interconnected together. This is great for exploring new datasets or monitoring without having to type.
-
-The top search bar offers a [full autocomplete](http://gethue.com/intuitively-discovering-and-exploring-a-wine-dataset-with-the-dynamic-dashboards/) on all the values of the index.
-
-The “More like This” feature lets you selected fields you would like to use to find similar records. This is a great way to find similar issues, customers, people... with regard to a list of attributes.