typedoc-plugin-markdown
typedoc-plugin-markdown copied to clipboard
Add hideReflectionKindInTitle option
Adds the option to hide the reflection kind in the title of a generated page to allow for "cleaner" titles (defaults to false so there is no change unless added to the config).
Thanks - this is a good idea, but at the same time we could end up with countless options. I am currently refactoring to make it easier to customise the templates and perhaps default to 'cleaner' titles. Will have a think on this one.
Makes sense!