diff options
Diffstat (limited to 'docs/conf.py')
-rw-r--r-- | docs/conf.py | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/docs/conf.py b/docs/conf.py index b4e839ec..61e5f792 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -62,6 +62,15 @@ redoc = [ } }, { + 'name': 'Policy OPA', + 'page': 'opa/local-swagger', + 'spec': 'https://raw.githubusercontent.com/onap/policy-opa-pdp/' + release + '/api/openapi.yaml', + 'opts': { + 'suppress-warnings': True, + 'hide-hostname': True, + } + }, + { 'name': 'Policy DROOLS', 'page': 'drools/local-swagger', 'spec': 'https://raw.githubusercontent.com/onap/policy-drools-pdp/' + release + '/feature-healthcheck/src/main/resources/openapi/openapi.yaml', |