X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=docs%2Fconf.py;h=21bfee917a40e7ace030a6ecbef811adaedfbb05;hb=2918bef3d237c99e6cf7e9c1ab1722781128617b;hp=85721c6af95ddb9a6e8569333c669a292f8b1016;hpb=d1702a33a3527cf46527c7cd61f435bd7ed08522;p=nonrtric.git diff --git a/docs/conf.py b/docs/conf.py index 85721c6a..21bfee91 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -8,24 +8,24 @@ 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. - './ecs-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',] redoc = [ { - 'name': 'RAC API', - 'page': 'rac-api', - 'spec': '../r-app-catalogue/api/rac-api.json', + 'name': 'ICS API', + 'page': 'ics-api', + 'spec': '../information-coordinator-service/api/ics-api.json', 'embed': True, }, { - 'name': 'ECS API', - 'page': 'ecs-api', - 'spec': '../enrichment-coordinator-service/api/ecs-api.json', - 'embed': True, + 'name': 'DMaaP Adaptor API', + 'page': 'dmaap-adaptor-api', + 'spec': '../dmaap-adaptor-java/api/api.json', } ]