You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 too much difference between sidebar/nav markdown processing, and main processing. I think some features make sense to have in both places (it would be intuitive). We will be cleaning up some code to consolidate markdown processing code paths into one cohesive path. I think at this point we may allow some shared features.
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:
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
The text was updated successfully, but these errors were encountered: