Skip to content

Commit 44cf424

Browse files
committed
feat: サイドバーにグループ別折りたたみツリーを追加
1 parent 34c0322 commit 44cf424

File tree

4 files changed

+16
-4
lines changed

4 files changed

+16
-4
lines changed

packages/ast/typedoc.monorepo.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,8 @@
1212
"root": "../../docs"
1313
}
1414
},
15-
"plugin": ["@r74tech/typedoc-plugin-monorepo-versions"]
15+
"plugin": ["@r74tech/typedoc-plugin-monorepo-versions"],
16+
"navigation": {
17+
"includeGroups": true
18+
}
1619
}

packages/parser/typedoc.monorepo.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,8 @@
1212
"root": "../../docs"
1313
}
1414
},
15-
"plugin": ["@r74tech/typedoc-plugin-monorepo-versions"]
15+
"plugin": ["@r74tech/typedoc-plugin-monorepo-versions"],
16+
"navigation": {
17+
"includeGroups": true
18+
}
1619
}

packages/render/typedoc.monorepo.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,8 @@
1212
"root": "../../docs"
1313
}
1414
},
15-
"plugin": ["@r74tech/typedoc-plugin-monorepo-versions"]
15+
"plugin": ["@r74tech/typedoc-plugin-monorepo-versions"],
16+
"navigation": {
17+
"includeGroups": true
18+
}
1619
}

packages/runtime/typedoc.monorepo.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,8 @@
1212
"root": "../../docs"
1313
}
1414
},
15-
"plugin": ["@r74tech/typedoc-plugin-monorepo-versions"]
15+
"plugin": ["@r74tech/typedoc-plugin-monorepo-versions"],
16+
"navigation": {
17+
"includeGroups": true
18+
}
1619
}

0 commit comments

Comments
 (0)