You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'd like to rename "Type Aliases" to just "Types". Is that possible without using @group on all of my types to a custom group named "Types"?
I did use @group to make some custom groups. But those items still have whatever their default group was in their url. For example a type grouped as "utilities" has the url /api/type-aliases/myType rather than /api/utilities/myType. Can I customize that as well?
The text was updated successfully, but these errors were encountered:
Search terms
"rename", "Type Aliases"
Question
I'd like to rename "Type Aliases" to just "Types". Is that possible without using
@group
on all of my types to a custom group named "Types"?I did use
@group
to make some custom groups. But those items still have whatever their default group was in their url. For example a type grouped as "utilities" has the url/api/type-aliases/myType
rather than/api/utilities/myType
. Can I customize that as well?The text was updated successfully, but these errors were encountered: