Skip to content

Commit f51f5dd

Browse files
authored
doc: remove dead links generated by typedoc (#1222)
1 parent aae5f07 commit f51f5dd

3 files changed

Lines changed: 23 additions & 2 deletions

File tree

docs/typedoc.json

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,18 @@
22
"$schema": "https://typedoc.org/schema.json",
33
"entryPointStrategy": "packages",
44
"entryPoints": ["../packages/wxt"],
5-
"plugin": ["typedoc-plugin-markdown", "typedoc-vitepress-theme"],
5+
"plugin": [
6+
"typedoc-plugin-markdown",
7+
"typedoc-vitepress-theme",
8+
"typedoc-plugin-frontmatter"
9+
],
610
"out": "./api/reference",
711
"githubPages": false,
812
"excludePrivate": true,
913
"excludeProtected": true,
1014
"excludeInternal": true,
11-
"readme": "none"
15+
"readme": "none",
16+
"frontmatterGlobals": {
17+
"editLink": false
18+
}
1219
}

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@
3232
"simple-git-hooks": "^2.11.1",
3333
"tsx": "4.15.7",
3434
"typedoc": "^0.25.4",
35+
"typedoc-plugin-frontmatter": "^1.1.0",
3536
"typedoc-plugin-markdown": "4.0.0-next.23",
3637
"typedoc-vitepress-theme": "1.0.0-next.3",
3738
"typescript": "^5.6.3",

pnpm-lock.yaml

Lines changed: 13 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)