mirror of
https://github.com/facebook/docusaurus.git
synced 2025-05-31 01:47:17 +02:00
feat(v2): hide navbar on scroll (#2055)
* feat(v2): hide navbar on scroll * Turn on hide option * Refactor after review
This commit is contained in:
parent
ace93c5a14
commit
5bfa5d6579
5 changed files with 92 additions and 4 deletions
|
@ -74,6 +74,7 @@ module.exports = {
|
|||
},
|
||||
},
|
||||
navbar: {
|
||||
hideOnScroll: true,
|
||||
title: 'Docusaurus',
|
||||
logo: {
|
||||
alt: 'Docusaurus Logo',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue