@@ -36,76 +36,68 @@ export default defineConfig({
3636 link : '/docs/api/google-map-api-loader' ,
3737 } ,
3838 {
39- label : 'GoogleMap 🛠 ' ,
39+ label : 'GoogleMap' ,
4040 link : '/docs/api/google-map' ,
4141 } ,
4242 {
43- label : 'Marker 🛠 ' ,
43+ label : 'Marker' ,
4444 link : '/docs/api/marker' ,
4545 } ,
4646 {
47- label : 'CustomMarker 🛠 ' ,
47+ label : 'CustomMarker' ,
4848 link : '/docs/api/custom-marker' ,
4949 } ,
5050 {
51- label : 'AdvancedMarker 🛠 ' ,
51+ label : 'AdvancedMarker (w/ PinElement) ' ,
5252 link : '/docs/api/advanced-marker' ,
5353 } ,
5454 {
55- label : 'PinElement 🛠 ' ,
56- link : '/docs/api/pin-element ' ,
55+ label : 'MarkerClusterer ' ,
56+ link : '/docs/api/marker-clusterer ' ,
5757 } ,
5858 {
59- label : 'Control 🛠 ' ,
59+ label : 'Control' ,
6060 link : '/docs/api/control' ,
6161 } ,
6262 {
63- label : 'InfoWindow 🛠 ' ,
63+ label : 'InfoWindow' ,
6464 link : '/docs/api/info-window' ,
6565 } ,
6666 {
67- label : 'Polyline 🛠 ' ,
67+ label : 'Polyline' ,
6868 link : '/docs/api/polyline' ,
6969 } ,
7070 {
71- label : 'Polygon 🛠 ' ,
71+ label : 'Polygon' ,
7272 link : '/docs/api/polygon' ,
7373 } ,
7474 {
75- label : 'Rectangle 🛠 ' ,
75+ label : 'Rectangle' ,
7676 link : '/docs/api/rectangle' ,
7777 } ,
7878 {
79- label : 'Circle 🛠 ' ,
79+ label : 'Circle' ,
8080 link : '/docs/api/circle' ,
8181 } ,
8282 {
83- label : 'HeatmapLayer 🛠 ' ,
83+ label : 'HeatmapLayer' ,
8484 link : '/docs/api/heatmap-layer' ,
85- }
85+ } ,
8686 ] ,
8787 } ,
8888 {
8989 label : 'Hooks' ,
9090 items : [
9191 {
92- label : 'useMapContext 🛠 ' ,
92+ label : 'useMapContext' ,
9393 link : '/docs/api/use-map-context' ,
9494 } ,
9595 {
96- label : 'useMarkerContext 🛠' ,
97- link : '/docs/api/use-marker-context' ,
98- } ,
99- {
100- label : 'useCustomMarkerContext 🛠' ,
101- link : '/docs/api/use-custom-marker-context' ,
102- } ,
103- {
104- label : 'useImportLibrary 🛠' ,
96+ label : 'useImportLibrary' ,
10597 link : '/docs/api/use-import-library' ,
10698 } ,
10799 {
108- label : 'useApiLoadingStatus 🛠 ' ,
100+ label : 'useApiLoadingStatus' ,
109101 link : '/docs/api/use-api-loading-status' ,
110102 } ,
111103 ] ,
@@ -114,11 +106,11 @@ export default defineConfig({
114106 label : 'etc' ,
115107 items : [
116108 {
117- label : 'LoadingStatus 🛠 ' ,
109+ label : 'LoadingStatus' ,
118110 link : '/docs/api/loading-status' ,
119111 } ,
120112 {
121- label : 'appendLibImportScript 🛠 ' ,
113+ label : 'appendLibImportScript' ,
122114 link : '/docs/api/append-lib-import-script' ,
123115 } ,
124116 ] ,
0 commit comments