mirror of
https://github.com/flame-engine/flame.git
synced 2025-11-01 10:38:17 +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
|
||||
const versionsRequest = $.get(
|
||||
"https://raw.githubusercontent.com/flame-engine/flame/main/documentation_versions.txt"
|
||||
"/versions.txt"
|
||||
);
|
||||
|
||||
// Now wait for DOM to finish loading
|
||||
|
||||
Reference in New Issue
Block a user