This is an automated email from the ASF dual-hosted git repository.

tokers pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/apisix-docker.git


The following commit(s) were added to refs/heads/master by this push:
     new 41905b2  docs: removed navigation title from sidebar to docs dropdown 
(#179)
41905b2 is described below

commit 41905b215d840a222bd4aa79a97926cec87d43cf
Author: Ayush das <[email protected]>
AuthorDate: Tue Jun 8 06:38:52 2021 +0530

    docs: removed navigation title from sidebar to docs dropdown (#179)
---
 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 fdc778c..62bbcfa 100644
--- a/docs/en/latest/config.json
+++ b/docs/en/latest/config.json
@@ -2,11 +2,6 @@
   "version": 1.0,
   "sidebar": [
     {
-      "type": "link",
-      "label": "Apache APISIX™ Docker",
-      "href": "https://apisix.apache.org/docs/docker/build/";
-    },
-    {
       "type": "category",
       "label": "Installation",
       "items": [ "build", "manual", "example"]

Reply via email to