mirror of
https://gitlab.com/psuapp/psu.git
synced 2024-08-30 18:12:34 +00:00
Fix documentation scrolling between pages
This commit is contained in:
parent
34d1d9bfec
commit
861a7c4b38
@ -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
|
||||
|
@ -26,6 +26,7 @@
|
||||
// repo: 'https://gitlab.com/psuapp/psu',
|
||||
coverpage: true,
|
||||
onlyCover: true,
|
||||
auto2top: true,
|
||||
search: 'auto',
|
||||
maxLevel: 3,
|
||||
loadSidebar: true,
|
||||
|
Loading…
Reference in New Issue
Block a user