diff options
author | efiacor <fiachra.corcoran@est.tech> | 2022-05-03 16:24:13 +0100 |
---|---|---|
committer | efiacor <fiachra.corcoran@est.tech> | 2022-05-03 16:24:19 +0100 |
commit | 1660a8c5518c45b8a424b15b8c63b71ae0b39c69 (patch) | |
tree | 7d48706094ef60898b8b7553a06b45914e92c750 /docs/oom_quickstart_guide.rst | |
parent | 9a62578638e21ecc0c12be240af6365b3e84a416 (diff) |
[DOCS] Clean up docs etc
Clean up docs dir
Add some stuff for J release
Signed-off-by: efiacor <fiachra.corcoran@est.tech>
Change-Id: Ie34bfe9c70129e3ffc34800481e4052faaebe067
Issue-ID: OOM-2953
Diffstat (limited to 'docs/oom_quickstart_guide.rst')
-rw-r--r-- | docs/oom_quickstart_guide.rst | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/oom_quickstart_guide.rst b/docs/oom_quickstart_guide.rst index a38c6f48bd..27d7a063e8 100644 --- a/docs/oom_quickstart_guide.rst +++ b/docs/oom_quickstart_guide.rst @@ -8,7 +8,7 @@ OOM Quick Start Guide ##################### -.. figure:: oomLogoV2-medium.png +.. figure:: images/oom_logo/oomLogoV2-medium.png :align: right Once a Kubernetes environment is available (follow the instructions in @@ -166,12 +166,12 @@ observe the following constraints. Example Keystone v2.0 -.. literalinclude:: example-integration-override.yaml +.. literalinclude:: yaml/example-integration-override.yaml :language: yaml Example Keystone v3 (required for Rocky and later releases) -.. literalinclude:: example-integration-override-v3.yaml +.. literalinclude:: yaml/example-integration-override-v3.yaml :language: yaml @@ -203,7 +203,7 @@ follows:: > helm repo update > helm search repo onap -.. literalinclude:: helm-search.txt +.. literalinclude:: helm/helm-search.txt .. note:: The setup of the Helm repository is a one time activity. If you make changes |