chore: move documentation to dedicated repo#4012
Open
halskiszymon wants to merge 1 commit into
Open
Conversation
The Docusaurus site that used to live in `docs/` has been moved to its own repository: software-mansion/react-native-screens-docs. The published URL stays the same: docs.swmansion.com/react-native-screens. - Remove the full docs/ Docusaurus site. History is preserved in the dedicated docs repo via git filter-repo. - Replace docs/ with a small README pointing readers to the new repo. - Add a "Documentation" section to the top-level README with the live URL and the source repo link. - Add an "Updated documentation in react-native-screens-docs" checkbox to the PR template so contributors are reminded to keep docs in sync when changing public API or behavior. Co-Authored-By: Claude Opus 4.7 (1M context) <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.
Draft changes - please don't review yet
Summary
The Docusaurus site that used to live in
docs/has been moved to its own repository: software-mansion/react-native-screens-docs. The published URL is unchanged — docs.swmansion.com/react-native-screens.Changes
docs/Docusaurus site. History is preserved in the dedicated docs repo (extracted viagit filter-repo --subdirectory-filter docs).docs/with a smalldocs/README.mdpointing readers to the new repo.Why
The docs site has its own release cadence, build pipeline, and contributor workflow (recordings, ffmpeg conventions, versioning per major). Keeping it inline made dependabot bumps noisy and conflated two very different concerns. The dedicated repo cleans that up and unblocks the docs revamp targeting the 5.x release.
Test plan
🤖 Generated with Claude Code