Merge "Update ACM design arch docs"
[policy/parent.git] / docs / clamp / acm / clamp-gui / policy-gui.rst
index bba5278..4e8721e 100644 (file)
@@ -16,7 +16,8 @@ This section describes how to run the front end on your local machine.
 
 **Building and running CLAMP**
 
-see `Clamp ACM Smoke Tests <https://docs.onap.org/projects/onap-policy-parent/en/latest/development/devtools/clamp-smoke.html>`__
+see
+:ref:`Clamp ACM Smoke Tests <policy-clamp-runtime-smoke-label>`
 
 **Step 1:** Go to the clamp directory
 
@@ -98,8 +99,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 +123,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 +161,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 +310,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