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-ingress-controller.git


The following commit(s) were added to refs/heads/master by this push:
     new 595792f  fix: fixed the invalid config.json for the doc layout (#280)
595792f is described below

commit 595792f6f7349813e1b804576631354a51acb7b0
Author: Alex Zhang <[email protected]>
AuthorDate: Thu Mar 4 18:20:04 2021 +0800

    fix: fixed the invalid config.json for the doc layout (#280)
    
    Co-authored-by: 琚致远 <[email protected]>
---
 docs/en/latest/config.json                               | 16 ++++++++--------
 docs/en/latest/{get-started.md => getting-started.md}    |  0
 .../latest/{reference => references}/apisix_route_v1.md  |  0
 .../{reference => references}/apisix_route_v2alpha1.md   |  0
 docs/en/latest/{reference => references}/apisix_tls.md   |  0
 .../latest/{reference => references}/apisix_upstream.md  |  0
 6 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/docs/en/latest/config.json b/docs/en/latest/config.json
index 3c6be47..abb8bb6 100644
--- a/docs/en/latest/config.json
+++ b/docs/en/latest/config.json
@@ -5,7 +5,7 @@
       "type": "category",
       "label": "Getting Started",
       "items": [
-        "get-started"
+        "getting-started"
       ]
     },
     {
@@ -33,20 +33,20 @@
     },
     {
       "type": "category",
-      "label": "Reference",
+      "label": "References",
       "items": [
-        "apisix_route_v1",
-        "apisix_route_v2alpha1",
-        "apisix_upstream",
-        "apisix_tls"
+        "references/apisix_route_v1",
+        "references/apisix_route_v2alpha1",
+        "references/apisix_upstream",
+        "references/apisix_tls"
       ]
     },
     {
       "type": "category",
       "label": "Concepts",
       "items": [
-        "apisix_route",
-        "apisix_upstream"
+        "concepts/apisix_route",
+        "concepts/apisix_upstream"
       ]
     },
     {
diff --git a/docs/en/latest/get-started.md b/docs/en/latest/getting-started.md
similarity index 100%
rename from docs/en/latest/get-started.md
rename to docs/en/latest/getting-started.md
diff --git a/docs/en/latest/reference/apisix_route_v1.md 
b/docs/en/latest/references/apisix_route_v1.md
similarity index 100%
rename from docs/en/latest/reference/apisix_route_v1.md
rename to docs/en/latest/references/apisix_route_v1.md
diff --git a/docs/en/latest/reference/apisix_route_v2alpha1.md 
b/docs/en/latest/references/apisix_route_v2alpha1.md
similarity index 100%
rename from docs/en/latest/reference/apisix_route_v2alpha1.md
rename to docs/en/latest/references/apisix_route_v2alpha1.md
diff --git a/docs/en/latest/reference/apisix_tls.md 
b/docs/en/latest/references/apisix_tls.md
similarity index 100%
rename from docs/en/latest/reference/apisix_tls.md
rename to docs/en/latest/references/apisix_tls.md
diff --git a/docs/en/latest/reference/apisix_upstream.md 
b/docs/en/latest/references/apisix_upstream.md
similarity index 100%
rename from docs/en/latest/reference/apisix_upstream.md
rename to docs/en/latest/references/apisix_upstream.md

Reply via email to