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

[apisix-python-plugin-runner] branch release/0.1.0 updated: fix: add config.json file to sync the docs to website (#29) (#30)

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

shuaijinchao pushed a commit to branch release/0.1.0
in repository https://gitbox.apache.org/repos/asf/apisix-python-plugin-runner.git


The following commit(s) were added to refs/heads/release/0.1.0 by this push:
     new 821c8b0  fix: add config.json file to sync the docs to website (#29) (#30)
821c8b0 is described below

commit 821c8b0c3185a066c7b56fd629f75c0c49f24437
Author: liuxiran <li...@apache.org>
AuthorDate: Tue Sep 7 11:37:48 2021 +0800

    fix: add config.json file to sync the docs to website (#29) (#30)
    
    Co-authored-by: bzp2010 <bz...@apache.org>
    
    Co-authored-by: bzp2010 <bz...@apache.org>
---
 .licenserc.yaml            |  1 +
 docs/en/latest/config.json | 13 +++++++++++++
 2 files changed, 14 insertions(+)

diff --git a/.licenserc.yaml b/.licenserc.yaml
index 02c0d56..b3b3b02 100644
--- a/.licenserc.yaml
+++ b/.licenserc.yaml
@@ -30,5 +30,6 @@ header:
     - '.pytest_cache/**'
     - '**/__pycache__/**'
     - '**/images/**'
+    - '**/config.json'
 
   comment: on-failure
diff --git a/docs/en/latest/config.json b/docs/en/latest/config.json
new file mode 100644
index 0000000..4f0d229
--- /dev/null
+++ b/docs/en/latest/config.json
@@ -0,0 +1,13 @@
+{
+  "version": 0.1,
+  "sidebar": [
+    {
+      "type": "doc",
+      "id": "getting-started"
+    },
+    {
+      "type": "doc",
+      "id": "developer-guide"
+    }
+  ]
+}