remove submodules content from doc dev guide 23/130423/2
authorthmsdt <thomas.kulik@telekom.de>
Tue, 23 Aug 2022 13:10:42 +0000 (15:10 +0200)
committerCedric Ollivier <cedric.ollivier@orange.com>
Wed, 24 Aug 2022 09:38:47 +0000 (09:38 +0000)
Issue-ID: DOC-798

Signed-off-by: thmsdt <thomas.kulik@telekom.de>
Change-Id: I18434881e4840066d3ea4fdd9aab1faa8c7b68be

docs/guides/onap-documentation/setup-of-a-doc-dev-system.rst

index ee04555..424341b 100644 (file)
@@ -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
 ------