diff options
Diffstat (limited to 'docs/conf.py')
-rw-r--r-- | docs/conf.py | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/conf.py b/docs/conf.py index bb52b59d..29923a05 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -15,6 +15,12 @@ redoc = [ 'page': 'offeredapis/pms-api', 'spec': './offeredapis/swagger/pms-api.json', 'embed': True, + }, + { + 'name': 'A1 ADAPTER API', + 'page': 'offeredapis/a1-adapter-api', + 'spec': './offeredapis/swagger/a1-adapter-api.json', + 'embed': True, } ] |