forked from manson413/mapbox-gl-js-docs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.remarkrc
30 lines (30 loc) · 869 Bytes
/
.remarkrc
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
{
"plugins": [
["@mapbox/remark-lint-link-text", [2]],
["remark-frontmatter", ["yaml"]],
["@mapbox/remark-lint-mapbox/frontmatter", [2]],
["@mapbox/remark-lint-mapbox/link-checker/skip-internal", [1, {
"constants": "docs/constants.json",
"pages": "docs/pages/",
"siteBasePath": "mapbox-gl-js",
"siteOrigin": "https://docs.mapbox.com",
"ignoreLinks": "conf/ignore-links.json"
}]],
["@mapbox/remark-lint-mapbox/link-checker/skip-external", [2, {
"constants": "docs/constants.json",
"pages": "docs/pages/",
"siteBasePath": "mapbox-gl-js",
"siteOrigin": "https://docs.mapbox.com",
"ignoreLinks": "conf/ignore-links.json"
}]],
[
"@mapbox/remark-lint-mapbox/constantly",
[
2,
{
"constants": "docs/constants.json"
}
]
]
]
}