Fix documentation scrolling between pages

This commit is contained in:
Tortue Torche 2021-11-25 17:53:10 +01:00
parent 34d1d9bfec
commit 861a7c4b38
2 changed files with 5 additions and 1 deletions

View File

@ -10,7 +10,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- [macOS](https://apple.com/macos) support
- [Windows](https://microsoft.com/windows) support, but it could be unstable ⚠️
### Changed
### Fixed
- Fix documentation scrolling between pages, with the [`auto2top`](https://docsify.js.org/#/configuration?id=auto2top) option of [docsify](https://docsify.js.org)
### Removed
- Remove parallel requests improvement, because it's buggy in some situations...
## [1.3.0-alpha] - 2021-09-14

View File

@ -26,6 +26,7 @@
// repo: 'https://gitlab.com/psuapp/psu',
coverpage: true,
onlyCover: true,
auto2top: true,
search: 'auto',
maxLevel: 3,
loadSidebar: true,