diff --git a/v3-docs/docs/.vitepress/config.mts b/v3-docs/docs/.vitepress/config.mts index 380b12e820..cb3e6d6910 100644 --- a/v3-docs/docs/.vitepress/config.mts +++ b/v3-docs/docs/.vitepress/config.mts @@ -21,6 +21,7 @@ export default defineConfig({ text: "Examples", items: [ { text: "API", link: "/api" }, + { text: "API Map", link: "/source/index" }, { text: "Runtime API Examples", link: "/api-examples" }, ], },