Skip to content
#

Documentation

Documentation is a set of information that describes a product to its users, including what it is, how it operates, and how to use it.

Here are 7,591 public repositories matching this topic...

storybook
docusaurus
react-styleguidist
typedoc
bennycode
bennycode commented Sep 12, 2021

I recently updated from typedoc v0.22.0 which broke a lot of things for me. That's why I would like to add typedoc tests to my CI pipeline. To create docs I am running typedoc src/index.ts. Is it possible to call typedoc with an option so that it runs but doesn't write (no emit) any file? Similar to the noEmit option of TypeScript?

Wikipedia
Wikipedia