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"}, ], }, ];