summaryrefslogtreecommitdiffstats
path: root/docs/how-to-use-docs/include-documentation.rst
diff options
context:
space:
mode:
authorAric Gardner <agardner@linuxfoundation.org>2018-11-09 18:46:18 +0000
committerGerrit Code Review <gerrit@opnfv.org>2018-11-09 18:46:18 +0000
commit5e9c1775e3c52258f5a230358c18d5fbfa949401 (patch)
tree659a84ba9183d45a782e049885fa8260dc3d9764 /docs/how-to-use-docs/include-documentation.rst
parentc85a2be531eda41e3a634de67feb7ab49ac2397a (diff)
parente096c7fb3fd1c43dbf6588ced287ece1db7d1350 (diff)
Merge "Fix minor Documentation Formatting Errors"
Diffstat (limited to 'docs/how-to-use-docs/include-documentation.rst')
-rw-r--r--docs/how-to-use-docs/include-documentation.rst8
1 files changed, 6 insertions, 2 deletions
diff --git a/docs/how-to-use-docs/include-documentation.rst b/docs/how-to-use-docs/include-documentation.rst
index d1a5a6227..1798469dc 100644
--- a/docs/how-to-use-docs/include-documentation.rst
+++ b/docs/how-to-use-docs/include-documentation.rst
@@ -1,4 +1,5 @@
.. _include-documentation:
+
============================
Including your Documentation
============================
@@ -229,7 +230,7 @@ specified output folder directory.
Adding your project repository as a submodule
---------------------------
+---------------------------------------------
Clone the opnfvdocs repository and your submodule to .gitmodules following the convention of the file
@@ -244,7 +245,10 @@ Clone the opnfvdocs repository and your submodule to .gitmodules following the c
git review
Removing a project repository as a submodule
---------------------------
+--------------------------------------------
+
+.. code-block:: bash
+
git rm docs/submodules/$reponame
rm -rf .git/modules/$reponame
git config -f .git/config --remove-section submodule.$reponame 2> /dev/null