Преглед на файлове

[npm] Improve the package index page with direct links to docs

Romain Rigaux преди 4 години
родител
ревизия
67fc4f2bb9
променени са 2 файла, в които са добавени 6 реда и са изтрити 2 реда
  1. 2 2
      NPM-README.md
  2. 4 0
      docs/docs-site/content/developer/components/parsers/_index.md

+ 2 - 2
NPM-README.md

@@ -28,8 +28,8 @@ The shareable lightweight SQL Editor also called "SQL Scratchpad" comes as its o
 
 # SQL Parsers
 
-The parsers are the flagship part of Hue and power extremely advanced autocompletes and other [SQL functionalities](https://docs.gethue.com/user/querying/#autocomplete). They are running on the client side and provide a very reactive experience to the end user.
+The parsers are the flagship part of Hue and power extremely advanced autocompletes and other [SQL functionalities](https://docs.gethue.com/user/querying/#autocomplete).
 
-Please refer the [SQL Parser Documentation](https://docs.gethue.com/developer/development/#sql-parsers), or this [demo app](https://github.com/cloudera/hue/tree/master/tools/examples/api/hue_dep) for more information.
+Play with a live demo and read more in their [documentation](https://docs.gethue.com/developer/components/parsers/).
 
 !["Parser Component"](https://cdn.gethue.com/uploads/2020/07/parser_component.png)

+ 4 - 0
docs/docs-site/content/developer/components/parsers/_index.md

@@ -4,6 +4,10 @@ draft: false
 weight: 2
 ---
 
+The parsers are the flagship part of Hue and power advanced autocompletes and other [SQL functionalities](/user/querying/#autocomplete).
+
+Refer the [SQL Parser Documentation](/developer/development/#sql-parsers) for how they works and are built.
+
 ## Live Demo
 
 {{< rawhtml >}}