-
-
Notifications
You must be signed in to change notification settings - Fork 750
Closed
Description
Successfully upgraded to the very latest of everything:
- "typedoc": "0.20.14",
- "typescript": "4.1.3"
Now the navigation menu has disappeared from the generated documentation.
My typedoc.json file:
{
"name": "SUB-EVENTS v1.8",
"readme": "README.md",
"out": "docs",
"theme": "minimal",
"excludeExternals": true,
"excludePrivate": true,
"excludeNotDocumented": true,
"disableOutputCheck": true,
"exclude": [
"./extras/**/*.ts",
"./test/**/*.ts"
]
}P.S. It's a public library - sub-events.
Metadata
Metadata
Assignees
Labels
No labels
