Commit bbf4f43
docs: centralize and update wiki documentation (#1279)
* docs: centralize documentation into wiki/
Move scattered docs into wiki/ for a single documentation hub:
- MIGRATION_GUIDE.md -> wiki/migration-v2.md
- examples/README.md -> wiki/e2e-overview.md
- examples/SHARED_E2E_SETUP.md -> wiki/e2e-setup.md
- examples/CHANGELOG.md -> wiki/e2e-changelog.md (new)
- examples/NEW_ARCH_MIGRATION.md -> wiki/new-arch-migration.md (new)
- Add wiki/README.md index
Keep project READMEs (e2e-compat, e2e-latest, e2e-shared) in place since
they're meant to be copied with the example apps.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
* docs: remove outdated wiki pages and fix broken links
Delete wiki/nix.md and wiki/scripts.md which documented removed
infrastructure (nix flake, scripts/ directory, shells/ configs).
Rewrite wiki/devbox.md to reflect the current per-app devbox setup
with the mobile-devtools plugin. Fix root README link to migration
guide (moved to wiki/) and add wiki pointer in Contributing section.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
* docs: fix table of contents links in root README
Flatten the ToC to top-level section links only. The previous deeply
nested structure with a self-referential parent item wasn't rendering
as clickable links on GitHub.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
* docs: organize wiki into subfolders
Move E2E docs into wiki/e2e/ and migration guides into wiki/guides/
for better discoverability. Update all links in wiki/README.md and
root README.md.
wiki/
├── README.md
├── devbox.md
├── release.md
├── e2e/
│ ├── overview.md
│ ├── setup.md
│ └── changelog.md
└── guides/
├── migration-v2.md
└── new-arch-migration.md
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
---------
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>1 parent d1f984a commit bbf4f43
15 files changed
Lines changed: 646 additions & 560 deletions
File tree
- examples
- e2e-compat
- e2e-latest
- wiki
- e2e
- guides
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
14 | | - | |
15 | | - | |
16 | | - | |
17 | | - | |
18 | | - | |
19 | | - | |
20 | | - | |
21 | | - | |
22 | | - | |
23 | | - | |
24 | | - | |
25 | | - | |
26 | | - | |
27 | | - | |
28 | | - | |
29 | | - | |
30 | | - | |
31 | | - | |
32 | | - | |
33 | | - | |
34 | | - | |
35 | | - | |
36 | | - | |
37 | | - | |
38 | | - | |
39 | | - | |
40 | | - | |
41 | | - | |
42 | | - | |
43 | | - | |
44 | | - | |
45 | | - | |
46 | | - | |
47 | | - | |
48 | | - | |
49 | | - | |
50 | | - | |
51 | | - | |
52 | | - | |
53 | | - | |
54 | | - | |
55 | | - | |
56 | | - | |
57 | | - | |
58 | | - | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
59 | 24 | | |
60 | 25 | | |
61 | 26 | | |
| |||
98 | 63 | | |
99 | 64 | | |
100 | 65 | | |
101 | | - | |
| 66 | + | |
102 | 67 | | |
103 | 68 | | |
104 | 69 | | |
| |||
929 | 894 | | |
930 | 895 | | |
931 | 896 | | |
932 | | - | |
| 897 | + | |
933 | 898 | | |
934 | 899 | | |
935 | 900 | | |
| |||
This file was deleted.
This file was deleted.
0 commit comments