From b466bbf55faecae2b529275c2631fa8f882674c4 Mon Sep 17 00:00:00 2001 From: Douglas-Lee Date: Mon, 4 Aug 2025 22:23:35 +0800 Subject: [PATCH] chore: update OpenAPI link --- .vitepress/config.mts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.vitepress/config.mts b/.vitepress/config.mts index a0de94f..9932fe9 100644 --- a/.vitepress/config.mts +++ b/.vitepress/config.mts @@ -95,7 +95,7 @@ function sidebarDocs(): DefaultTheme.SidebarItem[] { text: "References", items: [ { text: 'CLI', link: 'docs/cli' }, - { text: 'OpenAPI', link: 'https://github.com/webhookx-io/webhookx/blob/main/openapi.yml' }, + { text: 'API Reference', link: 'https://webhookx.mintlify.app/api-reference/' }, { text: 'Release Notes', link: 'https://github.com/webhookx-io/webhookx/releases' }, ] },