X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=docs%2Fconf.py;h=4ee69983335476c5648b5a224f03b7055e4716e4;hb=73f301f9e1d71c74a2faccd98d94d197aeb3f05f;hp=a6ae7f96c50f52e71f4a3ee603994a07b5d480b2;hpb=0b0cb1fdcf166e438c6932f1eb0f29dafafbe635;p=nonrtric.git diff --git a/docs/conf.py b/docs/conf.py index a6ae7f96..4ee69983 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -8,7 +8,10 @@ linkcheck_ignore = [ 'http://localhost.*', 'http://127.0.0.1.*', 'https://gerrit.o-ran-sc.org.*', - './rac-api.html' #Generated file that doesn't exist at link check. + './rac-api.html', #Generated file that doesn't exist at link check. + './ics-api.html', #Generated file that doesn't exist at link check. + './dmaap-adaptor-api.html' #Generated file that doesn't exist at link check. + './dmaap-mediator-producer-api.html' #Generated file that doesn't exist at link check. ] extensions = ['sphinxcontrib.redoc', 'sphinx.ext.intersphinx',] @@ -19,6 +22,23 @@ redoc = [ 'page': 'rac-api', 'spec': '../r-app-catalogue/api/rac-api.json', 'embed': True, + }, + { + 'name': 'ICS API', + 'page': 'ics-api', + 'spec': '../information-coordinator-service/api/ics-api.json', + 'embed': True, + }, + { + 'name': 'DMaaP Adaptor API', + 'page': 'dmaap-adaptor-api', + 'spec': '../dmaap-adaptor-java/api/api.json', + }, + { + 'name': 'DMaaP Mediator Producer API', + 'page': 'dmaap-mediator-producer-api', + 'spec': '../dmaap-mediator-producer/api/swagger.json', + 'embed': True, } ]