Tldraw/packages
Mime Čuvalo 83544a9ea8
docs: fix missing API entries (#3111)
following up on
https://discord.com/channels/859816885297741824/1162726738774720574/1211715924613275681

several things here:
- `docs/api/.*json` were out-of-date — seems like fetch-api-source
should run automatically? shouldn't `build-api` also override this
directory? in particular, tldraw.api.json still had a ton of references
to the old @tldraw/tldraw package
- the main problem was that `generateApiContent` was failing silently.
we were relying on Promises and this broke silently because we never
handled exceptions. i got rid of the Promise as it was unnecessary and
made the exceptions bubble up
- two things were broken in the docs and those are fixed, so now the
missing entries will resurface

### Change Type

- [x] `documentation` — Changes to the documentation only[^2]

---------

Co-authored-by: Steve Ruiz <steveruizok@gmail.com>
2024-03-12 13:36:24 +00:00
..
assets Update CHANGELOG.md [skip ci] 2024-02-29 18:28:45 +00:00
editor Add tests for Vec.Average (#3071) 2024-03-05 14:14:08 +00:00
namespaced-tldraw Remove namespaced-tldraw/tldraw.css (#3068) 2024-03-04 17:13:12 +00:00
state Performance improvements (#2977) 2024-03-11 13:17:31 +00:00
store Performance improvements (#2977) 2024-03-11 13:17:31 +00:00
tldraw docs: fix missing API entries (#3111) 2024-03-12 13:36:24 +00:00
tlschema Remove dependabot config since it only controls version updates? (#3057) 2024-03-04 13:19:51 +00:00
tlsync Debounce/aggregate tlsync messages (#3012) 2024-03-11 13:33:47 +00:00
utils chore: cleanup multiple uses of FileReader (#3110) 2024-03-12 09:10:18 +00:00
validate Update CHANGELOG.md [skip ci] 2024-02-29 18:28:45 +00:00