Use documentation versions generated from flame-docs-site (#1036)

* Use documentation versions generated from flame-docs-site

* Absolute path for versions file
This commit is contained in:
Lukas Klingsbo
2021-10-22 12:05:56 +02:00
committed by GitHub
parent f020da7bd7
commit 8a69fd91f5
3 changed files with 2 additions and 3 deletions

View File

@ -45,7 +45,7 @@ function buildVersionsMenu(data) {
// Start loading the versions list as soon as possible, don't wait for DOM
const versionsRequest = $.get(
"https://raw.githubusercontent.com/flame-engine/flame/main/documentation_versions.txt"
"/versions.txt"
);
// Now wait for DOM to finish loading

View File

@ -1,2 +0,0 @@
main
1.0.0-releasecandidate.15

View File

@ -10,6 +10,7 @@
- Improved the menu for documentation version selection
- Introduce `onDoubleTapDown` with info and `onDoubleTapCancel`
- Improved "move effect" example in the Dashbook
- Use documentation versions generated from flame-docs-site
## [1.0.0-releasecandidate.15]
- Fix issue with `Draggable`s not being removed from `draggables` list