diff options
author | Hector Anapan <ha076r@att.com> | 2017-09-07 17:45:55 -0400 |
---|---|---|
committer | Rich Bennett <rb2745@att.com> | 2017-09-07 21:56:51 +0000 |
commit | 3f33930bf1c1f116ae9321fbb6f26a1956c65501 (patch) | |
tree | 42fbdc91fa6df455a2a1c9deabd003edb76450fd | |
parent | bc4b496eabfd09e14472b47b0ab7262374582f84 (diff) |
Initial APPC Deployment Doc
This creates the necessary items to create the initial page for the appc/deployment.git documentation.
Change-Id: I65c61a5b2197df51efc3e162521831f18706a450
Signed-off-by: Hector Anapan <ha076r@att.com>
Issue-Id: DOC-33
-rw-r--r-- | .gitmodules | 5 | ||||
-rw-r--r-- | docs/release/repolist.rst | 1 | ||||
m--------- | docs/submodules/appc/deployment.git | 0 |
3 files changed, 6 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index 146a3c897..c207fa162 100644 --- a/.gitmodules +++ b/.gitmodules @@ -23,3 +23,8 @@ url = ../clamp branch = . ignore = dirty +[submodule "docs/submodules/appc/deployment.git"] + path = docs/submodules/appc/deployment.git + url = ../appc/deployment + branch = . + ignore = dirty diff --git a/docs/release/repolist.rst b/docs/release/repolist.rst index 1f57f7f93..4b10d4144 100644 --- a/docs/release/repolist.rst +++ b/docs/release/repolist.rst @@ -10,3 +10,4 @@ vnfrqts/requirements <../submodules/vnfrqts/requirements.git/docs/index> cli <../submodules/cli.git/docs/index> clamp <../submodules/clamp.git/docs/index> + appc/deployment <../submodules/appc/deployment.git/docs/index> diff --git a/docs/submodules/appc/deployment.git b/docs/submodules/appc/deployment.git new file mode 160000 +Subproject 244bba6a2d841f801ac0040e72479f75253c696 |