Skip to content

Commit 6d34713

Browse files
authored
Update typedoc to include react-router/dom exports (#14067)
1 parent cd37d79 commit 6d34713

File tree

28 files changed

+336
-294
lines changed

28 files changed

+336
-294
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@
8888
"remark-parse": "^10.0.1",
8989
"remark-stringify": "^10.0.2",
9090
"semver": "^7.5.4",
91-
"typedoc": "^0.26.11",
91+
"typedoc": "^0.28.7",
9292
"typescript": "^5.4.5",
9393
"unified": "^10.1.2",
9494
"unist-util-remove": "^3.1.0",

packages/react-router-architect/typedoc.json

Lines changed: 0 additions & 3 deletions
This file was deleted.
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
import { blockTags } from "../../typedoc.mjs";
2+
3+
/** @type {Partial<import('typedoc').TypeDocOptions>} */
4+
const config = {
5+
entryPoints: ["./index.ts"],
6+
blockTags,
7+
};
8+
9+
export default config;

packages/react-router-cloudflare/typedoc.json

Lines changed: 0 additions & 3 deletions
This file was deleted.
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
import { blockTags } from "../../typedoc.mjs";
2+
3+
/** @type {Partial<import('typedoc').TypeDocOptions>} */
4+
const config = {
5+
entryPoints: ["./index.ts"],
6+
blockTags,
7+
};
8+
9+
export default config;

packages/react-router-dev/typedoc.json

Lines changed: 0 additions & 9 deletions
This file was deleted.

packages/react-router-dev/typedoc.mjs

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
import { blockTags } from "../../typedoc.mjs";
2+
3+
/** @type {Partial<import('typedoc').TypeDocOptions>} */
4+
const config = {
5+
entryPoints: [
6+
"./index.ts",
7+
"./config.ts",
8+
"./routes.ts",
9+
"./vite.ts",
10+
"./vite/cloudflare.ts",
11+
],
12+
blockTags,
13+
};
14+
15+
export default config;

packages/react-router-express/typedoc.json

Lines changed: 0 additions & 3 deletions
This file was deleted.
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
import { blockTags } from "../../typedoc.mjs";
2+
3+
/** @type {Partial<import('typedoc').TypeDocOptions>} */
4+
const config = {
5+
entryPoints: ["./index.ts"],
6+
blockTags,
7+
};
8+
9+
export default config;

packages/react-router-fs-routes/typedoc.json

Lines changed: 0 additions & 3 deletions
This file was deleted.

0 commit comments

Comments
 (0)