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 2021/04/09 01:18:40 UTC

[apisix-website] branch master updated: chore: support hide navbar on scroll down (#290)

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 35ba8f1  chore: support hide navbar on scroll down (#290)
35ba8f1 is described below

commit 35ba8f1dbe3780e227020155c94362606f7beab6
Author: Shuyang Wu <wo...@gmail.com>
AuthorDate: Fri Apr 9 09:18:35 2021 +0800

    chore: support hide navbar on scroll down (#290)
---
 website/docusaurus.config.js | 1 +
 1 file changed, 1 insertion(+)

diff --git a/website/docusaurus.config.js b/website/docusaurus.config.js
index 0e09b66..4edc60e 100644
--- a/website/docusaurus.config.js
+++ b/website/docusaurus.config.js
@@ -173,6 +173,7 @@ module.exports = {
   ],
   themeConfig: {
     navbar: {
+      hideOnScroll: true,
       title: "Apache APISIX™",
       logo: {
         src: "img/logo2.svg",