docs.lists.yoctoproject.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 1/4] docs: sphinx-static: switchers.js: add release name to dropdown menu
@ 2021-09-28 16:21 Quentin Schulz
  2021-09-28 16:22 ` [PATCH 2/4] docs: sphinx-static: switchers.js: correctly highlight obsolete releases Quentin Schulz
                   ` (2 more replies)
  0 siblings, 3 replies; 9+ messages in thread
From: Quentin Schulz @ 2021-09-28 16:21 UTC (permalink / raw)
  Cc: docs, Quentin Schulz, Quentin Schulz

Cc: Quentin Schulz <foss@0leil.net>
Signed-off-by: Quentin Schulz <quentin.schulz@theobroma-systems.com>
---
 documentation/sphinx-static/switchers.js | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/documentation/sphinx-static/switchers.js b/documentation/sphinx-static/switchers.js
index 1e37b625a..cb55e35c8 100644
--- a/documentation/sphinx-static/switchers.js
+++ b/documentation/sphinx-static/switchers.js
@@ -3,11 +3,11 @@
 
   var all_versions = {
     'dev': 'dev (3.4)',
-    '3.3.3': '3.3.3',
-    '3.2.4': '3.2.4',
-    '3.1.11': '3.1.11',
-    '3.0.4': '3.0.4',
-    '2.7.4': '2.7.4',
+    '3.3.3': 'hardknott (3.3.3)',
+    '3.2.4': 'gatesgarth (3.2.4)',
+    '3.1.11': 'dunfell (3.1.11)',
+    '3.0.4': 'zeus (3.0.4)',
+    '2.7.4': 'warrior (2.7.4)',
   };
 
   var all_doctypes = {
-- 
2.31.1



^ permalink raw reply related	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2021-10-06  7:41 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-09-28 16:21 [PATCH 1/4] docs: sphinx-static: switchers.js: add release name to dropdown menu Quentin Schulz
2021-09-28 16:22 ` [PATCH 2/4] docs: sphinx-static: switchers.js: correctly highlight obsolete releases Quentin Schulz
2021-09-28 17:21   ` [docs] " Nicolas Dechesne
2021-10-05 14:11     ` Quentin Schulz
2021-10-05 16:29       ` Michael Opdenacker
2021-10-06  7:41         ` Quentin Schulz
2021-09-28 16:22 ` [PATCH 3/4] docs: sphinx-static: switchers.js: point to newer release in outdated warning Quentin Schulz
2021-09-28 16:22 ` [PATCH 4/4] docs: sphinx-static: switchers.js: redirect doc series links to latest known dot release for given series Quentin Schulz
2021-09-28 16:24   ` Quentin Schulz

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).