[elbe-devel] [PATCH 3/3] docs: add link to documentation overview

Thomas Weißschuh thomas.weissschuh at linutronix.de
Thu Jun 13 09:16:55 CEST 2024


The elbe website contains an index of documentation for all released
versions of elbe.
Add a link to each documentation page to that index.

While this link is static and does not automatically lead to the correct
page when switching versions it is simple and does not need any
maintenance or Javascript.

Signed-off-by: Thomas Weißschuh <thomas.weissschuh at linutronix.de>
---
 docs/_templates/versions.html | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/docs/_templates/versions.html b/docs/_templates/versions.html
new file mode 100644
index 000000000000..7714f325c741
--- /dev/null
+++ b/docs/_templates/versions.html
@@ -0,0 +1,7 @@
+<div class="rst-versions" data-toggle="rst-versions" role="note">
+  <span class="rst-current-version">
+    <span class="fa fa-book">
+      <a href="https://elbe-rfs.org/docs.html">{{ _('Other Versions') }}</a>
+    </span>
+  </span>
+</div>

-- 
2.45.2



More information about the elbe-devel mailing list