瀏覽代碼

HUE-9414 [npm] Adding screenshots to each category

Romain 5 年之前
父節點
當前提交
c50b3c4f53
共有 3 個文件被更改,包括 6 次插入1 次删除
  1. 4 0
      NPM-README.md
  2. 1 0
      docs/docs-site/content/developer/parsers/_index.md
  3. 1 1
      package.json

+ 4 - 0
NPM-README.md

@@ -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 - 0
docs/docs-site/content/developer/parsers/_index.md

@@ -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
 

+ 1 - 1
package.json

@@ -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",