Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rename "Type Aliases" to "Types" #2804

Closed
pleek91 opened this issue Dec 8, 2024 · 3 comments
Closed

Rename "Type Aliases" to "Types" #2804

pleek91 opened this issue Dec 8, 2024 · 3 comments
Labels
question Question about functionality

Comments

@pleek91
Copy link

pleek91 commented Dec 8, 2024

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?

@pleek91 pleek91 added the question Question about functionality label Dec 8, 2024
@Gerrit0
Copy link
Collaborator

Gerrit0 commented Dec 8, 2024

The locales option can be used for the first - see https://typedoc.org/documents/Options.Output.html#locales and

kind_type_alias: "Type Alias",

For the second, changing URLS requires a custom theme today. #2111 tracks supporting a custom output directory structure.

@Gerrit0
Copy link
Collaborator

Gerrit0 commented Dec 8, 2024

#2799 has an example of a theme which changes the directory that some reflections are rendered into if looking for an example

@pleek91
Copy link
Author

pleek91 commented Dec 8, 2024

@Gerrit0 thank you, I'll look into those

@pleek91 pleek91 closed this as completed Dec 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Question about functionality
Projects
None yet
Development

No branches or pull requests

2 participants