We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 82928cd commit acbb3cfCopy full SHA for acbb3cf
docs/.vitepress/config.ts
@@ -26,8 +26,8 @@ export default defineConfig({
26
text: 'Guide',
27
items: [
28
{ text: 'Using L', link: '/guide/using-l' },
29
- { text: 'Accessing a map instance', link: '/guide/accessing-map-instance' }
30
- // { text: 'Leaflet.markercluster', link: '/guide/marker-cluster' }
+ { text: 'Accessing a map instance', link: '/guide/accessing-map-instance' },
+ { text: 'Leaflet.markercluster', link: '/guide/marker-cluster' }
31
]
32
},
33
{
0 commit comments