You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by ju...@apache.org on 2020/11/08 01:19:34 UTC

[apisix-website] 01/01: fix: use empty docsUri

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

juzhiyuan pushed a commit to branch fix-docs
in repository https://gitbox.apache.org/repos/asf/apisix-website.git

commit 9563b9753fd1e0141c62d6774cbb4c29066e22d9
Author: juzhiyuan <ju...@apache.org>
AuthorDate: Sun Nov 8 09:19:17 2020 +0800

    fix: use empty docsUri
---
 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;