From abeff52e66ea6999caec3d4eb333efee2e9ee189 Mon Sep 17 00:00:00 2001 From: thmsdt Date: Tue, 9 May 2023 16:09:45 +0200 Subject: prepare docs for R12 Issue-ID: DOC-811 Signed-off-by: thmsdt Change-Id: Ic6d3bd3f30455d4b532a51dbfd7ce9361dd6a7c8 --- docs/conf.py | 4 ++-- docs/index.rst | 38 +++++++++++++++++++------------------- docs/release-notes.rst | 16 ++++++++-------- 3 files changed, 29 insertions(+), 29 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index e7af3f626..31f1cb0b1 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -1,6 +1,6 @@ project = "onap" -release = "master" -version = "master" +release = "london" +version = "london" author = "Open Network Automation Platform" # yamllint disable-line rule:line-length diff --git a/docs/index.rst b/docs/index.rst index df86f098e..bb2095454 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -6,23 +6,23 @@ .. please disable below in the release version - -.. warning:: **WORK IN PROGRESS** - - .. figure:: _static/exclamation-triangle.svg - :align: left - :scale: 760% - :figwidth: 120px - - This is a development version of ONAP documentation. It continually - develops as the contributing projects develop. Even if you read a specific - release name here, the content may cover a future ONAP release. - - **The official release documentation for ONAP 'Kohn' can be found** - `[here] `__ - -| - +.. +.. .. warning:: **WORK IN PROGRESS** +.. +.. .. figure:: _static/exclamation-triangle.svg +.. :align: left +.. :scale: 760% +.. :figwidth: 120px +.. +.. This is a development version of ONAP documentation. It continually +.. develops as the contributing projects develop. Even if you read a specific +.. release name here, the content may cover a future ONAP release. +.. +.. **The official release documentation for ONAP 'London' can be found** +.. `[here] `__ +.. +.. | +.. .. please disable above in the release version Open Network Automation Platform @@ -42,8 +42,8 @@ any product could on its own. ------------------------------------------------------------------------------- -:ref:`'Kohn' Release Notes ` ------------------------------------------------- +:ref:`'London' Release Notes ` +-------------------------------------------------- .. figure:: _static/file.svg :align: left diff --git a/docs/release-notes.rst b/docs/release-notes.rst index b289770d4..88c2e5b66 100644 --- a/docs/release-notes.rst +++ b/docs/release-notes.rst @@ -12,23 +12,23 @@ Release Notes This document provides the release notes for the documentation project. -Kohn Releases -============= +London Releases +=============== The following releases are available: - - `Kohn Major Release 11.0.0`_ + - `London Major Release 12.0.0`_ -Kohn Major Release 11.0.0 -========================= +London Major Release 12.0.0 +=========================== +--------------------------------------+--------------------------------------+ | **Project** | Documentation Project | | | | +--------------------------------------+--------------------------------------+ -| **Release name** | Kohn | +| **Release name** | London | | | | +--------------------------------------+--------------------------------------+ -| **Release version** | 11.0.0 | +| **Release version** | 12.0.0 | | | | +--------------------------------------+--------------------------------------+ @@ -49,4 +49,4 @@ New features All JIRA tickets for this release can be found here: `ONAP Documentation Jira`_ -.. _`ONAP Documentation Jira`: https://jira.onap.org/issues/?jql=project%20%3D%20DOC%20AND%20fixVersion%20%3D%20%22Kohn%20Release%22%20%20ORDER%20BY%20priority%20DESC%2C%20updated%20DESC +.. _`ONAP Documentation Jira`: https://jira.onap.org/issues/?jql=project%20%3D%20DOC%20AND%20fixVersion%20%3D%20%22London%20Release%22%20%20ORDER%20BY%20priority%20DESC%2C%20updated%20DESC -- cgit 1.2.3-korg