Add a scroll to top button siteConfig option (#723)

This commit is contained in:
Lespagnol Rémy 2018-06-06 21:34:32 +02:00 committed by Joel Marcey
parent a43cc597f8
commit aee255219b
4 changed files with 40 additions and 0 deletions

View file

@ -62,6 +62,10 @@ const siteConfig = {
ogImage: 'img/docusaurus.png',
twitterImage: 'img/docusaurus.png',
onPageNav: 'separate',
scrollToTop: true,
scrollToTopOptions: {
zIndex: 100
}
};
module.exports = siteConfig;