docs: centralize and update wiki documentation#1279
Draft
abueide wants to merge 4 commits into
Draft
Conversation
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>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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
MIGRATION_GUIDE.md,examples/README.md, andexamples/SHARED_E2E_SETUP.mdintowiki/wiki/nix.mdandwiki/scripts.md(described removednix/,scripts/, andshells/infrastructure)wiki/devbox.mdto document the current per-app devbox setup with themobile-devtoolsplugine2e/(testing docs),guides/(migration guides)wiki/e2e/changelog.mdandwiki/guides/new-arch-migration.mdwiki/release.mdto remove references to non-existentshells/configsWhy
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