I'm editing some projects made of docusaurus and noticed that configuring plugins is hard in typescript. The bunches of
[key, config]
things are too ambiguous to make a sidebar-items-generator. Its argument sets
any
!
Can you please make a new constructor like this?:
```typescript
...
plugins: [
new ContentDocsPlugin.SidebarItemsGenerator({ proxy: Promise<SidebarItems> }), // it has default values.
]
...
```