Tldraw/apps/docs/components
David Sheldrick 9f90fa230b
fix docs build (#3201)
- always refresh docs content when building on CI
- use local api.json files now since we don't want to use SOURCE_SHA
- @steveruizok it feels kinda problematic that we check in a bunch of
derived files that the docs build requires. Things can get out of sync
easily, and whose responsibility is it to update them? In the future I
reckon we should explore ways to remove these files from the git index
as much as possible.

closes #3200 

### Change Type

<!--  Please select a 'Scope' label ️ -->

- [ ] `sdk` — Changes the tldraw SDK
- [ ] `dotcom` — Changes the tldraw.com web app
- [x] `docs` — Changes to the documentation, examples, or templates.
- [ ] `vs code` — Changes to the vscode plugin
- [ ] `internal` — Does not affect user-facing stuff

<!--  Please select a 'Type' label ️ -->

- [x] `bugfix` — Bug fix
- [ ] `feature` — New feature
- [ ] `improvement` — Improving existing features
- [ ] `chore` — Updating dependencies, other boring stuff
- [ ] `galaxy brain` — Architectural changes
- [ ] `tests` — Changes to any test code
- [ ] `tools` — Changes to infrastructure, CI, internal scripts,
debugging tools, etc.
- [ ] `dunno` — I don't know


### Test Plan

1. Add a step-by-step description of how to test your PR here.
2.

- [ ] Unit Tests
- [ ] End to end tests

### Release Notes

- Add a brief release note for your PR here.
2024-03-18 15:59:29 +00:00
..
article-components Add docs (#2470) 2024-01-15 12:33:15 +00:00
mdx-components [docs] design shuffle (#2951) 2024-02-29 16:28:45 +00:00
ArticleDetails.tsx Fix translations link (#2477) 2024-01-17 10:10:44 +00:00
ArticleDocsPage.tsx [docs] design shuffle (#2951) 2024-02-29 16:28:45 +00:00
ArticleHeadingLinks.tsx [docs] design shuffle (#2951) 2024-02-29 16:28:45 +00:00
ArticleNavLinks.tsx Add docs (#2470) 2024-01-15 12:33:15 +00:00
ArticleReferenceDocsPage.tsx [docs] design shuffle (#2951) 2024-02-29 16:28:45 +00:00
AutoRefresh.tsx children: any -> children: ReactNode (#3061) 2024-03-04 14:48:40 +00:00
Autocomplete.css [docs] Small style changes (#2805) 2024-02-13 10:07:29 +00:00
Autocomplete.tsx docs: add full-text search (#2735) 2024-02-06 09:49:31 +00:00
Breadcrumb.tsx Add docs (#2470) 2024-01-15 12:33:15 +00:00
CategoryDocsPage.tsx [docs] design shuffle (#2951) 2024-02-29 16:28:45 +00:00
ExampleCodeBlock.tsx tldraw_final_v6_final(old version).docx.pdf (#2998) 2024-02-29 16:06:19 +00:00
ExampleDocsPage.tsx [docs] design shuffle (#2951) 2024-02-29 16:28:45 +00:00
FancyBox.tsx [docs] design shuffle (#2951) 2024-02-29 16:28:45 +00:00
Footer.tsx [docs] design shuffle (#2951) 2024-02-29 16:28:45 +00:00
Header.tsx [docs] design shuffle (#2951) 2024-02-29 16:28:45 +00:00
HeroImage.tsx Add docs (#2470) 2024-01-15 12:33:15 +00:00
Icon.tsx Add docs (#2470) 2024-01-15 12:33:15 +00:00
Icons.tsx [docs] design shuffle (#2951) 2024-02-29 16:28:45 +00:00
Mdx.tsx [docs] design shuffle (#2951) 2024-02-29 16:28:45 +00:00
Search.tsx fix docs build (#3201) 2024-03-18 15:59:29 +00:00
SectionDocsPage.tsx [docs] design shuffle (#2951) 2024-02-29 16:28:45 +00:00
Sidebar.tsx [docs] design shuffle (#2951) 2024-02-29 16:28:45 +00:00
SidebarCloseButton.tsx Add docs (#2470) 2024-01-15 12:33:15 +00:00
Spinner.tsx [docs] Autocomplete styling tweaks (#2732) 2024-02-05 20:46:07 +00:00
ThemeSwitcher.tsx Add docs (#2470) 2024-01-15 12:33:15 +00:00
ToggleMenuButton.tsx Add docs (#2470) 2024-01-15 12:33:15 +00:00