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