Skip to content

Commit cf4e369

Browse files
committed
docs: fix build
ignores the experimental during api generation
1 parent 407b782 commit cf4e369

File tree

4 files changed

+547
-383
lines changed

4 files changed

+547
-383
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,8 @@
4343
"prettier": "^3.5.3",
4444
"semver": "^7.7.2",
4545
"simple-git-hooks": "^2.13.1",
46-
"typedoc": "^0.28.7",
47-
"typedoc-plugin-markdown": "^4.7.0",
46+
"typedoc": "^0.28.13",
47+
"typedoc-plugin-markdown": "^4.9.0",
4848
"typescript": "~5.8.3",
4949
"vitest": "^2.1.9"
5050
},

packages/docs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"dependencies": {
1616
"simple-git": "^3.28.0",
1717
"typedoc-vitepress-theme": "^1.1.2",
18-
"vitepress": "1.6.3",
18+
"vitepress": "1.6.4",
1919
"vitepress-translation-helper": "^0.2.2",
2020
"vue-router": "workspace:*"
2121
}

packages/docs/typedoc.tsconfig.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
{
22
"include": ["../router/src/global.d.ts", "../router/src/**/*.ts"],
3-
"exclude": ["../*/__tests__/**/*.ts", "**/*.spec.ts"],
3+
"exclude": [
4+
"../*/__tests__/**/*.ts",
5+
"**/*.spec.ts",
6+
"../router/src/experimental/**/*.ts"
7+
],
48
"compilerOptions": {
59
"baseUrl": ".",
610
"rootDir": "..",

0 commit comments

Comments
 (0)