This is an automated email from the ASF dual-hosted git repository.
juzhiyuan pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/apisix-dashboard.git
The following commit(s) were added to refs/heads/master by this push:
new 0b3d927 docs: removed navigation title from sidebar to docs dropdown
(#1936)
0b3d927 is described below
commit 0b3d927b8805ab752efe680463d668c61be71c23
Author: Ayush das <[email protected]>
AuthorDate: Tue Jun 8 13:19:38 2021 +0530
docs: removed navigation title from sidebar to docs dropdown (#1936)
---
docs/en/latest/config.json | 5 -----
1 file changed, 5 deletions(-)
diff --git a/docs/en/latest/config.json b/docs/en/latest/config.json
index fca56f1..246f1d6 100644
--- a/docs/en/latest/config.json
+++ b/docs/en/latest/config.json
@@ -2,11 +2,6 @@
"version": 2.4,
"sidebar": [
{
- "type": "link",
- "label": "Apache APISIX Dashboard",
- "href": "https://apisix.apache.org/docs/dashboard/USER_GUIDE/"
- },
- {
"type": "category",
"label": "Getting Started",
"items": ["USER_GUIDE", "IMPORT_OPENAPI_USER_GUIDE", "api/api"]