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:33 UTC

[apisix-website] branch fix-docs created (now 9563b97)

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

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


      at 9563b97  fix: use empty docsUri

This branch includes the following new commits:

     new 9563b97  fix: use empty docsUri

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



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

Posted by ju...@apache.org.
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;