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

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"
 date: 2019-03-13T18:28:09-07:00
 draft: false
-weight: 6
+weight: 5
 ---
 
 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"
 date: 2019-03-13T18:28:09-07:00
 draft: false
-weight: 4
+weight: 6
 ---
 
 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"
 date: 2019-03-13T18:28:09-07:00
 draft: false
-weight: 3
+weight: 4
 ---
 
 ## Jobs

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

@@ -2,7 +2,7 @@
 title: "SQL Autocompletes"
 date: 2019-03-13T18:28:09-07:00
 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.