Commit Graph

5 Commits

Author SHA1 Message Date
Natalie Weizenbaum
e9fc66b955
Make the TypeDoc theme resilient against nested child lists (#589)
It's not clear why TypeDoc generates lists of lists for JSX node
children, but it does and we need to handle it.
2021-10-11 22:10:12 +00:00
Natalie Weizenbaum
67ec2dbdbb
Surface category labels in the JS API doc sidebar (#587)
This is kind of a hacky workaround until TypeStrong/typedoc#1532 is
implemented for real.
2021-10-11 19:52:03 +00:00
Natalie Weizenbaum
2da5e6ef69
Add shortcuts for defining category headers and callouts in TypeDoc (#588)
Category headers can now be written using the @category tag and
callouts can be written by starting a paragraph with `**Heads up!**`
or `**Fun fact!**`.
2021-10-11 19:48:13 +00:00
Natalie Weizenbaum
6e856177a6 Work around TypeStrong/typedoc#1731 2021-10-05 13:16:11 -07:00
Natalie Weizenbaum
85a2eaa33d Build JS API docs from the TypeScript declarations 2021-10-04 19:53:08 -07:00