summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorthmsdt <thomas.kulik@telekom.de>2022-08-23 15:10:42 +0200
committerCedric Ollivier <cedric.ollivier@orange.com>2022-08-24 09:38:47 +0000
commit16f01fd1d6e69c8920b2a8f4f115a837729c0cf7 (patch)
tree3a5566530f5e041e5493d4d75ede8b15c57b43c3
parent2b656069e435efb5dc2d143806b37a2fc1311b51 (diff)
remove submodules content from doc dev guide
Issue-ID: DOC-798 Signed-off-by: thmsdt <thomas.kulik@telekom.de> Change-Id: I18434881e4840066d3ea4fdd9aab1faa8c7b68be
-rw-r--r--docs/guides/onap-documentation/setup-of-a-doc-dev-system.rst8
1 files changed, 7 insertions, 1 deletions
diff --git a/docs/guides/onap-documentation/setup-of-a-doc-dev-system.rst b/docs/guides/onap-documentation/setup-of-a-doc-dev-system.rst
index ee0455517..424341b1f 100644
--- a/docs/guides/onap-documentation/setup-of-a-doc-dev-system.rst
+++ b/docs/guides/onap-documentation/setup-of-a-doc-dev-system.rst
@@ -367,7 +367,7 @@ Clone repo
.. code-block:: bash
cd ~/environments/onapdocs
- git clone --recurse-submodules ssh://<GIT-USER>@gerrit.onap.org:29418/doc
+ git clone ssh://<GIT-USER>@gerrit.onap.org:29418/doc
-------------------------------------------------------------------------------
@@ -645,6 +645,12 @@ Git
- `LF RelEng Git Guide <https://docs.releng.linuxfoundation.org/en/latest/git.html>`__
- `How To Install Git on Ubuntu 20.04 <https://www.digitalocean.com/community/tutorials/how-to-install-git-on-ubuntu-20-04>`__
+ONAP Documentation Procedures for Developers
+--------------------------------------------
+
+- `Procedure #1 for the ONAP Documentation Team <https://wiki.onap.org/x/-IpkBg>`__
+- `Procedure #2 for all other ONAP Project Teams <https://wiki.onap.org/x/w4IEBw>`__
+
Python
------