Miles Johnson

Results 438 comments of Miles Johnson

I don't work on this anymore, but feel free to submit a PR and I'll review it.

Feel free to migrate this to GitHub Actions/CI if that works better.

I'll look into this as part of the official Docusaurus 2.0 release.

Will be available in the next version as a `sortPackages` option, which accepts a function.

I tried the `typedoc-monorepo-link-types` plugin, but it doesn't seem like the JSON output is altered in anyway, so I still don't have access to the linked data.

Yeah, I feel like we might need to build our own plugin, or at least fork `typedoc-monorepo-link-types` to get it to work the way we want.

@B4nan This functionality comes from Docusaurus itself, so there's not much I can do about it. Maybe create an issue there? Context: https://github.com/milesj/docusaurus-plugin-typedoc-api/blob/master/packages/plugin/src/components/ApiItemLayout.tsx#L8

@Sc0ra I don't do anything with the `tsconfig.json`, the underlying TypeDoc library does. It also really only cares about entry points (https://github.com/milesj/docusaurus-plugin-typedoc-api/blob/master/packages/plugin/src/plugin/data.ts#L72), so I'm not 100% sure how the configs...

@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...

Yeah I would do it through an option :)