Эх сурвалжийг харах

HUE-8815 [docs] Promote more SQL autocomplete section

Romain 6 жил өмнө
parent
commit
defef81095

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

@@ -2,7 +2,7 @@
 title: "APIs"
 title: "APIs"
 date: 2019-03-13T18:28:09-07:00
 date: 2019-03-13T18:28:09-07:00
 draft: false
 draft: false
-weight: 6
+weight: 5
 ---
 ---
 
 
 Hue can be accessed directly via a Django Python Shell or by its REST API.
 Hue can be accessed directly via a Django Python Shell or by its REST API.

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

@@ -2,7 +2,7 @@
 title: "Applications"
 title: "Applications"
 date: 2019-03-13T18:28:09-07:00
 date: 2019-03-13T18:28:09-07:00
 draft: false
 draft: false
-weight: 4
+weight: 6
 ---
 ---
 
 
 Building a brand new application is more work but is ideal for creating a custom solution.
 Building a brand new application is more work but is ideal for creating a custom solution.

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

@@ -2,7 +2,7 @@
 title: "Browsers"
 title: "Browsers"
 date: 2019-03-13T18:28:09-07:00
 date: 2019-03-13T18:28:09-07:00
 draft: false
 draft: false
-weight: 3
+weight: 4
 ---
 ---
 
 
 ## Jobs
 ## Jobs

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

@@ -2,7 +2,7 @@
 title: "SQL Autocompletes"
 title: "SQL Autocompletes"
 date: 2019-03-13T18:28:09-07:00
 date: 2019-03-13T18:28:09-07:00
 draft: false
 draft: false
-weight: 5
+weight: 3
 ---
 ---
 
 
 In this post we’ll guide you through the steps necessary to create an autocompleter for any SQL dialect in Hue.
 In this post we’ll guide you through the steps necessary to create an autocompleter for any SQL dialect in Hue.