diff options
-rw-r--r-- | .gitreview | 1 | ||||
-rw-r--r-- | docs/conf.py | 2 | ||||
-rw-r--r-- | docs/release-notes.rst | 2 |
3 files changed, 4 insertions, 1 deletions
@@ -2,3 +2,4 @@ host=gerrit.onap.org port=29418 project=aai/aai-common +defaultbranch=kohn diff --git a/docs/conf.py b/docs/conf.py index d211470a..a703bc95 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -2,6 +2,8 @@ from docs_conf.conf import * branch = 'latest' master_doc = 'index' +release = "kohn" +version = "kohn" linkcheck_ignore = [ 'http://localhost', diff --git a/docs/release-notes.rst b/docs/release-notes.rst index 3855ee8c..5f288f83 100644 --- a/docs/release-notes.rst +++ b/docs/release-notes.rst @@ -23,7 +23,7 @@ Version: 11.0.0 New Features ------------ -The R11 Kohn release of ONAP includes updates to the schema and edge rules. AAI is serving v27 as the latest version of the REST APIs, and has support for v25. +The R11 Kohn release of ONAP includes updates to the schema and edge rules of A&AI. AAI is serving v27 as the latest version of the REST APIs, and has support for v25. - Model updates made on the following nodes for changes to attributes or indexing, present in v27 * User Network Interfaces (uni) |