From c87c2f11f04a2a70a6599ab2b1a09ca9782c6804 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mikl=C3=B3s=20Fazekas?= Date: Sun, 28 Jun 2026 13:18:01 +0200 Subject: [PATCH] fix: replace {at}link JSDoc syntax that breaks MDX doc generator --- docs/StyleImport.md | 2 +- docs/docs.json | 2 +- src/components/StyleImport.tsx | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/StyleImport.md b/docs/StyleImport.md index 6c45a143b..e96fe10cf 100644 --- a/docs/StyleImport.md +++ b/docs/StyleImport.md @@ -68,7 +68,7 @@ type Config = { _required_ config is a dictionary of configuration options for the style import. -When using the Mapbox Standard style with `id="basemap"`, use {@link StandardStyleConfig} +When using the Mapbox Standard style with `id="basemap"`, use `StandardStyleConfig` keys for autocomplete. Arbitrary keys are also accepted for forward compatibility. See https://github.com/mapbox/mapbox-maps-ios/blob/main/Sources/MapboxMaps/Documentation.docc/Migrate%20to%20v11.md#21-the-mapbox-standard-style diff --git a/docs/docs.json b/docs/docs.json index 37e9e0a0a..cc8d0a5f3 100644 --- a/docs/docs.json +++ b/docs/docs.json @@ -8352,7 +8352,7 @@ ] }, "default": "none", - "description": "config is a dictionary of configuration options for the style import.\n\nWhen using the Mapbox Standard style with `id=\"basemap\"`, use {@link StandardStyleConfig}\nkeys for autocomplete. Arbitrary keys are also accepted for forward compatibility.\n\nSee https://github.com/mapbox/mapbox-maps-ios/blob/main/Sources/MapboxMaps/Documentation.docc/Migrate%20to%20v11.md#21-the-mapbox-standard-style" + "description": "config is a dictionary of configuration options for the style import.\n\nWhen using the Mapbox Standard style with `id=\"basemap\"`, use `StandardStyleConfig`\nkeys for autocomplete. Arbitrary keys are also accepted for forward compatibility.\n\nSee https://github.com/mapbox/mapbox-maps-ios/blob/main/Sources/MapboxMaps/Documentation.docc/Migrate%20to%20v11.md#21-the-mapbox-standard-style" } ], "fileNameWithExt": "StyleImport.tsx", diff --git a/src/components/StyleImport.tsx b/src/components/StyleImport.tsx index fcc2d458a..1f699457a 100644 --- a/src/components/StyleImport.tsx +++ b/src/components/StyleImport.tsx @@ -77,7 +77,7 @@ type Props = { /** * config is a dictionary of configuration options for the style import. * - * When using the Mapbox Standard style with `id="basemap"`, use {@link StandardStyleConfig} + * When using the Mapbox Standard style with `id="basemap"`, use `StandardStyleConfig` * keys for autocomplete. Arbitrary keys are also accepted for forward compatibility. * * See https://github.com/mapbox/mapbox-maps-ios/blob/main/Sources/MapboxMaps/Documentation.docc/Migrate%20to%20v11.md#21-the-mapbox-standard-style