tldraw/apps/docs/scripts/functions
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
..
checkBrokenLinks.ts [docs] design shuffle (#2951) 2024-02-29 16:28:45 +00:00
connect.ts docs: rework docs site to have different sections (#2686) 2024-01-30 14:19:25 +00:00
createApiMarkdown.ts docs: fix missing API entries (#3111) 2024-03-12 13:36:24 +00:00
fetchApiSource.ts docs: fix missing API entries (#3111) 2024-03-12 13:36:24 +00:00
fetchReleases.ts docs: fix missing API entries (#3111) 2024-03-12 13:36:24 +00:00
generateApiContent.ts docs: rework docs site to have different sections (#2686) 2024-01-30 14:19:25 +00:00
generateContent.ts docs: rework docs site to have different sections (#2686) 2024-01-30 14:19:25 +00:00
generateExamplesContent.ts [docs] design shuffle (#2951) 2024-02-29 16:28:45 +00:00
generateSection.ts [docs] design shuffle (#2951) 2024-02-29 16:28:45 +00:00
getApiMarkdown.ts [docs] design shuffle (#2951) 2024-02-29 16:28:45 +00:00
getVectorDbStats.ts Add docs (#2470) 2024-01-15 12:33:15 +00:00
package-list.ts Add docs (#2470) 2024-01-15 12:33:15 +00:00
refreshContent.ts docs: add full-text search (#2735) 2024-02-06 09:49:31 +00:00