summaryrefslogtreecommitdiffstats
path: root/docs/guides/onap-developer
diff options
context:
space:
mode:
Diffstat (limited to 'docs/guides/onap-developer')
-rw-r--r--docs/guides/onap-developer/architecture/references.rst2
-rw-r--r--docs/guides/onap-developer/developing/index.rst6
-rw-r--r--docs/guides/onap-developer/how-to-use-docs/include-documentation.rst6
3 files changed, 9 insertions, 5 deletions
diff --git a/docs/guides/onap-developer/architecture/references.rst b/docs/guides/onap-developer/architecture/references.rst
index 5c3dcac04..93b4dc68a 100644
--- a/docs/guides/onap-developer/architecture/references.rst
+++ b/docs/guides/onap-developer/architecture/references.rst
@@ -47,7 +47,7 @@ Platform Components
| :ref:`APPC - Application Controller<onap-appc:master_index>`
| :ref:`DCAE - Data Collection Analytics and Events<onap-dcaegen2:architecture>`
| :ref:`Holmes<onap-holmes-rule-management:architecture>`
-| :ref:`Policy<onap-policy-engine:architecture>`
+| :ref:`Policy<onap-policy-parent:architecture>`
| :ref:`SDNC - SDN Controller OAM<onap-sdnc-oam:architecture>`
| :ref:`SO - Service Orchestrator<onap-so:architecture>`
| :ref:`VFC - Virtual Function Controller<onap-vfc-nfvo-lcm:architecture>`
diff --git a/docs/guides/onap-developer/developing/index.rst b/docs/guides/onap-developer/developing/index.rst
index e0bc103a3..e4bb6b149 100644
--- a/docs/guides/onap-developer/developing/index.rst
+++ b/docs/guides/onap-developer/developing/index.rst
@@ -44,7 +44,6 @@ Application Authorization Framework
| :ref:`aaf authz<onap-aaf-authz:master_index>`
| :ref:`Secret Management Service<onap-aaf-sms:master_index>`
-| :ref:`Certification Service<onap-aaf-certservice:master_index>`
Command Line Interface
----------------------
@@ -203,7 +202,8 @@ ONAP Operations Manager
:maxdepth: 2
:titlesonly:
-:ref:`oom<onap-oom:master_index>`
+| :ref:`oom<onap-oom:master_index>`
+| :ref:`CMPv2 CertService<onap-oom-certservice:master_index>`
Optimization Framework
----------------------
@@ -225,8 +225,6 @@ Policy Framework
:ref:`policy parent<onap-policy-parent:master_index>`
-:ref:`policy engine<onap-policy-engine:master_index>`
-
Portal Platform
---------------
diff --git a/docs/guides/onap-developer/how-to-use-docs/include-documentation.rst b/docs/guides/onap-developer/how-to-use-docs/include-documentation.rst
index c59e956a1..91f530983 100644
--- a/docs/guides/onap-developer/how-to-use-docs/include-documentation.rst
+++ b/docs/guides/onap-developer/how-to-use-docs/include-documentation.rst
@@ -475,6 +475,12 @@ Change directory to doc & install requirements.
cd doc
pip install -r etc/requirements.txt
+.. warning::
+
+ Just follow the next step (copying conf.py from Doc project to your project)
+ if that is your intention, otherwise skip it. Currently all projects should already have a conf.py file.
+ Through the next step, this file and potential extensions in your project get overriden.
+
Copy the conf.py file to your project folder where RST files have been kept:
.. code-block:: bash