X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=docs%2Fconf.py;fp=docs%2Fconf.py;h=42330a686d1599e976efffc4ba830f8672a64d81;hb=b5b49792cd70b9ea818b993ff2a19cfcd2061f63;hp=e4fa58d440882348a9214b4ab56907ed66f9bf34;hpb=f87470c985836d38f7206f2e1e6298c6d010a8a7;p=sim%2Fa1-interface.git diff --git a/docs/conf.py b/docs/conf.py index e4fa58d..42330a6 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -8,6 +8,7 @@ linkcheck_ignore = [ 'http://localhost.*', 'http://127.0.0.1.*', 'https://gerrit.o-ran-sc.org.*', + './KAFKA_DISPATCHER_api.html', './EXT_SRV_api.html', #Generated file that doesn't exist at link check. ] @@ -19,7 +20,13 @@ redoc = [ 'page': 'EXT_SRV_api', 'spec': '../near-rt-ric-simulator/test/EXT_SRV/api/EXT_SRV_api.yaml', 'embed': True, - } + }, + { + 'name': 'Kafka Message Dispatcher', + 'page': 'KAFKA_DISPATCHER_api', + 'spec': '../near-rt-ric-simulator/test/KAFKA_DISPATCHER/api/KAFKA_DISPATCHER_api.yaml', + 'embed': True, + }, ] redoc_uri = 'https://cdn.jsdelivr.net/npm/redoc@next/bundles/redoc.standalone.js'