Skip to content

Commit d4452ff

Browse files
authored
fix: replace {at}link JSDoc syntax that breaks MDX doc generator (#4239)
1 parent 7f41284 commit d4452ff

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

docs/StyleImport.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ type Config = {
6868
_required_
6969
config is a dictionary of configuration options for the style import.
7070
71-
When using the Mapbox Standard style with `id="basemap"`, use {@link StandardStyleConfig}
71+
When using the Mapbox Standard style with `id="basemap"`, use `StandardStyleConfig`
7272
keys for autocomplete. Arbitrary keys are also accepted for forward compatibility.
7373
7474
See https://github.com/mapbox/mapbox-maps-ios/blob/main/Sources/MapboxMaps/Documentation.docc/Migrate%20to%20v11.md#21-the-mapbox-standard-style

docs/docs.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8352,7 +8352,7 @@
83528352
]
83538353
},
83548354
"default": "none",
8355-
"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"
8355+
"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"
83568356
}
83578357
],
83588358
"fileNameWithExt": "StyleImport.tsx",

src/components/StyleImport.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ type Props = {
7777
/**
7878
* config is a dictionary of configuration options for the style import.
7979
*
80-
* When using the Mapbox Standard style with `id="basemap"`, use {@link StandardStyleConfig}
80+
* When using the Mapbox Standard style with `id="basemap"`, use `StandardStyleConfig`
8181
* keys for autocomplete. Arbitrary keys are also accepted for forward compatibility.
8282
*
8383
* See https://github.com/mapbox/mapbox-maps-ios/blob/main/Sources/MapboxMaps/Documentation.docc/Migrate%20to%20v11.md#21-the-mapbox-standard-style

0 commit comments

Comments
 (0)