diff options
author | Nicolas Dechesne <nicolas.dechesne@linaro.org> | 2021-05-26 14:22:50 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-06-02 23:32:34 +0100 |
commit | e736434156da553d3f923a534d2ecb685f6d6370 (patch) | |
tree | 92b46ca299d7e8184ff665509f44d0856fc0655f /documentation | |
parent | 7c99358a1a692fc43bd4cf5ef99fddea90a48b46 (diff) | |
download | poky-e736434156da553d3f923a534d2ecb685f6d6370.tar.gz |
index: split releases manuals and indexes into two sections in the tree
(From yocto-docs rev: f245b7b096f699cdc4426022d61d963d7deb9a92)
Signed-off-by: Nicolas Dechesne <nicolas.dechesne@linaro.org>
Reviewed-by: Quentin Schulz <foss@0leil.net>
Tested-by: Michael Opdenacker <michael.opdenacker@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation')
-rw-r--r-- | documentation/index.rst | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/documentation/index.rst b/documentation/index.rst index a0b6526771..ee9fe055ad 100644 --- a/documentation/index.rst +++ b/documentation/index.rst | |||
@@ -38,11 +38,14 @@ Welcome to the Yocto Project Documentation | |||
38 | 38 | ||
39 | .. toctree:: | 39 | .. toctree:: |
40 | :maxdepth: 1 | 40 | :maxdepth: 1 |
41 | :caption: Manuals/Variable Index | 41 | :caption: Releases manual |
42 | :hidden: | 42 | :hidden: |
43 | 43 | ||
44 | genindex | 44 | releases |
45 | Current/Previous Version Specific Manuals <releases> | ||
46 | |||
47 | 45 | ||
46 | .. toctree:: | ||
47 | :maxdepth: 1 | ||
48 | :caption: Documentation Index | ||
49 | :hidden: | ||
48 | 50 | ||
51 | genindex | ||