11 Commits

Author SHA1 Message Date
7ad8fe761f docs: Consider "latest" as the latest version (#2508)
After the #2345 change we also have to consider "latest" as the latest version, so that we don't show a warning box for that.
2023-04-16 14:59:20 -03:00
738d7ac027 docs: Change latest version href (#2506)
The docs of the latest version say "1.7.0" will now go into the
directory "latest" instead of "1.7.0". This commit will now point the
docs to the new location.

This PR is a simultaneous work with flame-engine/flame-docs-site#15
2023-04-16 14:28:36 +00:00
55bb0afd7a docs: Add warning to version-specific docunmentation pages (#2248)
See details on issue #2214
Basically, we want to make users more aware they are looking at old version of the docs.
2023-01-02 23:58:01 +01:00
c306b30933 docs: Auto expand flame section on documentation home page (#1823) (#1826)
add an event listener to the docs site to listen everytime on load, then
expand the first expandable section ("flame") if the current page is
home page.
2022-07-28 12:19:37 +02:00
21b06a0fc0 docs: Revert auto expand flame section on documentation home page (#1824) 2022-07-27 23:39:50 +02:00
f0b883be98 docs: Auto expand flame section on documentation home page (#1823)
add an event listener to the docs site to listen everytime on load, then
expand the first expandable section ("flame") if the current page is
home page.
2022-07-27 21:09:41 +02:00
19802c37b3 fix: menu dropdown in the docs (#1369) 2022-02-13 19:33:09 +00:00
12cf8f7096 docs: Upgrade documentation site (#1365) 2022-02-13 07:50:13 +01:00
2e0bd36527 index.html isn't needed in the url (#1041) 2021-10-22 15:56:50 +02:00
8a69fd91f5 Use documentation versions generated from flame-docs-site (#1036)
* Use documentation versions generated from flame-docs-site

* Absolute path for versions file
2021-10-22 12:05:56 +02:00
07b95cef30 Documentation version selector (#1024)
* Simpler css injection

* Better menu for selecting documentation version

* Auto-detect current docs version

* Use let/const instead of var, and single quotes

* Added versions file

* Updated script to use template strings

* Update script to load the list of versions dynamically

* Use main branch as a source for versions.txt file
2021-10-21 08:52:01 +03:00