TypeDoc v0.20 now emits a file modules.html, which the default themes style as "Exports" instead of "Globals".
When specifying outline in typedoc.json, this theme hardcodes "Globals" in the outline, resulting in a broken href. This is hardcoded in the default layout.
This theme should respect the new TypeDoc behavior and not generate links to files that don't exist.
TypeDoc v0.20 now emits a file
modules.html
, which the default themes style as "Exports" instead of "Globals".When specifying
outline
in typedoc.json, this theme hardcodes "Globals" in the outline, resulting in a broken href. This is hardcoded in the default layout.This theme should respect the new TypeDoc behavior and not generate links to files that don't exist.