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


The following commit(s) were added to refs/heads/master by this push:
     new 4f471b9  update docusaurus.config.json (#334)
4f471b9 is described below

commit 4f471b97d09c1386217e8546ac83b25ad0bc63f2
Author: Kishani Kandasamy <[email protected]>
AuthorDate: Sat May 8 19:55:03 2021 +0530

    update docusaurus.config.json (#334)
---
 website/docusaurus.config.js | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/website/docusaurus.config.js b/website/docusaurus.config.js
index 6afa195..6711d9f 100644
--- a/website/docusaurus.config.js
+++ b/website/docusaurus.config.js
@@ -151,7 +151,7 @@ module.exports = {
           docPath,
           permalink,
         }) {
-          return 
`https://github.com/apache/apisix-dashboard/edit/master/docs/${locale}/latest/${docPath}`;
+          return 
`https://github.com/apache/apisix-dashboard/edit/master/docs/en/latest/${docPath}`;
         },
       },
     ],
@@ -173,7 +173,7 @@ module.exports = {
           docPath,
           permalink,
         }) {
-          return 
`https://github.com/apache/apisix-ingress-controller/edit/master/docs/${locale}/latest/${docPath}`;
+          return 
`https://github.com/apache/apisix-ingress-controller/edit/master/docs/en/latest/${docPath}`;
         },
       },
     ],
@@ -193,7 +193,7 @@ module.exports = {
           docPath,
           permalink,
         }) {
-          return 
`https://github.com/apache/apisix-helm-chart/edit/master/docs/${locale}/latest/${docPath}`;
+          return 
`https://github.com/apache/apisix-helm-chart/edit/master/docs/en/latest/${docPath}`;
         },
       },
     ],
@@ -213,7 +213,7 @@ module.exports = {
           docPath,
           permalink,
         }) {
-          return 
`https://github.com/apache/apisix-docker/edit/master/docs/${locale}/latest/${docPath}`;
+          return 
`https://github.com/apache/apisix-docker/edit/master/docs/en/latest/${docPath}`;
         },
       },
     ],

Reply via email to