Bug Report Checklist
Overview
The three code blocks under Installation on the docs site are a lot of vertical space:

It'd be nice to use something like the popular @docusaurus/remark-plugin-npm2yarn to turn that into a single tabbed area. Accepting PRs!
Additional Info
An example of the npm2yarn plugin in the wild is on https://typescript-eslint.io/getting-started/#step-1-installation:

...though npm2yarn, as its name suggests, doesn't seem to support pnpm in that tab example. Maybe a new package needs to be made? Or a configuration option added somewhere?
I haven't found any TypeDoc plugin that does this (though admittedly I haven't looked very hard). I think finding an existing plugin would be the best solution, or if one doesn't exist creating it. That way other folks can benefit from this!
Bug Report Checklist
mainbranch of the repository.Overview
The three code blocks under Installation on the docs site are a lot of vertical space:
It'd be nice to use something like the popular @docusaurus/remark-plugin-npm2yarn to turn that into a single tabbed area. Accepting PRs!
Additional Info
An example of the npm2yarn plugin in the wild is on https://typescript-eslint.io/getting-started/#step-1-installation:
...though npm2yarn, as its name suggests, doesn't seem to support pnpm in that tab example. Maybe a new package needs to be made? Or a configuration option added somewhere?
I haven't found any TypeDoc plugin that does this (though admittedly I haven't looked very hard). I think finding an existing plugin would be the best solution, or if one doesn't exist creating it. That way other folks can benefit from this!