diff options
Diffstat (limited to 'docs')
-rw-r--r-- | docs/how-to-use-docs/documentation-guide.rst | 15 | ||||
-rw-r--r-- | docs/infrastructure/overview.rst | 14 |
2 files changed, 25 insertions, 4 deletions
diff --git a/docs/how-to-use-docs/documentation-guide.rst b/docs/how-to-use-docs/documentation-guide.rst index fed42a451..3a3b0c40d 100644 --- a/docs/how-to-use-docs/documentation-guide.rst +++ b/docs/how-to-use-docs/documentation-guide.rst @@ -62,10 +62,13 @@ Following representation shows the expected structure: │ ├── scenarios │ │ └── scenario.name │ └── userguide - └── testing - ├── developer - └── user - + ├── testing + │ ├── developer + │ └── user + └── infrastructure + ├── software-infrastructure + ├── continuous-integration + └── cross-community-continuous-integration Release documentation ^^^^^^^^^^^^^^^^^^^^^ @@ -133,3 +136,7 @@ You are encouraged to establish the following basic structure for your project a **Project overview**: :code:`<repo>/docs/development/overview` - Folder for any project specific documentation. + +Infrastructure Documentation +^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +Infrastructure documentation can be stored under code:`<repo>/docs/infrastructure/` folder. diff --git a/docs/infrastructure/overview.rst b/docs/infrastructure/overview.rst new file mode 100644 index 000000000..e80838628 --- /dev/null +++ b/docs/infrastructure/overview.rst @@ -0,0 +1,14 @@ +.. _opnfv-overview: + +.. This work is licensed under a Creative Commons Attribution 4.0 International License. +.. SPDX-License-Identifier: CC-BY-4.0 +.. (c) Open Platform for NFV Project, Inc. and its contributors + +======================= +Infrastructure overview +======================= + +Introduction +============ + +TBD |