[SPARK-30691][SQL][DOC][FOLLOW-UP] Make link names exactly the same as the side bar names

### What changes were proposed in this pull request?
Make link names exactly the same as the side bar names

### Why are the changes needed?
Make doc look better

### Does this PR introduce any user-facing change?
before:

![image](https://user-images.githubusercontent.com/13592258/74578603-ad300100-4f4a-11ea-8430-11fccf31eab4.png)

after:

![image](https://user-images.githubusercontent.com/13592258/74578670-eff1d900-4f4a-11ea-97d8-5908c0e50e95.png)

### How was this patch tested?
Manually build and check the docs

Closes #27591 from huaxingao/spark-doc-followup.

Authored-by: Huaxin Gao <huaxing@us.ibm.com>
Signed-off-by: Sean Owen <srowen@gmail.com>
This commit is contained in:
Huaxin Gao 2020-02-16 09:53:12 -06:00 committed by Sean Owen
parent f5238ea6cb
commit 0a03e7e679

View file

@ -157,12 +157,12 @@
- text: Auxiliary Statements
url: sql-ref-syntax-aux.html
subitems:
- text: Analyze statement
- text: ANALYZE
url: sql-ref-syntax-aux-analyze.html
subitems:
- text: ANALYZE TABLE
url: sql-ref-syntax-aux-analyze-table.html
- text: Caching statements
- text: CACHE
url: sql-ref-syntax-aux-cache.html
subitems:
- text: CACHE TABLE
@ -175,7 +175,7 @@
url: sql-ref-syntax-aux-refresh-table.html
- text: REFRESH
url: sql-ref-syntax-aux-cache-refresh.md
- text: Describe Commands
- text: DESCRIBE
url: sql-ref-syntax-aux-describe.html
subitems:
- text: DESCRIBE DATABASE
@ -186,7 +186,7 @@
url: sql-ref-syntax-aux-describe-function.html
- text: DESCRIBE QUERY
url: sql-ref-syntax-aux-describe-query.html
- text: Show commands
- text: SHOW
url: sql-ref-syntax-aux-show.html
subitems:
- text: SHOW COLUMNS
@ -205,14 +205,14 @@
url: sql-ref-syntax-aux-show-partitions.html
- text: SHOW CREATE TABLE
url: sql-ref-syntax-aux-show-create-table.html
- text: Configuration Management Commands
- text: CONFIGURATION MANAGEMENT
url: sql-ref-syntax-aux-conf-mgmt.html
subitems:
- text: SET
url: sql-ref-syntax-aux-conf-mgmt-set.html
- text: RESET
url: sql-ref-syntax-aux-conf-mgmt-reset.html
- text: Resource Management Commands
- text: RESOURCE MANAGEMENT
url: sql-ref-syntax-aux-resource-mgmt.html
subitems:
- text: ADD FILE