diff options
author | ToineSiebelink <toine.siebelink@est.tech> | 2022-04-27 10:51:58 +0100 |
---|---|---|
committer | ToineSiebelink <toine.siebelink@est.tech> | 2022-04-27 10:52:09 +0100 |
commit | 5bcece0299c72c429e98aa1715b6bb22b2f549fc (patch) | |
tree | 3faa4896baad9a4784de230a228deaee9600122d /docs | |
parent | 8ee24f73292a602be90db2965c6e981a6ba7f99b (diff) |
Finalise documentation for Jakartajakarta
Repo changed to jakarta
All reference to OOM repo still points to master as Jakarta branching is not yet done for OOM.
Issue-ID: CPS-976
Signed-off-by: ToineSiebelink <toine.siebelink@est.tech>
Change-Id: Ieabe8d7682501da5e86aa3e3826a5ddd399b2bd5
Diffstat (limited to 'docs')
-rw-r--r-- | docs/conf.py | 2 | ||||
-rw-r--r-- | docs/conf.yaml | 4 | ||||
-rw-r--r-- | docs/deployment.rst | 6 |
3 files changed, 6 insertions, 6 deletions
diff --git a/docs/conf.py b/docs/conf.py index 5995aff3..07da78f3 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -1,5 +1,5 @@ # ============LICENSE_START======================================================= -# Copyright (C) 2021 Nordix Foundation +# Copyright (C) 2021-2022 Nordix Foundation # ================================================================================ # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/docs/conf.yaml b/docs/conf.yaml index 8425e089..1d2f15f6 100644 --- a/docs/conf.yaml +++ b/docs/conf.yaml @@ -1,5 +1,5 @@ # ============LICENSE_START======================================================= -# Copyright (C) 2021 Nordix Foundation +# Copyright (C) 2021-2022 Nordix Foundation # ================================================================================ # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -21,5 +21,5 @@ project_cfg: onap project: onap # Change this to ReleaseBranchName to modify the header -default-version: latest +default-version: jakarta # diff --git a/docs/deployment.rst b/docs/deployment.rst index 0d7b1031..7d418047 100644 --- a/docs/deployment.rst +++ b/docs/deployment.rst @@ -1,6 +1,6 @@ .. This work is licensed under a Creative Commons Attribution 4.0 International License. .. http://creativecommons.org/licenses/by/4.0 -.. Copyright (C) 2021 Nordix Foundation +.. Copyright (C) 2021-2022 Nordix Foundation .. DO NOT CHANGE THIS LABEL FOR RELEASE NOTES - EVEN THOUGH IT GIVES A WARNING .. _deployment: @@ -54,6 +54,6 @@ values to configure for the application being deployed. This list is not exhaust DMI-Plugin Docker Installation ============================== -DMI-Plugin can also be installed in a docker environment. Latest `docker-compose <https://github.com/onap/cps-ncmp-dmi-plugin/blob/master/docker-compose/docker-compose.yml>`_ is included in the repo to start all the relevant +DMI-Plugin can also be installed in a docker environment. Latest `docker-compose <https://github.com/onap/cps-ncmp-dmi-plugin/blob/jakarta/docker-compose/docker-compose.yml>`_ is included in the repo to start all the relevant services. -Latest instructions are covered in the `README <https://github.com/onap/cps-ncmp-dmi-plugin/blob/master/docker-compose/README.md>`_ +The instructions are covered in the `README <https://github.com/onap/cps-ncmp-dmi-plugin/blob/jakarta/docker-compose/README.md>`_ |