Bläddra i källkod

HUE-8888 [docs] Major simplification on how to configure

Romain 6 år sedan
förälder
incheckning
dea9f9643b

+ 9 - 0
docs/docs-site/content/administrator/installation/dependencies/_index.md

@@ -143,3 +143,12 @@ and finally
 
     cd sdk
     unzip ottclasses.zip
+
+### Supported Browsers
+
+The two latest LTS versions of each browsers:
+
+* Edge
+* Safari
+* Chrome
+* Firefox

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

@@ -21,13 +21,13 @@ Or [Docker](/administrator/installation/cloud/#docker):
 
 Then [configure the server](/administrator/configuration/) and point connectors to your [Databases, Warehouses, Storages](/administrator/configuration/connectors/).
 
-## Use or Develop
+## Use
 
-Some tutorials on how to:
+Here are some tutorials on how to:
 
-* [Query a Customer 360](http://gethue.com/self-service-bi-doing-a-customer-360-by-querying-and-joining-salesforce-marketing-and-log-datasets/)
-* [Troubleshoot SQL](http://gethue.com/self-service-impala-sql-query-troubleshooting/)
-* [Ingest data](http://gethue.com/querying-exploring-the-instacart-dataset-part-1-ingesting-the-data/)
-* [Bike Data Analysis](https://docs.cloudera.com/runtime/7.0.1/using-hue/topics/hue-using.html)
+* [SQL 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.