diff options
author | Fatih Degirmenci <fatih.degirmenci@ericsson.com> | 2017-09-29 10:38:17 +0200 |
---|---|---|
committer | Fatih Degirmenci <fatih.degirmenci@ericsson.com> | 2017-09-29 12:02:00 +0200 |
commit | 8f61a93218c0e5427e147a180e7e21a902176dea (patch) | |
tree | d563e08ac76f7c7794243023b92f9fb457b9ff83 /docs/how-to-use-docs | |
parent | 5e49e4afc7407609d4bd7b3c3f826d8e280db380 (diff) |
Put initial structure for infra documentation
Change-Id: I4d8ed269cbf0eeedaa0ee540ac2fd6bca5e429b0
Signed-off-by: Fatih Degirmenci <fatih.degirmenci@ericsson.com>
Diffstat (limited to 'docs/how-to-use-docs')
-rw-r--r-- | docs/how-to-use-docs/documentation-guide.rst | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/how-to-use-docs/documentation-guide.rst b/docs/how-to-use-docs/documentation-guide.rst index 3a3b0c40d..56bf273bc 100644 --- a/docs/how-to-use-docs/documentation-guide.rst +++ b/docs/how-to-use-docs/documentation-guide.rst @@ -66,6 +66,7 @@ Following representation shows the expected structure: │ ├── developer │ └── user └── infrastructure + ├── hardware-infrastructure ├── software-infrastructure ├── continuous-integration └── cross-community-continuous-integration @@ -139,4 +140,5 @@ You are encouraged to establish the following basic structure for your project a Infrastructure Documentation ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ -Infrastructure documentation can be stored under code:`<repo>/docs/infrastructure/` folder. +Infrastructure documentation can be stored under :code:`<repo>/docs/` folder of +corresponding infrastructure project. |