Closed
Description
Search Terms
none, default category, default group, top-level navigation
Problem
I try to make documentation navigation structure like next (with most common usage entities in top level navigation, without hidden its behind category/group dropdown element).
- Entity1
- Entity2
- ...
- Advanced category
-- Advanced category Entity 1
-- Advanced category Entity 2
-- ... - Internal category
-- Internal category Entity 1
-- Internal category Entity 2
-- ...
I found code
, so I named category for top level navigation entitiesNone
to get the behavior I want.
But in modules
documentation page shows category name None
, it's not very nice, I would like to be able to change this default name.
I do this with categoriest, but I think this works similarly with groups too.
Suggested Solution
Add option for TypeDoc to change default name for non-collectibles reflections.