Skip to content

Commit

Permalink
HUE-9414 [npm] Adding screenshots to each category
Browse files Browse the repository at this point in the history
  • Loading branch information
romainr committed Jul 24, 2020
1 parent 71befaf commit c50b3c4
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
4 changes: 4 additions & 0 deletions NPM-README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,12 @@ The parsers are the flagship part of Hue and power extremely advanced autocomple

Please refer the [SQL Parser Documentation](https://docs.gethue.com/developer/parsers/), or this [demo app](https://github.com/cloudera/hue/tree/master/tools/examples/api/hue_dep) for more information.

!["Parser Component"](https://cdn.gethue.com/uploads/2020/07/parser_component.png)

# UI Components

Some of the UI elements in Hue are available as generic [Web Components](https://developer.mozilla.org/en-US/docs/Web/Web_Components). They are library/framework agnostic, and can be used in any web project irrespective of what it's built upon - React, Angular, Ember or something else. Internally these components are **created using Vue.js & TypeScript**. So you can even use them as plain Vue component, and take advantage of Vue features.

Please refer the [UI Components Documentation](https://docs.gethue.com/developer/components/) for more information. Page for each component must give you a sound idea on the attributes/props that the components accept, and events they generate. Please refer these [demo apps](https://github.com/cloudera/hue/tree/master/tools/examples/components) for examples on how the components can be used.

!["SQL Scratchpad Component"](https://cdn.gethue.com/uploads/2020/02/quick-query-component.jpg)
1 change: 1 addition & 0 deletions docs/docs-site/content/developer/parsers/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ This guide takes you through the steps necessary to create an autocompleter for
* Proposing only valid syntax in the autocomplete
* Getting the list of tables, columns, UDFs... automatically
* Suggesting fixes
* Diffing, formatting... queries

## Parser Theory

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "gethue",
"version": "4.7.7",
"description": "Hue is an Open source SQL Query Editor for Databases/Warehouses",
"keywwords": [
"keywords": [
"Query Editor",
"SQL Editor",
"SQL",
Expand Down

0 comments on commit c50b3c4

Please sign in to comment.