Open bjorn opened 1 year ago
Related: sphinx-js
could be a nice way to bring the JS API back into the manual based on the TypeScript declarations at index.d.ts
, which would be an alternative to redoing the theme customization. However, the sphinx-js
documentation notes that "TypeDoc 0.15.0" is known to work, so it may not actually help with updating to a newer version of TypeDoc.
Currently the scripting documentation on the website is still driven by TypeDoc 0.21, since its theming is based on customizing Handlebars files. To update to TypeDoc 0.22 and beyond, we need to redo the customization using a JSX theme.
References:
TypeDoc 0.21 custom theme: