This is an automated email from the ASF dual-hosted git repository.
juzhiyuan pushed a commit to branch feat-docusaurus
in repository https://gitbox.apache.org/repos/asf/apisix-website.git
The following commit(s) were added to refs/heads/feat-docusaurus by this push:
new 60c7fbb feat: use docsSideNavCollapsible
60c7fbb is described below
commit 60c7fbb122594200bf541b4117d99a7cc7e17f50
Author: juzhiyuan <[email protected]>
AuthorDate: Sat Aug 22 11:34:37 2020 +0800
feat: use docsSideNavCollapsible
---
website/siteConfig.js | 1 +
1 file changed, 1 insertion(+)
diff --git a/website/siteConfig.js b/website/siteConfig.js
index e1facd4..8a90090 100644
--- a/website/siteConfig.js
+++ b/website/siteConfig.js
@@ -110,6 +110,7 @@ const siteConfig = {
gaTrackingId: '',
twitterUsername: 'ApacheAPISIX',
scrollToTop: true,
+ docsSideNavCollapsible: true
};
module.exports = siteConfig;