diff options
author | thmsdt <thomas.kulik@telekom.de> | 2021-05-10 07:54:33 -0700 |
---|---|---|
committer | thmsdt <thomas.kulik@telekom.de> | 2021-05-19 06:14:48 -0700 |
commit | 1b4888377d2086c2468a427a853c477bf8ccdab1 (patch) | |
tree | 62a743c9a46bf57cb0a36c1145cdb838e72bf725 /docs/guides/onap-documentation/index.rst | |
parent | cc09ff06fb78a52747ec8c6752ac2c9308553b8a (diff) |
Add guide for a doc dev system
Issue-ID: DOC-742
Signed-off-by: thmsdt <thomas.kulik@telekom.de>
Change-Id: Ie6071576bce613edaf50433b7b84b69b16e0e88c
Diffstat (limited to 'docs/guides/onap-documentation/index.rst')
-rw-r--r-- | docs/guides/onap-documentation/index.rst | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/docs/guides/onap-documentation/index.rst b/docs/guides/onap-documentation/index.rst new file mode 100644 index 000000000..d9cdbad8f --- /dev/null +++ b/docs/guides/onap-documentation/index.rst @@ -0,0 +1,18 @@ +.. This work is licensed under a Creative Commons Attribution 4.0 International +.. License. http://creativecommons.org/licenses/by/4.0 +.. Copyright (C) 2021 Deutsche Telekom AG + +.. _ONAP_documentation_guides: + +Documentation Guides +==================== +The following guides are provided for people who want to understand or +contribute to the ONAP documentation project. + +Currently some content resides also in the Developer Guide. This is subject to +be reviewed, updated and migrated to the ONAP Documenation Guide. + +.. toctree:: + :maxdepth: 1 + + setup-of-a-doc-dev-system.rst |