Update config with api map link

This commit is contained in:
Gabriel Grubba
2023-12-18 17:28:21 -03:00
parent 4f9e497c56
commit 63872feb62

View File

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