diff options
author | Rich Bennett <rb2745@att.com> | 2017-09-06 08:07:22 -0400 |
---|---|---|
committer | Rich Bennett <rb2745@att.com> | 2017-09-06 08:11:06 -0400 |
commit | e4c42511f8b14d8935fd5de89e072ecd33215c8a (patch) | |
tree | 3e19bae887791ff2ce1946fc4275b51cdd886a4d /docs/guide/vnf-provider | |
parent | 566885df28ad266eabb70af72b0155434385a64b (diff) |
Append .git submodule repositories, update guide
The submodule path hierarchy needs to support a name used as
hierarchy for lower level repositories or groupIDs AND allow
for a repository at each level eg submodules/appc and
submodules/appc/deployment are both repos. When viewed
in the submodule directory structure in the doc project, a
repository will have .git appended. The above example would
be submodules/appc.git submodules/appc/deployment.git
Change how to guide and convert existing submodule names
Rebased prior change
Change-Id: Ie16b8bbda7562aaaee3c21eb504dc6e293c98cbd
Issue-ID: DOC-33
Signed-off-by: Rich Bennett <rb2745@att.com>
Diffstat (limited to 'docs/guide/vnf-provider')
-rw-r--r-- | docs/guide/vnf-provider/index.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/guide/vnf-provider/index.rst b/docs/guide/vnf-provider/index.rst index 342c35da9..c43c5f394 100644 --- a/docs/guide/vnf-provider/index.rst +++ b/docs/guide/vnf-provider/index.rst @@ -8,5 +8,5 @@ VNF Provider Guide .. toctree:: :maxdepth: 2 - ../../submodules/vnfrqts/guidelines/docs/index.rst - ../../submodules/vnfrqts/requirements/docs/index.rst + ../../submodules/vnfrqts/guidelines.git/docs/index.rst + ../../submodules/vnfrqts/requirements.git/docs/index.rst |