diff options
author | James Gu <james.gu@att.com> | 2020-01-21 21:39:45 -0800 |
---|---|---|
committer | James Gu <james.gu@att.com> | 2020-01-22 11:14:04 -0800 |
commit | 12230e534d4c2f74f2aa002ccb7b3d741a3f8d2e (patch) | |
tree | 180d0a91f53aa81eb36c01e9278a3a1f8cc7b961 /docs/index.rst | |
parent | 46d2b7ebe2bd64b92b6384d0bcfd98f86e1c8ba9 (diff) |
Added installation document
Moved the Airship deployment guide from wiki to the repo and
integrated into the opnfvdocs project. Also integratred release
notes into the opnfvdocs build.
Signed-off-by: James Gu <james.gu@att.com>
Change-Id: I40a4c56d659e843fb9d677e00986fb8e9013f3bc
Diffstat (limited to 'docs/index.rst')
-rw-r--r-- | docs/index.rst | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/docs/index.rst b/docs/index.rst new file mode 100644 index 0000000..50c29ad --- /dev/null +++ b/docs/index.rst @@ -0,0 +1,16 @@ +.. 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 + +.. _airship: + +================= +Airship Installer +================= + +.. toctree:: + :numbered: + :maxdepth: 2 + + release/release-notes/index + release/installation/index.rst |