-
Notifications
You must be signed in to change notification settings - Fork 409
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
Typealiases should have their own separate pages #2862
Comments
Can probably be closed after this is implemented: #1667 |
Related: #2971 |
This change requires some refactoring (documentable or/and page model) that should be discussed.
|
I wonder why |
Yes, but in documentable mode we have independent DTypeAlias and DClasslike (that even has a scope). |
This is implemented since Dokka 1.9.0 |
At the moment, typealiases don't have their own pages and can only be found among the package's types, which is not always convenient and is difficult to link to.
Typealiases should have dedicated pages, with persistent
index.html
generated for them, similar to other declarations.Things to consider/keep in mind:
DTypeAlias
is not handled the same way asDClasslike
or any other documentable, so it needs to be checked/supported additionally.The text was updated successfully, but these errors were encountered: