diff options
Diffstat (limited to 'docs/how-to-use-docs/documentation-guide.rst')
-rw-r--r-- | docs/how-to-use-docs/documentation-guide.rst | 11 |
1 files changed, 3 insertions, 8 deletions
diff --git a/docs/how-to-use-docs/documentation-guide.rst b/docs/how-to-use-docs/documentation-guide.rst index 2fdac6e59..138b3f12a 100644 --- a/docs/how-to-use-docs/documentation-guide.rst +++ b/docs/how-to-use-docs/documentation-guide.rst @@ -66,14 +66,9 @@ Following representation shows the expected structure: │ ├── scenarios │ │ └── scenario.name │ └── userguide - ├── testing - │ ├── developer - │ └── user - └── infrastructure - ├── hardware-infrastructure - ├── software-infrastructure - ├── continuous-integration - └── cross-community-continuous-integration + └── testing + ├── developer + └── user Release documentation ^^^^^^^^^^^^^^^^^^^^^ |