diff --git a/redoc.config.js b/redoc.config.js index db2db75..cbac05e 100644 --- a/redoc.config.js +++ b/redoc.config.js @@ -149,6 +149,11 @@ module.exports.specs = [ routePath: '/api/notification', specUrl: 'https://docs.api.epilot.io/svc-notification-api.yaml', }, + { + layout: { title: 'Blueprints API' }, + routePath: '/api/blueprints', + specUrl: 'https://docs.api.epilot.io/tf-blueprint.yaml', + }, { layout: { title: 'Product API' }, routePath: '/api/product',