diff options
author | Michael Opdenacker <michael.opdenacker@bootlin.com> | 2021-06-10 11:26:21 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-06-14 22:45:33 +0100 |
commit | 5f978a6ccacf9f7f9475207c5a2a1af1dc4c3d00 (patch) | |
tree | fa7ba7ced9e17426b72e07c50288163a5d8ba901 /documentation/migration-guides/index.rst | |
parent | dae1e986a0608d899f67f1ae62389d350824235f (diff) | |
download | poky-5f978a6ccacf9f7f9475207c5a2a1af1dc4c3d00.tar.gz |
ref-manual: move migration guides to separate document
This makes the reference manual much lighter by moving
the migration guides to a separate document.
The migration guides are also reordered from last to first,
and they appear directly in the left bar, making them easier
to find in the documentation.
(From yocto-docs rev: 5121b86ee97eb62a0c69c9ad1fc0e3fabbe3e934)
Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/migration-guides/index.rst')
-rw-r--r-- | documentation/migration-guides/index.rst | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/documentation/migration-guides/index.rst b/documentation/migration-guides/index.rst new file mode 100644 index 0000000000..6304e6318c --- /dev/null +++ b/documentation/migration-guides/index.rst | |||
@@ -0,0 +1,34 @@ | |||
1 | .. SPDX-License-Identifier: CC-BY-SA-2.0-UK | ||
2 | |||
3 | ========================== | ||
4 | Release Migration Guides | ||
5 | ========================== | ||
6 | |||
7 | | | ||
8 | |||
9 | Each document in this chapter provides information about how | ||
10 | to move to one release of the Yocto Project from the previous one. | ||
11 | |||
12 | .. toctree:: | ||
13 | |||
14 | migration-general | ||
15 | migration-3.3 | ||
16 | migration-3.2 | ||
17 | migration-3.1 | ||
18 | migration-3.0 | ||
19 | migration-2.7 | ||
20 | migration-2.6 | ||
21 | migration-2.5 | ||
22 | migration-2.4 | ||
23 | migration-2.3 | ||
24 | migration-2.2 | ||
25 | migration-2.1 | ||
26 | migration-2.0 | ||
27 | migration-1.8 | ||
28 | migration-1.7 | ||
29 | migration-1.6 | ||
30 | migration-1.5 | ||
31 | migration-1.4 | ||
32 | migration-1.3 | ||
33 | |||
34 | .. include:: /boilerplate.rst | ||