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

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


The following commit(s) were added to refs/heads/master by this push:
     new 2b60d18  docs: tells users where they are (#3922)
2b60d18 is described below

commit 2b60d1801058e6351007696ce589c2df85748872
Author: Ayush das <[email protected]>
AuthorDate: Sun Mar 28 20:53:47 2021 +0530

    docs: tells users where they are (#3922)
    
    Co-authored-by: 琚致远 <[email protected]>
---
 docs/en/latest/config.json | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/docs/en/latest/config.json b/docs/en/latest/config.json
index 902ea8a..f9eaad8 100644
--- a/docs/en/latest/config.json
+++ b/docs/en/latest/config.json
@@ -2,6 +2,11 @@
   "version": 2.4,
   "sidebar": [
     {
+      "type": "link",
+      "label": "Apache APISIX",
+      "href" : "https://apisix.apache.org/docs/apisix/getting-started";
+    },
+    {
       "type": "category",
       "label": "Architecture Design",
       "items": [

Reply via email to