Skip to content

Commit

Permalink
[docs] eas update: move dev client to troubleshoot section (expo#23082)
Browse files Browse the repository at this point in the history
# Why

the `expo-dev-client` article is better off in the troubleshooting
section since it's not really advanced and is an invaluable way to debug

# Test Plan

manually tested

# 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).
  • Loading branch information
quinlanj authored Jun 25, 2023
1 parent d7ad395 commit ffaea99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/constants/navigation.js
Original file line number Diff line number Diff line change
Expand Up @@ -219,12 +219,12 @@ const general = [
]),
makeGroup('Troubleshoot', [
makePage('eas-update/debug.mdx'),
makePage('eas-update/expo-dev-client.mdx'),
makePage('eas-update/build-locally.mdx'),
]),
makeGroup('Advanced', [
makePage('eas-update/optimize-assets.mdx'),
makePage('eas-update/environment-variables.mdx'),
makePage('eas-update/expo-dev-client.mdx'),
makePage('eas-update/code-signing.mdx'),
makePage('eas-update/rollouts.mdx'),
]),
Expand Down

0 comments on commit ffaea99

Please sign in to comment.