diff --git a/redoc.config.js b/redoc.config.js index 0afc73e..2958ab8 100644 --- a/redoc.config.js +++ b/redoc.config.js @@ -104,6 +104,11 @@ module.exports.specs = [ routePath: '/api/customer-portal', specUrl: 'https://docs.api.epilot.io/customer-portal.yaml', }, + { + layout: { title: 'Billing API' }, + routePath: '/api/billing', + specUrl: 'https://docs.api.epilot.io/billing.yaml', + }, { layout: { title: 'Metering API' }, routePath: '/api/metering',