mirror of
https://github.com/flame-engine/flame.git
synced 2025-11-03 12:28:03 +08:00
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:
@ -45,7 +45,7 @@ function buildVersionsMenu(data) {
|
|||||||
|
|
||||||
// Start loading the versions list as soon as possible, don't wait for DOM
|
// Start loading the versions list as soon as possible, don't wait for DOM
|
||||||
const versionsRequest = $.get(
|
const versionsRequest = $.get(
|
||||||
"https://raw.githubusercontent.com/flame-engine/flame/main/documentation_versions.txt"
|
"/versions.txt"
|
||||||
);
|
);
|
||||||
|
|
||||||
// Now wait for DOM to finish loading
|
// Now wait for DOM to finish loading
|
||||||
|
|||||||
@ -1,2 +0,0 @@
|
|||||||
main
|
|
||||||
1.0.0-releasecandidate.15
|
|
||||||
@ -10,6 +10,7 @@
|
|||||||
- Improved the menu for documentation version selection
|
- Improved the menu for documentation version selection
|
||||||
- Introduce `onDoubleTapDown` with info and `onDoubleTapCancel`
|
- Introduce `onDoubleTapDown` with info and `onDoubleTapCancel`
|
||||||
- Improved "move effect" example in the Dashbook
|
- Improved "move effect" example in the Dashbook
|
||||||
|
- Use documentation versions generated from flame-docs-site
|
||||||
|
|
||||||
## [1.0.0-releasecandidate.15]
|
## [1.0.0-releasecandidate.15]
|
||||||
- Fix issue with `Draggable`s not being removed from `draggables` list
|
- Fix issue with `Draggable`s not being removed from `draggables` list
|
||||||
|
|||||||
Reference in New Issue
Block a user