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 7e65dbc fix: use empty docsUri (#82)
7e65dbc is described below
commit 7e65dbcd61b723d006713da4f09f39c3f59d3337
Author: 琚致远 <[email protected]>
AuthorDate: Sun Nov 8 14:46:05 2020 +0800
fix: use empty docsUri (#82)
---
website/siteConfig.js | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/website/siteConfig.js b/website/siteConfig.js
index 77c3dc3..dc6784d 100644
--- a/website/siteConfig.js
+++ b/website/siteConfig.js
@@ -111,7 +111,8 @@ const siteConfig = {
gaTrackingId: '',
twitterUsername: 'ApacheAPISIX',
scrollToTop: true,
- docsSideNavCollapsible: true
+ docsSideNavCollapsible: true,
+ docsUrl: ''
};
module.exports = siteConfig;