We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 32477bf commit eaaae44Copy full SHA for eaaae44
2 files changed
docs/astro.config.mjs
@@ -55,6 +55,10 @@ export default defineConfig({
55
label: 'PinElement 🛠',
56
link: '/docs/api/pin-element',
57
},
58
+ {
59
+ label: 'MarkerClusterer 🛠',
60
+ link: '/docs/api/marker-clusterer',
61
+ },
62
{
63
label: 'Control 🛠',
64
link: '/docs/api/control',
docs/src/content/docs/docs/api/marker-clusterer.mdx
@@ -0,0 +1,6 @@
1
+---
2
+title: MarkerClusterer
3
+description: description
4
5
+
6
+🛠🛠🛠 This documentation is currently in progress. 🛠🛠🛠
0 commit comments