tldraw/apps/examples/e2e/tests
David Sheldrick 9d895aab13
[docs] Fix missing Persistence page (#2828)
Fixes #2826, extracted from #2680 

The problem is that we had two different articles whose ids were being
derived as `persistence`, the `persistence.mdx` file and the
`persistence/` example.

I've

1. Made it an error for two articles to have the same id
2. Renamed the `persistence/` article to `local-storage` since that's
the API it's using.

### Change Type

- [ ] `patch` — Bug fix
- [ ] `minor` — New feature
- [ ] `major` — Breaking change
- [ ] `dependencies` — Changes to package dependencies[^1]
- [x] `documentation` — Changes to the documentation only[^2]
- [ ] `tests` — Changes to any test code only[^2]
- [ ] `internal` — Any other changes that don't affect the published
package[^2]
- [ ] I don't know

[^1]: publishes a `patch` release, for devDependencies use `internal`
[^2]: will not publish a new version

### Test Plan

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

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

### Release Notes

- Add a brief release note for your PR here.
2024-02-13 16:19:17 +00:00
..
export-snapshots.spec.ts-snapshots Make sure correct dark mode colours get used in exports (#2492) 2024-01-17 14:31:38 +00:00
test-canvas-events.spec.ts-snapshots Replace Atom.value with Atom.get() (#2189) 2023-11-13 11:51:22 +00:00
export-snapshots.spec.ts fix export snapshot race condition (#2280) 2023-12-04 13:52:37 +00:00
test-camera.spec.ts Add playwright tests (#1484) 2023-05-30 15:28:56 +01:00
test-canvas-events.spec.ts Remove focus management (#1953) 2023-10-02 11:29:54 +00:00
test-clipboard.spec.ts No impure getters pt8 (#2221) 2023-11-14 16:32:27 +00:00
test-focus.spec.ts Examples tweaks (#2681) 2024-02-02 17:36:30 +00:00
test-kbds.spec.ts Positional keyboard shortcuts for toolbar (#2409) 2024-01-26 14:49:21 +00:00
test-routes.spec.ts [docs] Fix missing Persistence page (#2828) 2024-02-13 16:19:17 +00:00
test-shapes.spec.ts Tighten up editor ui (#2102) 2023-10-28 21:58:32 +00:00
test-smoke.spec.ts No impure getters pt3 (#2203) 2023-11-13 14:31:27 +00:00
test-text.spec.ts [tech debt] Primitives renaming party / cleanup (#2396) 2024-01-03 12:13:15 +00:00
test-ui.spec.ts Only upload playwright to S3 if we have the right credentials (#2074) 2023-10-13 13:42:41 +00:00