Closed shubhamzanwar closed 4 years ago
@shubhamzanwar I'd be happy to lend a hand with this issue
Go for it 🤘🏽 You can check out nodegui to see how it's being fixed there. Should give a basic idea to get started :D
Assigning this to you. If you need some help, drop a message here :D
@shubhamzanwar it seems to me that Widgets and Interfaces arrays are identical, do you want to keep one or the other?
Everytime TypeDoc runs, it generates the Interfaces
array. We want to replace the api.widgets
array with the Interfaces
array and then remove the Interfaces
array.
This is what the generated website API tab looks like with the above PR
When you run
npm run docs
, TypeDoc automatically created a new "Interfaces" key in the sidebar. As a solution to this issue, we would need to write a script to move contents from here to the "Api" section.