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

[apisix-docker] branch master updated: docs: tells users where they are (#160)

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-docker.git


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

commit a08ff29c10a6b5f18c27c856d513751e0b808d47
Author: Kishani Kandasamy <53...@users.noreply.github.com>
AuthorDate: Sun Apr 11 19:23:27 2021 +0530

    docs: tells users where they are (#160)
---
 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 62bbcfa..fdc778c 100644
--- a/docs/en/latest/config.json
+++ b/docs/en/latest/config.json
@@ -2,6 +2,11 @@
   "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"]