diff options
author | Martin Kulhavy <martin.kulhavy@nokia.com> | 2017-08-25 17:19:45 +0300 |
---|---|---|
committer | Martin Kulhavy <martin.kulhavy@nokia.com> | 2017-08-25 17:19:45 +0300 |
commit | 8d638a2bf2afed419767526edac2049f850801f7 (patch) | |
tree | 773b6a5e1c31b8973d586c9b1ac76dc6cf35b729 /docs/release/installation/index.rst | |
parent | 4b7bbc9613bf8cab6b918b5f97b1712d7a5226bf (diff) |
Create new consolidated documentation for JOID
The current documentation contains many different versions, which
overlap and partly contradict each other. This makes it very hard for
people with no experience with JOID to deploy it for the first time.
This commit tries to create a new docs structure, merging information
currently spread across different files, while at the same time updating
the information and adding new hints based on the experience deploying
JOID in our lab.
The new docs structure is inspired by and tries to follow the docs
structure used for the APEX installer.
As a next step after finalizing this transformation, the other
overlapping docs directories shall be removed
Change-Id: I7075ea48565a7bd509321a532f1173cffd24cdbc
Signed-off-by: Martin Kulhavy <martin.kulhavy@nokia.com>
Diffstat (limited to 'docs/release/installation/index.rst')
-rw-r--r-- | docs/release/installation/index.rst | 13 |
1 files changed, 9 insertions, 4 deletions
diff --git a/docs/release/installation/index.rst b/docs/release/installation/index.rst index aaf9f06d..bab9bf2b 100644 --- a/docs/release/installation/index.rst +++ b/docs/release/installation/index.rst @@ -9,8 +9,13 @@ JOID installation instruction ============================= .. toctree:: - :numbered: - :maxdepth: 2 - - ./installationprocedure.rst + :numbered: + :maxdepth: 2 + abstract.rst + introduction.rst + requirements.rst + installation_baremetal.rst + installation_virtual.rst + postinstall.rst + appendices.rst |