You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by sp...@apache.org on 2021/05/02 04:53:52 UTC

[apisix] branch master updated: docs: add plugin develop to sidebar (#4173)

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 175fb83  docs: add plugin develop to sidebar (#4173)
175fb83 is described below

commit 175fb833e9bc391bb502bf95030509a0e276a87c
Author: Kishani Kandasamy <53...@users.noreply.github.com>
AuthorDate: Sun May 2 10:23:43 2021 +0530

    docs: add plugin develop to sidebar (#4173)
---
 docs/en/latest/FAQ.md      | 2 +-
 docs/en/latest/config.json | 4 ++++
 2 files changed, 5 insertions(+), 1 deletion(-)

diff --git a/docs/en/latest/FAQ.md b/docs/en/latest/FAQ.md
index c97ca8b..56f3546 100644
--- a/docs/en/latest/FAQ.md
+++ b/docs/en/latest/FAQ.md
@@ -59,7 +59,7 @@ For the configuration center, configuration storage is only the most basic funct
 4. Change Notification
 5. High Performance
 
-See more [etcd why](https://github.com/etcd-io/website/blob/master/content/docs/next/learning/why.md#comparison-chart).
+See more [etcd why](https://github.com/etcd-io/website/blob/master/content/en/docs/next/learning/why.md#comparison-chart).
 
 ## Why is it that installing APISIX dependencies with Luarocks causes timeout, slow or unsuccessful installation?
 
diff --git a/docs/en/latest/config.json b/docs/en/latest/config.json
index 32f9cbc..d377256 100644
--- a/docs/en/latest/config.json
+++ b/docs/en/latest/config.json
@@ -203,6 +203,10 @@
           "id": "install-dependencies"
         },
         {
+          "type": "doc",
+          "id": "plugin-develop"
+        },
+        {
           "type": "link",
           "label": "CODE_STYLE",
           "href": "https://github.com/apache/apisix/blob/master/CODE_STYLE.md"