This is an automated email from the ASF dual-hosted git repository.
majunjie 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 97b0d5b fix: Visit Downloads page without docs prefix #159 (#167)
97b0d5b is described below
commit 97b0d5b57d1e2e17037c8ae005d54ec809f3d1de
Author: Kishani Kandasamy <[email protected]>
AuthorDate: Sat Feb 6 21:13:37 2021 +0530
fix: Visit Downloads page without docs prefix #159 (#167)
---
website/docusaurus.config.js | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/website/docusaurus.config.js b/website/docusaurus.config.js
index f10f97b..158b4ba 100644
--- a/website/docusaurus.config.js
+++ b/website/docusaurus.config.js
@@ -56,6 +56,7 @@ module.exports={
"showLastUpdateAuthor": true,
"showLastUpdateTime": true,
"path": "docs",
+ "routeBasePath":'/',
"editUrl":
"https://github.com/apache/apisix-website/edit/master/website",
"sidebarPath": "../website/sidebars.json"
},
@@ -88,12 +89,12 @@ module.exports={
"position": "left"
},
{
- "to": "docs/downloads",
+ "to": "/downloads",
"label": "Downloads",
"position": "left"
},
{
- "to": "docs/team",
+ "to": "/team",
"label": "Team",
"position": "left"
},