X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=docs%2Fconf.py;h=4ee69983335476c5648b5a224f03b7055e4716e4;hb=73f301f9e1d71c74a2faccd98d94d197aeb3f05f;hp=c5e504d8006afa6b9001465e3464e85633c8630f;hpb=ab694bbc1f781846d8dd0e08bfee15457dcc5e2b;p=nonrtric.git diff --git a/docs/conf.py b/docs/conf.py index c5e504d8..4ee69983 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -11,6 +11,7 @@ linkcheck_ignore = [ './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',] @@ -32,6 +33,11 @@ redoc = [ '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, } ]