diff options
author | Chris Donley <chrisd@alum.dartmouth.org> | 2017-09-19 13:50:19 -0700 |
---|---|---|
committer | Chris Donley <christopher.donley@huawei.com> | 2017-09-20 12:46:26 +0000 |
commit | cdd52f8893d59656c87664a5ffc4daff2f4a755b (patch) | |
tree | 358efce2f2b7b724753e970e253a31d637faee41 | |
parent | 8183b1de8c9018b909f74e878a6004f6b18d3152 (diff) |
setting up docs repo for vnfsdk
initial docs setup using the vnfsdk/model repo
Issue-ID: VNFSDK-43
Signed-off-by: Chris Donley <christopher.donley@huawei.com>
Change-Id: I5e98f3bfa778c048a95c2bb3a51bfbdff8929123
-rw-r--r-- | .gitmodules | 5 | ||||
-rw-r--r-- | docs/release/repolist.rst | 1 | ||||
m--------- | docs/submodules/vnfsdk/model.git | 0 |
3 files changed, 6 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index ccf6a23c0..521f714ca 100644 --- a/.gitmodules +++ b/.gitmodules @@ -59,3 +59,8 @@ url = ../vfc/nfvo/lcm branch = . ignore = dirty +[submodule "docs/submodules/vnfsdk/model.git"] + path = docs/submodules/vnfsdk/model.git + url = ../vnfsdk/model + branch = . + ignore = dirty diff --git a/docs/release/repolist.rst b/docs/release/repolist.rst index 79887359c..8b78c17d5 100644 --- a/docs/release/repolist.rst +++ b/docs/release/repolist.rst @@ -25,3 +25,4 @@ Documentation organized by the project delivering them. aaf/authz <../submodules/aaf/authz.git/docs/index> policy/engine <../submodules/policy/engine.git/docs/index> vfc/nfvo/lcm <../submodules/vfc/lcm.git/docs/index> + vnfsdk/model <../submodules/vnfsdk/model.git/docs/index> diff --git a/docs/submodules/vnfsdk/model.git b/docs/submodules/vnfsdk/model.git new file mode 160000 +Subproject bb55a8f2f59bd954fc820ce4ec42f24dc60b556 |