diff --git a/NPM-README.md b/NPM-README.md index f08e57e15de..7b094d19088 100644 --- a/NPM-README.md +++ b/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) diff --git a/docs/docs-site/content/developer/components/parsers/_index.md b/docs/docs-site/content/developer/components/parsers/_index.md index 8a065161e10..b95d32481ca 100644 --- a/docs/docs-site/content/developer/components/parsers/_index.md +++ b/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 >}}