We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cbc13da commit 3bd7589Copy full SHA for 3bd7589
docs/.vitepress/config.ts
@@ -41,6 +41,10 @@ export const config: UserConfig = {
41
text: "Demo",
42
link: "/demo",
43
},
44
+ {
45
+ text: "Playground",
46
+ link: "/playground",
47
+ },
48
{
49
text: "Releases",
50
link: "https://github.com/MelihAltintas/vue3-openlayers/releases",
@@ -431,7 +435,7 @@ export const config: UserConfig = {
431
435
],
432
436
433
437
434
- text: "Build a Plugin",
438
+ text: "Extension",
439
items: [
440
441
text: "Extend vue3-openlayers",
0 commit comments