Fix some blocks and cross-reference not loading correctly 20/128720/3
authoradheli.tavares <adheli.tavares@est.tech>
Wed, 20 Apr 2022 10:48:55 +0000 (11:48 +0100)
committerAdheli Tavares <adheli.tavares@est.tech>
Thu, 21 Apr 2022 16:20:33 +0000 (16:20 +0000)
Issue-ID: POLICY-3941
Change-Id: I846063e84f33366634b61f06482e9d73ca0eb5c7
Signed-off-by: adheli.tavares <adheli.tavares@est.tech>
docs/clamp/acm/clamp-gui/policy-gui.rst

index bba5278..63d603b 100644 (file)
@@ -98,8 +98,6 @@ see `Clamp ACM Smoke Tests <https://docs.onap.org/projects/onap-policy-parent/en
 2 - Checking out and building the UI
 ====================================
 
-.. _Building UI
-
 **Step 1:** Checkout the UI from the repo
 
 .. code-block:: bash
@@ -124,28 +122,25 @@ see `Clamp ACM Smoke Tests <https://docs.onap.org/projects/onap-policy-parent/en
 
     npm start --scripts-prepend-node-path
 
-** If you get the following error
+*If you get the following error*
 
 .. image:: images/03-gui.png
 
-    gedit package.json
-
 .. code-block:: bash
 
-   change the following
-   "version": "${project.version}",
+   gedit package.json
 
-   to
+Then change ``"version": "${project.version}",`` to ``"version": "2.1.1",``
 
-   "version": "2.1.1",
+Save and close, then delete the node_modules directory
 
-    save and close
-
-    then delete the node_modules directory
+.. code-block:: bash
 
     rm -rf node_modules/
 
-    then run again
+Then run again
+
+.. code-block:: bash
 
     npm install
 
@@ -165,7 +160,7 @@ This section describes how to commission and decommission the Tosca Service Temp
 
 ** Prerequisite:
 
-see clamp-policy-gui-label_
+See :ref:`Policy GUI Prerequisites<clamp-policy-gui-label>`
 
 **Step 1:** From the Main Menu Click on TOSCA Automation Composition Dropdown
 
@@ -314,4 +309,6 @@ see building-ui-label_
 
 .. image:: images/23-gui.png
 
-* NOTE: Can't change from Passive to Running in a local developer machine, can only change in the production environment
\ No newline at end of file
+* NOTE: Can't change from Passive to Running in a local developer machine, can only change in the production environment
+
+End of document