### Plugin @knodes/typedoc-plugin-pages ### What would you want ? Example repo: https://github.com/Hi-Fi/typedoc-plugins-example/tree/external_pages When documentation is generated, [external page](https://github.com/Hi-Fi/typedoc-plugins-example/blob/external_pages/typedoc.json#L6-L13) can only be put at main level, not under "module" (which is actually namespace). <img width="191" alt="image" src="https://user-images.githubusercontent.com/1499780/195995512-098179e1-1a23-4284-b154-2ce00edb55f2.png"> If trying to put page under `module_2`, it's not possible as it's not with `moduleRoot` as that produces error: ``` Error: Invalid pages configuration: could not find a workspace named "module_2" ``` And if just adding empty page, that would duplicate `module_2` in list.