Skip to content

Commit be14090

Browse files
committed
docs: fix regression causing duplicated in sidebar by pinning typedoc-plugin-markdown to v4.10.0
1 parent 8008f27 commit be14090

3 files changed

Lines changed: 10 additions & 10 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
"rimraf": "6.1.3",
5757
"tsup": "8.5.1",
5858
"typedoc": "0.28.19",
59-
"typedoc-plugin-markdown": "4.11.0",
59+
"typedoc-plugin-markdown": "4.10.0",
6060
"typedoc-vitepress-theme": "1.1.2",
6161
"typescript": "5.9.3",
6262
"typescript-eslint": "8.59.1",

pnpm-lock.yaml

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

typedoc.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"docsRoot": "./docs",
66
"navigation": {
77
"includeCategories": true,
8-
"includeGroups": false,
8+
"includeGroups": true,
99
"includeFolders": false,
1010
"compactFolders": true,
1111
"excludeReferences": true

0 commit comments

Comments
 (0)