瀏覽代碼

HUE-8888 [docs] Fixing a bunch of bad identations

Romain 6 年之前
父節點
當前提交
48166029d7

+ 13 - 13
docs/docs-site/content/administrator/configuration/connectors/_index.md

@@ -470,7 +470,7 @@ The [Drill JDBC driver](http://maprdocs.mapr.com/home/Hue/ConfigureHuewithDrill.
       ## If 'user' and 'password' are omitted, they will be prompted in the UI.
       options='{"url": "<drill-jdbc-url>", "driver": "org.apache.drill.jdbc.Driver", "user": "admin", "password": "admin"}'</code>
 
-### Sybase
+### SAP Sybase
 
 The dialect should be added to the Python system or Hue Python virtual environment:
 
@@ -592,21 +592,21 @@ This connector leverage the [Apache Livy REST Api](https://livy.incubator.apache
 
 In the `[[interpreters]]` section:
 
-      [[[pyspark]]]
-            name=PySpark
-            interface=livy
+    [[[pyspark]]]
+      name=PySpark
+      interface=livy
 
-      [[[sql]]]
-            name=SparkSql
-            interface=livy
+    [[[sql]]]
+      name=SparkSql
+      interface=livy
 
-      [[[spark]]]
-            name=Scala
-            interface=livy
+    [[[spark]]]
+      name=Scala
+      interface=livy
 
-      [[[r]]]
-            name=R
-            interface=livy
+    [[[r]]]
+      name=R
+      interface=livy
 
 In the `[spark]` section:
 

+ 1 - 1
docs/docs-site/content/developer/parsers/_index.md

@@ -256,7 +256,7 @@ After the bundling you can now test it directly in the editor!
 
 ## Syntax highlighting
 
-New keywords might not be properly colored highligted in the editor. This is especially true when adding a new language. Here is how to fix that.
+New keywords might not be properly colored highlighted in the editor. This is especially true when adding a new language. Here is how to fix that.
 
 ![Missing highlighting](https://cdn.gethue.com/docs/dev/syntax_highlighting_missing.png)
 

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

@@ -227,26 +227,21 @@ Make sure that the Notebook and interpreters are set in the hue.ini, and Livy is
       livy_server_host=localhost
 
     [notebook]
-
-    ## Show the notebook menu or not
-    show_notebooks=true
+      show_notebooks=true
 
     [[interpreters]]
-        # Define the name and how to connect and execute the language.
 
-        [[[hive]]]
-          # The name of the snippet.
-          name=Hive
-          # The backend connection to use to communicate with the server.
-          interface=hiveserver2
+      [[[hive]]]
+        name=Hive
+        interface=hiveserver2
 
       [[[spark]]]
         name=Scala
         interface=livy
 
-        [[[pyspark]]]
-          name=PySpark
-          interface=livy
+      [[[pyspark]]]
+        name=PySpark
+        interface=livy
 
 #### Batch