Skip to content

Commit

Permalink
Add scroll to top option in theme.config.tsx
Browse files Browse the repository at this point in the history
It will give an option to users to go back to top of the page
  • Loading branch information
mitesh-gupta authored and Mehul Kar committed Sep 11, 2023
1 parent 8b49035 commit 72bbc13
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/theme.config.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ const config: DocsThemeConfig = {
},
toc: {
float: true,
backToTop: true,
extraContent: ExtraContent,
},
// font: false,
Expand Down

0 comments on commit 72bbc13

Please sign in to comment.