Skip to content

Commit ef6960c

Browse files
committed
feat: サイドバーにフォルダツリー表示を追加
1 parent 44cf424 commit ef6960c

File tree

4 files changed

+12
-8
lines changed

4 files changed

+12
-8
lines changed

packages/ast/typedoc.monorepo.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"$schema": "https://typedoc.org/schema.json",
3-
"entryPoints": ["src/index.ts"],
3+
"entryPoints": ["src/**/*.ts"],
44
"tsconfig": "tsconfig.json",
55
"versions": {
66
"stable": "auto",
@@ -14,6 +14,7 @@
1414
},
1515
"plugin": ["@r74tech/typedoc-plugin-monorepo-versions"],
1616
"navigation": {
17-
"includeGroups": true
17+
"includeGroups": true,
18+
"includeFolders": true
1819
}
1920
}

packages/parser/typedoc.monorepo.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"$schema": "https://typedoc.org/schema.json",
3-
"entryPoints": ["src/index.ts"],
3+
"entryPoints": ["src/**/*.ts"],
44
"tsconfig": "tsconfig.typedoc.json",
55
"versions": {
66
"stable": "auto",
@@ -14,6 +14,7 @@
1414
},
1515
"plugin": ["@r74tech/typedoc-plugin-monorepo-versions"],
1616
"navigation": {
17-
"includeGroups": true
17+
"includeGroups": true,
18+
"includeFolders": true
1819
}
1920
}

packages/render/typedoc.monorepo.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"$schema": "https://typedoc.org/schema.json",
3-
"entryPoints": ["src/index.ts"],
3+
"entryPoints": ["src/**/*.ts"],
44
"tsconfig": "tsconfig.typedoc.json",
55
"versions": {
66
"stable": "auto",
@@ -14,6 +14,7 @@
1414
},
1515
"plugin": ["@r74tech/typedoc-plugin-monorepo-versions"],
1616
"navigation": {
17-
"includeGroups": true
17+
"includeGroups": true,
18+
"includeFolders": true
1819
}
1920
}

packages/runtime/typedoc.monorepo.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"$schema": "https://typedoc.org/schema.json",
3-
"entryPoints": ["src/index.ts"],
3+
"entryPoints": ["src/**/*.ts"],
44
"tsconfig": "tsconfig.json",
55
"versions": {
66
"stable": "auto",
@@ -14,6 +14,7 @@
1414
},
1515
"plugin": ["@r74tech/typedoc-plugin-monorepo-versions"],
1616
"navigation": {
17-
"includeGroups": true
17+
"includeGroups": true,
18+
"includeFolders": true
1819
}
1920
}

0 commit comments

Comments
 (0)