From c234693db7a3095f0cfa731e757bfd93c4fe6db8 Mon Sep 17 00:00:00 2001 From: Mark Huggins Date: Tue, 29 Jul 2025 08:39:53 -0400 Subject: [PATCH] Expose custom-validation docs I actually though this had been removed from the blessed path because I couldn't find the docs. --- docs/.vitepress/config.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/.vitepress/config.ts b/docs/.vitepress/config.ts index 01f8b8d..2757b3e 100644 --- a/docs/.vitepress/config.ts +++ b/docs/.vitepress/config.ts @@ -28,6 +28,7 @@ const sidebar: DefaultTheme.Sidebar = [ { text: "Path mapping", link: "/path-mapping" }, { text: "Templates", link: "/templates" }, { text: "Routes", link: "/routes" }, + { test: "Custom Validation", link: "/custom-validation"}, ], }, ];