X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=docs%2Fconf.py;h=d4cdb81e268be92c74c291a4958276bd9d79dd1e;hb=8170f78af913d337f874477ba5dd93411e9e69da;hp=c5e504d8006afa6b9001465e3464e85633c8630f;hpb=534a1fe8136ed8d72615707008bdd6061d1df2fe;p=nonrtric.git diff --git a/docs/conf.py b/docs/conf.py index c5e504d8..d4cdb81e 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/docs/swagger.json', 'embed': True, } ]