mirror of
https://github.com/facebook/docusaurus.git
synced 2025-07-23 11:38:48 +02:00
Add a scroll to top button siteConfig option (#723)
This commit is contained in:
parent
a43cc597f8
commit
aee255219b
4 changed files with 40 additions and 0 deletions
|
@ -161,6 +161,7 @@ class Site extends React.Component {
|
|||
}}
|
||||
/>
|
||||
))}
|
||||
|
||||
{process.env.NODE_ENV === 'development' && (
|
||||
<script
|
||||
src={`http://localhost:${
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue