diff options
author | Cristina Pauna <cristina.pauna@enea.com> | 2018-08-14 11:12:05 +0300 |
---|---|---|
committer | Cristina Pauna <cristina.pauna@enea.com> | 2018-08-14 13:42:16 +0300 |
commit | a2c88f5a3ea5b2bff932968c6fb0c0460c6a4291 (patch) | |
tree | 402fbc3b3689808c56c5940e1c71064fea79067d | |
parent | efa409ef103485e268894345f04ea73e61fdbaa8 (diff) |
Add edgecloud project to featureproject
The new project edgecloud needs to have links to its documentation in the
opnfv docs feature projects page.
Also fix the submodules to take the latest changes
Change-Id: If4476f1dbe70d5eeb9cad86cff7c2fba9e952be8
Signed-off-by: Cristina Pauna <cristina.pauna@enea.com>
-rw-r--r-- | .gitmodules | 4 | ||||
-rw-r--r-- | docs/featureprojects.rst | 6 | ||||
m--------- | docs/submodules/edgecloud | 0 |
3 files changed, 9 insertions, 1 deletions
diff --git a/.gitmodules b/.gitmodules index 119998fee..4d6455b5f 100644 --- a/.gitmodules +++ b/.gitmodules @@ -252,4 +252,6 @@ ignore = dirty [submodule "docs/submodules/edgecloud"] path = docs/submodules/edgecloud - url = https://gerrit.opnfv.org/gerrit/edgecloud + url = ../edgecloud + branch = . + ignore = dirty diff --git a/docs/featureprojects.rst b/docs/featureprojects.rst index 2f6340baf..d5afec867 100644 --- a/docs/featureprojects.rst +++ b/docs/featureprojects.rst @@ -103,6 +103,12 @@ Doctor ../submodules/doctor/docs/development/design/index ../submodules/doctor/docs/development/manuals/index +Edgecloud +--------- +.. toctree:: + :maxdepth: 1 + + ../submodules/edgecloud/docs/development/requirements/index IPV6 ---- diff --git a/docs/submodules/edgecloud b/docs/submodules/edgecloud -Subproject 9d8195c417981868fb35a43608cc885cad9bab8 +Subproject 3821e7480016b380e02e74026fc1c15ed743546 |