You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by bz...@apache.org on 2022/06/27 08:41:30 UTC

[apisix-dashboard] branch master updated: docs: add new import and export docs to sidebar (#2485)

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

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


The following commit(s) were added to refs/heads/master by this push:
     new c9899f86 docs: add new import and export docs to sidebar (#2485)
c9899f86 is described below

commit c9899f866419c60acbd6db9adf37d52f1507149f
Author: Zeping Bai <bz...@apache.org>
AuthorDate: Mon Jun 27 16:41:25 2022 +0800

    docs: add new import and export docs to sidebar (#2485)
---
 docs/en/latest/config.json | 16 +++++++++++++++-
 1 file changed, 15 insertions(+), 1 deletion(-)

diff --git a/docs/en/latest/config.json b/docs/en/latest/config.json
index 09a20403..7b989ea2 100644
--- a/docs/en/latest/config.json
+++ b/docs/en/latest/config.json
@@ -4,7 +4,7 @@
     {
       "type": "category",
       "label": "Getting Started",
-      "items": ["USER_GUIDE", "IMPORT_OPENAPI_USER_GUIDE", "api/api"]
+      "items": ["USER_GUIDE", "api/api"]
     },
     {
       "type": "category",
@@ -20,6 +20,20 @@
       "type": "doc",
       "id": "FAQ"
     },
+    {
+      "type": "category",
+      "label": "Others",
+      "items": [
+        {
+          "type": "category",
+          "label": "Import / Export",
+          "items": [
+            "modules/data_loader",
+            "modules/data_loader/openapi3"
+          ]
+        }
+      ]
+    },
     {
       "type": "link",
       "label": "CHANGELOG",