I have tried to add additional side nav menus with existing compodoc documentation.
I could do that like below.
menu-wc.js
<li class="link">
<a href="dependencies.html" data-type="chapter-link">
<span class="icon ion-ios-list"></span>Custom Change
</a>
</li>
When we update our documentation using this npm command
compodoc -p src/tsconfig.app.json
The changes were gone. The main-wc.js file creating newly every time this command executed.
is there any way we can customize the compodoc documentation?