docusaurus-plugin-typedoc-api
docusaurus-plugin-typedoc-api copied to clipboard
long string for package name
I have a long scope string and long package name which results in the following unfortunate render. I was wondering whether it is possible to define an alias for packages when passed in the docusaurus config?

@sedghi There's no alias currently.
But I agree, I run into this on my own stuff. I think I need to come up with a more holistic solution. One thought I had is to just not include the @scope.
yes, scope is not necessary IMO either
One thought I had is to just not include the @scope.
Please make this configurable, removing the scope may sounds like a good idea, but not all monorepos have all packages namespaced.
Ideally we should be able to override the package name explicitly to have absolute control.
Yeah I would do it through an option :)
Added a removeScopes option: https://github.com/milesj/docusaurus-plugin-typedoc-api/commit/301a38aedc81e6975bf358abb81ecb3cc77fd6f0