diff options
author | Gregory Glover <gg2147@att.com> | 2017-11-16 11:11:46 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2017-11-16 11:11:46 +0000 |
commit | f46da6dac70ae0234f09e70dc1a18c49dfc282dc (patch) | |
tree | a861bdf08d46df6800925188c495a7fa427ed287 | |
parent | b4eb90888b468e0b492e48e4a5325db7c6ac1524 (diff) | |
parent | 012df4a1961a478e2f8e9faf18980799a3e147bb (diff) |
Merge "Add documentation submodule for vvp product"
-rw-r--r-- | .gitmodules | 5 | ||||
-rw-r--r-- | docs/release/repolist.rst | 1 |
2 files changed, 6 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index c58954b56..fc7cd0713 100644 --- a/.gitmodules +++ b/.gitmodules @@ -273,3 +273,8 @@ url = ../modeling/toscaparsers branch = . ignore = dirty +[submodule "docs/submodules/vvp/documentation.git"] + path = docs/submodules/vvp/documentation.git + url = ../vvp/documentation + branch = . + ignore = dirty diff --git a/docs/release/repolist.rst b/docs/release/repolist.rst index 3c40dd6df..ecb0435af 100644 --- a/docs/release/repolist.rst +++ b/docs/release/repolist.rst @@ -75,3 +75,4 @@ Project/Components ../submodules/vnfrqts/guidelines.git/docs/index ../submodules/vnfrqts/requirements.git/docs/index VNF Software Development Kit <../submodules/vnfsdk/model.git/docs/index> + VVP Documentation <../submodules/vvp/documentation.git/docs/index> |