From da45ef9338cc69ff6829868bc15d4e4277196e93 Mon Sep 17 00:00:00 2001 From: Adeola Adeyemo Date: Mon, 18 Aug 2025 09:42:26 +0100 Subject: [PATCH] feat: add page for validation rules client Signed-off-by: Adeola Adeyemo --- redoc.config.js | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/redoc.config.js b/redoc.config.js index 83a63e5..a31cf47 100644 --- a/redoc.config.js +++ b/redoc.config.js @@ -184,4 +184,9 @@ module.exports.specs = [ routePath: '/api/kanban', specUrl: 'https://docs.api.epilot.io/kanban.yaml', }, + { + layout: { title: 'Validation Rules API' }, + routePath: '/api/validation-rules', + specUrl: 'https://docs.api.epilot.io/validation-rules.yaml', + }, ];