diff options
author | MatthewHarffy <Matthew.harffy@amdocs.com> | 2017-09-14 15:29:34 +0100 |
---|---|---|
committer | Rich Bennett <rb2745@att.com> | 2017-09-14 15:00:14 +0000 |
commit | 8e73d8b3bc3ea97a1e1e84600b4bb3d7d0777e78 (patch) | |
tree | 9c09c0ec7c96f61bcf55cbfface31f0298ae5ca8 /.gitmodules | |
parent | 7dd22411dc0e6670db35b29416d5ae5de3fecd5f (diff) |
Add aai/search-data-service as submodule to docs
First AAI doc submodule repo inclusion, following instructions from
readthedocs.io Setting Up page.
Change-Id: I61fe98666370691d447c658262a299bf909d5ae1
Issue-Id: DOC-77
Signed-off-by: MatthewHarffy <Matthew.harffy@amdocs.com>
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index c207fa162..8b6414730 100644 --- a/.gitmodules +++ b/.gitmodules @@ -28,3 +28,8 @@ url = ../appc/deployment branch = . ignore = dirty +[submodule "docs/submodules/aai/search-data-service.git"] + path = docs/submodules/aai/search-data-service.git + url = ../aai/search-data-service + branch = . + ignore = dirty |