From: Pawel Wieczorek Date: Wed, 23 Jan 2019 16:32:18 +0000 (+0100) Subject: docs: Ensure literal block rendering X-Git-Tag: 4.0.0-ONAP~383^2 X-Git-Url: https://gerrit.onap.org/r/gitweb?p=oom.git;a=commitdiff_plain;h=aa859cd82bc6fde0c13b4ab7b0d82db5570fb7e9 docs: Ensure literal block rendering Literal block is not rendered as such unless separated from the surrounding paragraphs by blank lines [1]. [1] http://www.sphinx-doc.org/en/master/usage/restructuredtext/basics.html#literal-blocks Issue-ID: DOC-382 Change-Id: I54811c93bf126005d0eeb954102e010ad0055c48 Signed-off-by: Pawel Wieczorek --- diff --git a/docs/oom_quickstart_guide.rst b/docs/oom_quickstart_guide.rst index 0029d5fb9a..a965603efd 100644 --- a/docs/oom_quickstart_guide.rst +++ b/docs/oom_quickstart_guide.rst @@ -20,7 +20,8 @@ available), follow the following instructions to deploy ONAP. > cd oom/kubernetes **Step 2.** Install Helm Plugins required to deploy the ONAP Casablanca release:: - sudo cp -R ~/oom/kubernetes/helm/plugins/ ~/.helm + + > sudo cp -R ~/oom/kubernetes/helm/plugins/ ~/.helm **Step 3.** Customize the onap/values.yaml file to suit your deployment. You may want to selectively enable or disable ONAP components by changing the @@ -74,6 +75,7 @@ Use the following to monitor your deployment and determine when ONAP is ready fo > kubectl get pods --all-namespaces -o=wide Undeploying onap can be done using the following command:: + > helm undeploy dev --purge