[docs] Fix inconsistent terms usage, ellipses usage and update vale's token ignore scopes (#24593)
[docs] Update tools.mdx (#24589)
[docs] Add missing icon on BoxLink for docs in Home route (#24085)
[docs] Fix note about network inspector - it is available in Expo Go in SDK 49+
[docs] Clean up `public/static` folder (#23574)
[docs] Fix internal links (#23375)
[docs] Update instances of `--dev-client` & port `19000` for SDK 48 and lower (#23131)
[docs] Refactor the debugging tools page (#22787)# Why It was kind of outdated, and didn't include the new inspector method. # How This draft focuses on the available tooling starting from
[docs] Refactor the debugging tools page (#22787)# Why It was kind of outdated, and didn't include the new inspector method. # How This draft focuses on the available tooling starting from SDK 49. It does NOT focus on how to opt-in into this with SDK 48. - Dropped outdated `Chrome DevTools` section - Added new `Chrome DevTools` section, with feature hightights - Updated the `React DevTools` section to focus on the built-in (cli) version - Added warnings that `Debug remote JS` does not work for Hermes apps We might need to drop more sections, as they are outdated. I haven't taken a look at the other debugging pages yet, but lets start with this PR. # Test Plan Docs change only. # 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). --------- Co-authored-by: Aman Mittal <[email protected]>
show more ...
[docs] Fix internal links to avoid redirects (#22498)
[docs] update `debugging/runtime-issues` URLs to avoid redirects (#22497)
[docs] Fix Runtime issue page title (#22362)
[docs] Add redirects for sections that can be referred as short urls (#22222)
[docs] Remove /home directory structure and make all directories top level (#22068)