diff options
Diffstat (limited to 'documentation')
-rw-r--r-- | documentation/downloads.rst | 11 | ||||
-rw-r--r-- | documentation/index.rst | 7 |
2 files changed, 18 insertions, 0 deletions
diff --git a/documentation/downloads.rst b/documentation/downloads.rst new file mode 100644 index 0000000000..7ec978ef2d --- /dev/null +++ b/documentation/downloads.rst | |||
@@ -0,0 +1,11 @@ | |||
1 | .. SPDX-License-Identifier: CC-BY-SA-2.0-UK | ||
2 | |||
3 | ======================= | ||
4 | Documentation Downloads | ||
5 | ======================= | ||
6 | |||
7 | The documentation can be downloaded in file formats to be read offline or on | ||
8 | another device. The currently supported formats are linked below: | ||
9 | |||
10 | - `EPub <_static/TheYoctoProject.epub>`_ | ||
11 | - `PDF <_static/theyoctoproject.pdf>`_ | ||
diff --git a/documentation/index.rst b/documentation/index.rst index 3fef1704a4..6c6be38a7e 100644 --- a/documentation/index.rst +++ b/documentation/index.rst | |||
@@ -51,3 +51,10 @@ Welcome to the Yocto Project Documentation | |||
51 | :hidden: | 51 | :hidden: |
52 | 52 | ||
53 | genindex | 53 | genindex |
54 | |||
55 | .. toctree:: | ||
56 | :maxdepth: 1 | ||
57 | :caption: Documentation Downloads | ||
58 | :hidden: | ||
59 | |||
60 | downloads | ||