[docs] Fix vale warning about Latin abbrv., inconsistent case in headings and update verbiage (#24452)Co-authored-by: Bartosz Kaszubowski <[email protected]>
[docs] Fix broken links as reported after audit (#24397)Co-authored-by: Bartosz Kaszubowski <[email protected]>
[docs] Fix incorrect platform order and latin abbreviation usage warnings from Vale (#24338)
[docs] fix typo in router settings link (#23746)
[docs] fix code syntax highlight on Router pages (#23605)
@evanbacon/docs/fix router docs (#23563)# Why <!-- Please describe the motivation for this PR, and link to relevant GitHub issues, forums posts, or feature requests. --> # How <!-- How
@evanbacon/docs/fix router docs (#23563)# Why <!-- Please describe the motivation for this PR, and link to relevant GitHub issues, forums posts, or feature requests. --> # How <!-- How did you build this feature or fix this bug and why? --> # Test Plan <!-- Please describe how you tested this change and how a reviewer could reproduce your test, especially if this PR does not include automated tests! If possible, please also provide terminal output and/or screenshots demonstrating your test/reproduction. --> # Checklist <!-- Please check the appropriate items below if they apply to your diff. This is required for changes to Expo modules. --> - [ ] Documentation is up to date to reflect these changes (eg: https://docs.expo.dev and README.md). - [ ] Conforms with the [Documentation Writing Style Guide](https://github.com/expo/expo/blob/main/guides/Expo%20Documentation%20Writing%20Style%20Guide.md) - [ ] This diff will work correctly for `npx expo prebuild` & EAS Build (eg: updated a module plugin).
show more ...
feat(docs): add react navigation migration doc (#23243)# Why A new version of the migration section from the Expo Router docs. This is generally based on my experience of converting Bluesky to
feat(docs): add react navigation migration doc (#23243)# Why A new version of the migration section from the Expo Router docs. This is generally based on my experience of converting Bluesky to Expo Router. --------- Co-authored-by: Aman Mittal <[email protected]>