Explorar o código

HUE-8888 [docs] Add Presentation mode content

Romain %!s(int64=5) %!d(string=hai) anos
pai
achega
f460c059ae

+ 6 - 6
docs/docs-site/content/user/browsing/_index.md

@@ -50,7 +50,7 @@ Listing the possible tags to filter on. This also works for ‘types’.
 
 The list of tables and their columns is displayed in multiple part of the interface. This data is pretty costly to fetch and comes from different sources. In this new version, the information is now cached and reused by all the Hue components. As the sources are diverse, e.g. Apache Hive, Apache Atlas those are stored into a single object, so that it is easier and faster to display without caring about the underlying technical details.
 
-In addition to editing the tags of any SQL objects like tables, views, columns… which has been available since version one, table descriptions can now also be edited. This allows a self service documentation of the metadata by the end users, which was not possible until know as directly editing Hive comments require some admin Sentry privileges which are not granted to regular users in a secure cluster.
+In addition to editing the tags of any SQL objects like tables, views, columns… which has been available since version one, table descriptions can now also be edited. This allows a self service documentation of the metadata by the end users, which was not possible until now as directly editing Hive comments require some admin Sentry privileges which are not granted to regular users in a secure cluster.
 
 ![Data Catalog](https://cdn.gethue.com/uploads/2018/04/blog_metadata.png)
 
@@ -62,12 +62,12 @@ Example of searches:
 
 Atlas
 
-* sample → Any table or Hue document with prefix ‘sample’ will be returned
-* ‘type:database’→ List all databases on this cluster
-* type:table → List all tables on this cluster
-* ‘type:field name’→ List tables with field(column): ‘name’
+* sample → Any table or Hue document with prefix ‘sample’ will be returned
+* type:database → List all databases on this cluster
+* type:table → List all tables on this cluster
+* type:field name → List tables with field(column): ‘name’
 * ‘tag:classification_testdb5’ or ‘classification:classification_testdb5’→ List entities with classification ‘classification_testdb5’
-* ‘owner:admin’→ List all tables owned by ‘admin’ user
+* owner:admin → List all tables owned by ‘admin’ user
 
 Navigator
 

+ 7 - 3
docs/docs-site/content/user/querying/_index.md

@@ -517,11 +517,15 @@ Impala has to refetch the metadata from the metastore. Furthermore, we see that
 
 A new experimental panel when enabled can offer post risk analysis and recommendation on how to tweak the query for better speed.
 
-### Presentation Mode
+### Modes
 
-Turns a list of semi-colon separated queries into an interactive presentation by clicking on the 'Dashboard' icon. It is great for doing demos or reporting.
+#### Presentation
 
-### Dark mode
+Turns a list of semi-colon separated queries into an interactive presentation by clicking on the 'Dashboard' icon. It is great for doing presentations with a scenario and live results to prove a point or executing reports containting a suite of sequential queries in one click.
+
+![Editor Presentation Mode](https://cdn.gethue.com/uploads/2020/02/editor_presentation_mode.png)
+
+#### Dark
 
 Initially this mode is limited to the actual editor area and we’re considering extending this to cover all of Hue.