The Wayback Machine - https://web.archive.org/web/20210816034659/https://github.com/topics/documentation
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,437 public repositories matching this topic...

storybook
docusaurus
react-styleguidist
typedoc
pimterry
pimterry commented Aug 13, 2021

Problem

I've just updated to 0.21 from 0.17. I've switched to the new system, and lots of my types are referenced from my docs, but not included in my docs, because although they're exported from their own individual files they're not exported from the entrypoint itself.

For example:

entry-point.ts:

export { myFunc } from './my-func';

my-func.ts:

Wikipedia
Wikipedia