From 3bd7589df027e6af84d64c78829a84d47207a3f8 Mon Sep 17 00:00:00 2001 From: Danny Koppenhagen Date: Sun, 21 Apr 2024 22:33:12 +0200 Subject: [PATCH] docs: update nav --- docs/.vitepress/config.ts | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/docs/.vitepress/config.ts b/docs/.vitepress/config.ts index 318d1fe..31a1a1d 100644 --- a/docs/.vitepress/config.ts +++ b/docs/.vitepress/config.ts @@ -41,6 +41,10 @@ export const config: UserConfig = { text: "Demo", link: "/demo", }, + { + text: "Playground", + link: "/playground", + }, { text: "Releases", link: "https://github.com/MelihAltintas/vue3-openlayers/releases", @@ -431,7 +435,7 @@ export const config: UserConfig = { ], }, { - text: "Build a Plugin", + text: "Extension", items: [ { text: "Extend vue3-openlayers",