Skip to content

Commit 65e3353

Browse files
committed
add mdn links
1 parent e3addf8 commit 65e3353

File tree

4 files changed

+15
-3
lines changed

4 files changed

+15
-3
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@
2525
"prettier": "^3.3.3",
2626
"typedoc": "0.27.6",
2727
"typedoc-plugin-frontmatter": "^1.1.2",
28-
"typedoc-plugin-markdown": "^4.4.1"
28+
"typedoc-plugin-markdown": "^4.4.1",
29+
"typedoc-plugin-mdn-links": "^4.0.7"
2930
}
3031
}

packages/browser-sdk/src/feedback/ui/constants.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ export const feedbackContainerId = "bucket-feedback-dialog-container";
66
/**
77
* These events will be propagated to the feedback dialog
88
*
9-
* see https://developer.mozilla.org/en-US/docs/Web/API/Element#events
9+
* @see [https://developer.mozilla.org/en-US/docs/Web/API/Element#events](https://developer.mozilla.org/en-US/docs/Web/API/Element#events)
1010
*/
1111
export const propagatedEvents = [
1212
"animationcancel",

typedoc.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"$schema": "https://typedoc-plugin-markdown.org/schema.json",
33

4-
"plugin": ["typedoc-plugin-markdown", "typedoc-plugin-frontmatter"],
4+
"plugin": ["typedoc-plugin-markdown", "typedoc-plugin-frontmatter", "typedoc-plugin-mdn-links"],
55

66
"entryPointStrategy": "packages",
77
"entryPoints": [
@@ -93,4 +93,5 @@
9393
"visible": true,
9494
}
9595
},
96+
9697
}

yarn.lock

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15231,6 +15231,15 @@ __metadata:
1523115231
languageName: node
1523215232
linkType: hard
1523315233

15234+
"typedoc-plugin-mdn-links@npm:^4.0.7":
15235+
version: 4.0.7
15236+
resolution: "typedoc-plugin-mdn-links@npm:4.0.7"
15237+
peerDependencies:
15238+
typedoc: 0.26.x || 0.27.x
15239+
checksum: 10c0/e82edc9db370744f853177c2d7652b897f911f88071168a814f22299328db3aa53be508b8d521cb8ce9f1c0ee77a1e3f44ea458c5dac31b9b25123d8412202da
15240+
languageName: node
15241+
linkType: hard
15242+
1523415243
"typedoc@npm:0.27.6":
1523515244
version: 0.27.6
1523615245
resolution: "typedoc@npm:0.27.6"
@@ -16290,6 +16299,7 @@ __metadata:
1629016299
typedoc: "npm:0.27.6"
1629116300
typedoc-plugin-frontmatter: "npm:^1.1.2"
1629216301
typedoc-plugin-markdown: "npm:^4.4.1"
16302+
typedoc-plugin-mdn-links: "npm:^4.0.7"
1629316303
languageName: unknown
1629416304
linkType: soft
1629516305

0 commit comments

Comments
 (0)