Skip to content

Commit

Permalink
docs: update nav
Browse files Browse the repository at this point in the history
  • Loading branch information
d-koppenhagen committed Apr 21, 2024
1 parent cbc13da commit 3bd7589
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion docs/.vitepress/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -431,7 +435,7 @@ export const config: UserConfig = {
],
},
{
text: "Build a Plugin",
text: "Extension",
items: [
{
text: "Extend vue3-openlayers",
Expand Down

0 comments on commit 3bd7589

Please sign in to comment.