bjerkio/oidc-react

Fix `typedoc`

Closed this issue ยท 3 comments

After upgrading to >0.20.0 typedoc has stopped working; and our documentation is outdated.

This issue is open for anyone who wants to help out! ๐Ÿ™

Hi have renamed typedoc.js to typedoc.json and removed legacy options:

{
  "readme": "none",
  "plugin": "typedoc-plugin-markdown",
  "out": "docs/",
  "exclude": ["node_modules/**"]
}

This change has a strong impact on docs output. I have a pull request ready to solve this issue, but i would like to know if i have to add other options to typedoc.json.

I'm not an expert of typedoc.

Could you try in your local environment and give me a feedback?

Thank you very much! You can post your pull request and we can look at the results? :)

๐ŸŽ‰ This issue has been resolved in version 1.5.1 ๐ŸŽ‰

The release is available on:

Your semantic-release bot ๐Ÿ“ฆ๐Ÿš€