From 861a7c4b382aa1bf35ba3f1295fb31562643bd8f Mon Sep 17 00:00:00 2001 From: Tortue Torche <126358-tortuetorche@users.noreply.gitlab.com> Date: Thu, 25 Nov 2021 17:53:10 +0100 Subject: [PATCH] Fix documentation scrolling between pages --- CHANGELOG.md | 5 ++++- docs/index.html | 1 + 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index aa981f3..63cb3b4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/docs/index.html b/docs/index.html index 6e8d178..74c2f54 100644 --- a/docs/index.html +++ b/docs/index.html @@ -26,6 +26,7 @@ // repo: 'https://gitlab.com/psuapp/psu', coverpage: true, onlyCover: true, + auto2top: true, search: 'auto', maxLevel: 3, loadSidebar: true,