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 /.gitmodules | |
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
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 5 |
1 files changed, 5 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 |