Description
Feature request
We are using TypeDoc to generate documentation for our library. We have created a custom TypeDoc theme that can generate sidebar elements (e.g. list of all the Classes, Interfaces etc. in our library)
We have tried butting the following:
- [My Library](lib/index.md)
- [toc](lib/toc.md ':include')
But it does not work in the sidebar. Include works in page content
What problem does this feature solve?
Will enable generated content to be rendered in the sidebar
How should this be implemented in your opinion?
Re-use the same code that handles ':include' in page content in the sidebar content
Are you willing to work on this yourself?
Need direction on where the sidebar and page content renderer code is