Description
React-Native Website Migration Infos
This is a meta issue to document and organize the work on this React-Native website migration to Docusaurus 2.
Let's keep it up to date.
- master is kept in sync with upstream with pull bot
- dev is the branch we work on
Deploy previews:
- dev/v2: https://react-native-website-migration.netlify.app/
- master/v1: https://master--react-native-website-migration.netlify.app/
We'll work with PRs so that we can review the work before merging it to dev. The current dev branch was started with the minimal D2 migration to have a working D2 website.
There is a draft PR from dev to master, to highlight potential conflicts that we'll have to resolve before the final merge: #6
If you find a bug, a missing feature or whatever on the migrated site, please open an issue in this repo, as it's more easier to track this here than using Discord.
Previous work
Some previous migration work has been done on the main repo, but got quite messy. We are reintegrating that work in this fork.
- Previous issue: Migrate Website to Docusaurus 2 facebook/react-native-website#2146
- Previous PR: WIP: Migrate from docusaurus v1 to v2 facebook/react-native-website#2139
Note, the previous work has been added to this fork as well, so that we can cherry pick existing commits:
- PR: Previous docs/v2 migration #5
- Preview: https://deploy-preview-5--react-native-website-migration.netlify.app/
You can use this preview temporarily, to review the existing migration work, until we re-integrate the work in the dev branch.