diff options
-rwxr-xr-x | build-composite.sh | 1 | ||||
-rw-r--r-- | docs/configguide/feature-config.rst | 1 | ||||
-rw-r--r-- | docs/configguide/post-install.rst | 1 | ||||
-rw-r--r-- | docs/userguide/feature-usage.rst | 1 |
4 files changed, 4 insertions, 0 deletions
diff --git a/build-composite.sh b/build-composite.sh index d05d6c4fc..a87db0b47 100755 --- a/build-composite.sh +++ b/build-composite.sh @@ -24,6 +24,7 @@ get_repo_names() { # grep -v '^#' releng/jjb/opnfvdocs/project.cfg | sort echo "sdnvpn" echo "fuel" + echo "ipv6" echo "joid" echo "functest" echo "apex" diff --git a/docs/configguide/feature-config.rst b/docs/configguide/feature-config.rst index 60696caf4..1d0650200 100644 --- a/docs/configguide/feature-config.rst +++ b/docs/configguide/feature-config.rst @@ -10,6 +10,7 @@ The following sections describe the configuration options for specific platform Further details for each feature are captured in the referred project documentation. .. include:: ../projects/copper/configguide/configguide.rst +.. include:: ../projects/ipv6/configguide/featureconfig.rst .. include:: ../projects/promise/configguide/featureconfig.rst .. include:: ../projects/sdnvpn/configguide/configguide.rst diff --git a/docs/configguide/post-install.rst b/docs/configguide/post-install.rst index 1a7c4ca53..af5039306 100644 --- a/docs/configguide/post-install.rst +++ b/docs/configguide/post-install.rst @@ -13,6 +13,7 @@ The following guides provide information on how to validate the installation of based on the tools and test suites available for the installation tool you have selected: .. include:: ../projects/functest/configguide/configguide.rst +.. include:: ../projects/ipv6/configguide/postinstall.rst .. include:: ../projects/joid/configguide/postinstall.rst The following sections provide information on how to validate the features you have diff --git a/docs/userguide/feature-usage.rst b/docs/userguide/feature-usage.rst index 0b23c42eb..a90038fb9 100644 --- a/docs/userguide/feature-usage.rst +++ b/docs/userguide/feature-usage.rst @@ -12,4 +12,5 @@ some operation in this section may refer back to the guides in the general syste .. include:: ../projects/promise/userguide/userguide.rst .. include:: ../projects/copper/userguide/userguide.rst +.. include:: ../projects/ipv6/userguide/userguide.rst |