Selaa lähdekoodia

HUE-8815 [docs] Promote more the SQL parser API

Romain 6 vuotta sitten
vanhempi
commit
88cac25a42

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

@@ -17,7 +17,7 @@ In addition, whole new apps can also be created in order to provide end to end s
 
 Upcoming & Contribution ideas
 
-* How to add new SQL grammar and highlighting
+* How to improve the [SQL autocomplete](/developer/parsers/) for your own database
 * Improved Query Builder
 * Improved Dashboard & Reporting
 * Framework to add new/embed vizualizations

+ 4 - 0
docs/docs-site/content/quickstart/_index.md

@@ -20,3 +20,7 @@ One click on [http://demo.gethue.com](http://demo.gethue.com).
 ## Docker
 
     docker run -it -p 8888:8888 gethue/hue:latest
+
+## Develop
+
+How to improve the [SQL autocomplete](/developer/parsers/) for your own database.

+ 1 - 1
tools/docker/website/README.md

@@ -9,4 +9,4 @@
 
 ## Run
 
-    docker run -it -p 80:80 gethue/documentation:latest
+    docker run -it -p 9000:80 gethue/documentation:latest