diff options
author | Trevor Bramwell <tbramwell@linuxfoundation.org> | 2017-10-13 11:55:27 -0700 |
---|---|---|
committer | Trevor Bramwell <tbramwell@linuxfoundation.org> | 2017-11-17 11:38:23 -0800 |
commit | bc7238b2cd35e203fb3a4e71123608b2e7b0d998 (patch) | |
tree | 84a4e1f0575e745586aadbf2143ed0c7ba440387 /docs | |
parent | 6e2055ddafcbb00f5d603faadf5ce2d0be9b97b7 (diff) |
Infrastructure Documentation Structure Updates
Include references to CI documents in the releng repo and provide links
for hardware and software infrastructure to pharos and releng
respectively. Also include a link to anteater under the security
heading.
Change-Id: Ie12d40b8b2616b3a3165a5409a5596112962f283
Signed-off-by: Trevor Bramwell <tbramwell@linuxfoundation.org>
Diffstat (limited to 'docs')
-rw-r--r-- | docs/infrastructure/ci.rst | 11 | ||||
-rw-r--r-- | docs/infrastructure/overview.rst | 10 |
2 files changed, 15 insertions, 6 deletions
diff --git a/docs/infrastructure/ci.rst b/docs/infrastructure/ci.rst index c779ffcbe..a6323ef76 100644 --- a/docs/infrastructure/ci.rst +++ b/docs/infrastructure/ci.rst @@ -4,8 +4,11 @@ .. SPDX-License-Identifier: CC-BY-4.0 .. (c) Open Platform for NFV Project, Inc. and its contributors -====================== -Continuous Integration -====================== +=========================== +Continuous Integration - CI +=========================== -TBD +Please see the details of CI from the chapters below. + +- :ref:`CI Overview <ci-overview>` +- :ref:`CI User Guide <ci-user-guide>` diff --git a/docs/infrastructure/overview.rst b/docs/infrastructure/overview.rst index 1d503f9b3..1bd792000 100644 --- a/docs/infrastructure/overview.rst +++ b/docs/infrastructure/overview.rst @@ -41,9 +41,15 @@ TBD Software Infrastructure ----------------------- -TBD +.. toctree:: + :maxdepth: 1 + + ../submodules/releng/docs/infra/index + +Security +-------- .. toctree:: :maxdepth: 1 - ../submodules/releng/docs/sofware-infrastructure-index + ../submodules/releng-anteater/docs/index |