Skip to content

Commit f850db7

Browse files
committed
docs(typedoc): configure folder-based sidebar navigation
Set includeGroups false, includeFolders true, and compactFolders false to display modules grouped by directory (operations/, speckit/) rather than by kind (Functions, Types, Variables).
1 parent 628d82a commit f850db7

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

typedoc.html.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,12 @@
1010
"projectDocuments": ["docs/cli/README.md"],
1111
"excludePrivate": true,
1212
"excludeInternal": true,
13+
"navigation": {
14+
"includeCategories": false,
15+
"includeGroups": false,
16+
"includeFolders": true,
17+
"compactFolders": false
18+
},
1319
"validation": {
1420
"notExported": true,
1521
"invalidLink": true,

0 commit comments

Comments
 (0)