Skip to content

docs: centralize and update wiki documentation#1279

Draft
abueide wants to merge 4 commits into
masterfrom
e2e/6-docs
Draft

docs: centralize and update wiki documentation#1279
abueide wants to merge 4 commits into
masterfrom
e2e/6-docs

Conversation

@abueide

@abueide abueide commented Jun 8, 2026

Copy link
Copy Markdown
Contributor

Summary

Consolidates scattered documentation into an organized wiki/ directory, removes outdated docs that referenced deleted infrastructure, and fixes broken links in the root README.

Changes

  • Moved MIGRATION_GUIDE.md, examples/README.md, and examples/SHARED_E2E_SETUP.md into wiki/
  • Deleted wiki/nix.md and wiki/scripts.md (described removed nix/, scripts/, and shells/ infrastructure)
  • Rewrote wiki/devbox.md to document the current per-app devbox setup with the mobile-devtools plugin
  • Organized wiki into subfolders: e2e/ (testing docs), guides/ (migration guides)
  • Added wiki/e2e/changelog.md and wiki/guides/new-arch-migration.md
  • Fixed root README: updated migration guide link, flattened broken ToC, added wiki pointer in Contributing section
  • Updated wiki/release.md to remove references to non-existent shells/ configs

Why

Several wiki docs described infrastructure (Nix flake, scripts/ directory, CI shells) that was removed when the repo switched to per-app devbox configs with the mobile-devtools plugin. The flat file layout also made the wiki harder to navigate.


🤖 Generated with Claude Code

abueide and others added 4 commits June 8, 2026 17:54
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>
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>
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>
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>
@abueide abueide added the documentation Documentation only changes label Jun 8, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

documentation Documentation only changes

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant