X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=docs%2Fconf.py;h=30ca786405577512bcd0b60f50f1265ab7652c00;hb=2b44069a703b916e2fa94d47448304e0101690d4;hp=59016f1cb2663a41ce92cf9b17081c97b9bdabfd;hpb=eaba24134a5a8124387b229dcc6cac53ad00d62c;p=optf%2Fosdf.git diff --git a/docs/conf.py b/docs/conf.py index 59016f1..30ca786 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -14,14 +14,14 @@ extensions = [ redoc = [ { 'name': 'OSDF API', - 'page': './osdf-api', + 'page': 'sections/osdf-api', 'spec': './api/swagger/oof-osdf-has-api.json', 'embed': True, }, { 'name': 'OPTENG API', - 'page': './opteng-api', - 'spec': './api/swagger/oof-osdf-has-api.json', + 'page': 'sections/opteng-api', + 'spec': './api/swagger/oof-optf-opteng-api.json', 'embed': True, } ]