diff options
| author | Michael Opdenacker <michael.opdenacker@bootlin.com> | 2021-12-13 16:32:45 +0100 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-12-13 23:26:19 +0000 |
| commit | 0a39b9d3547f67f7a26f5fe4530f87373381e0fb (patch) | |
| tree | e71c04133d99aba860bf1bd612fb91a64edb9cc4 | |
| parent | b8f5107e26e3fee89581b42b3189cf9e260034c5 (diff) | |
| download | poky-0a39b9d3547f67f7a26f5fe4530f87373381e0fb.tar.gz | |
updates for recent releases
(From yocto-docs rev: 3d0b9af776cd278ca2cb86de9a4aaf0d7ddfa87a)
Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
| -rw-r--r-- | documentation/releases.rst | 8 | ||||
| -rw-r--r-- | documentation/sphinx-static/switchers.js | 8 |
2 files changed, 13 insertions, 3 deletions
diff --git a/documentation/releases.rst b/documentation/releases.rst index ae5ce7b69c..acee21d6ba 100644 --- a/documentation/releases.rst +++ b/documentation/releases.rst | |||
| @@ -5,6 +5,13 @@ | |||
| 5 | ========================= | 5 | ========================= |
| 6 | 6 | ||
| 7 | ******************************* | 7 | ******************************* |
| 8 | 3.4 'honister' Release Series | ||
| 9 | ******************************* | ||
| 10 | |||
| 11 | - :yocto_docs:`3.4 Documentation </3.4>` | ||
| 12 | - :yocto_docs:`3.4.1 Documentation </3.4.1>` | ||
| 13 | |||
| 14 | ******************************* | ||
| 8 | 3.3 'hardknott' Release Series | 15 | 3.3 'hardknott' Release Series |
| 9 | ******************************* | 16 | ******************************* |
| 10 | 17 | ||
| @@ -30,6 +37,7 @@ | |||
| 30 | - :yocto_docs:`3.1.9 Documentation </3.1.9>` | 37 | - :yocto_docs:`3.1.9 Documentation </3.1.9>` |
| 31 | - :yocto_docs:`3.1.10 Documentation </3.1.10>` | 38 | - :yocto_docs:`3.1.10 Documentation </3.1.10>` |
| 32 | - :yocto_docs:`3.1.11 Documentation </3.1.11>` | 39 | - :yocto_docs:`3.1.11 Documentation </3.1.11>` |
| 40 | - :yocto_docs:`3.1.12 Documentation </3.1.12>` | ||
| 33 | 41 | ||
| 34 | ========================== | 42 | ========================== |
| 35 | Previous Release Manuals | 43 | Previous Release Manuals |
diff --git a/documentation/sphinx-static/switchers.js b/documentation/sphinx-static/switchers.js index 7a4edc9e77..056a8926ba 100644 --- a/documentation/sphinx-static/switchers.js +++ b/documentation/sphinx-static/switchers.js | |||
| @@ -2,9 +2,11 @@ | |||
| 2 | 'use strict'; | 2 | 'use strict'; |
| 3 | 3 | ||
| 4 | var all_versions = { | 4 | var all_versions = { |
| 5 | 'dev': 'dev (3.3)', | 5 | 'dev': 'dev (3.5)', |
| 6 | '3.2.3': '3.2.3', | 6 | '3.4.1': '3.4.1', |
| 7 | '3.1.6': '3.1.6', | 7 | '3.3.4': '3.3.4', |
| 8 | '3.2.4': '3.2.4', | ||
| 9 | '3.1.12': '3.1.12', | ||
| 8 | '3.0.4': '3.0.4', | 10 | '3.0.4': '3.0.4', |
| 9 | '2.7.4': '2.7.4', | 11 | '2.7.4': '2.7.4', |
| 10 | }; | 12 | }; |
