[docs] Fix vale warning about Latin abbrv., inconsistent case in headings and update verbiage (#24452)Co-authored-by: Bartosz Kaszubowski <[email protected]>
[docs] Fix incorrect platform order and latin abbreviation usage warnings from Vale (#24338)
[docs] Fix Ellipses guideline warnings from Vale (#24339)
[docs] Fix broken links in various guides (#24233)
[docs] Write an Expo modules tutorial for interfacing with a 3rd party library (#23298)
[docs] Minor fixes across various docs (#23688)
[docs] Update docs for Expo Modules API (#23292)
[docs] Use short form verb for page titles in Guides section (#23017)# Why Use short form verbs across the rest of our doc titles and sidebar titles, where it makes sense. This makes our navbar
[docs] Use short form verb for page titles in Guides section (#23017)# Why Use short form verbs across the rest of our doc titles and sidebar titles, where it makes sense. This makes our navbar more readable and consistent. # UX Before:  After:  # 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). --------- Co-authored-by: Aman Mittal <[email protected]>
show more ...
[docs] Update Expo config references to "app config" (#22645)# Why <!-- Please describe the motivation for this PR, and link to relevant GitHub issues, forums posts, or feature requests. -->
[docs] Update Expo config references to "app config" (#22645)# Why <!-- Please describe the motivation for this PR, and link to relevant GitHub issues, forums posts, or feature requests. --> During the initial audit done by Jon, it was brought that we should be consistent when using **app config** to represet **app.json**/**app.config.js** files. Currently, in many places, Expo config is used instead of **app config**. # How This PR updates all references of Expo config to app config. <!-- 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. --> Changes have been tested by running docs locally. # Checklist <!-- Please check the appropriate items below if they apply to your diff. This is required for changes to Expo modules. --> - [x] 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: Bartosz Kaszubowski <[email protected]>
[docs] fix Terminal content layout shift, remove unused page imports (#22596)
[docs] Fix minor issues across different docs (#22579)
[docs] Multiple fixes include adding redirects, and following writing styleguide (#22266)
[docs][modules] Add links to module docs (#22254)
[docs][modules] Update create-expo-module command to show relative import path (#22255)
[docs] Update references to expo install/run to npx expo install/run (#22197)# Why We should point to `npx expo *` instead of just `expo *` everywhere # How Search/replace ---------
[docs] Update references to expo install/run to npx expo install/run (#22197)# Why We should point to `npx expo *` instead of just `expo *` everywhere # How Search/replace --------- Co-authored-by: Aman Mittal <[email protected]> Co-authored-by: Bartosz Kaszubowski <[email protected]>
[docs] Update getting started with local modules (#21892)Co-authored-by: Gabriel Donadel Dall'Agnol <[email protected]> Co-authored-by: Aman Mittal <[email protected]> Co-authored-by: To
[docs] Update getting started with local modules (#21892)Co-authored-by: Gabriel Donadel Dall'Agnol <[email protected]> Co-authored-by: Aman Mittal <[email protected]> Co-authored-by: Tomasz Sapeta <[email protected]>
[docs] Remove /home directory structure and make all directories top level (#22068)
[docs] Fix typo and page title issues, add icons to BoxLinks & more (#22048)
[docs] Add a guide on how to use create-expo-module in your project (#21828)# Why Closes ENG-6930 # How This PR adds a guide on "How to use a module created with create-expo-module in you
[docs] Add a guide on how to use create-expo-module in your project (#21828)# Why Closes ENG-6930 # How This PR adds a guide on "How to use a module created with create-expo-module in your project" to the Expo Modules API section # Test Plan N / A # Checklist - [x] 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 `expo prebuild` & EAS Build (eg: updated a module plugin). --------- Co-authored-by: Tomasz Sapeta <[email protected]> Co-authored-by: Aman Mittal <[email protected]> Co-authored-by: Bartosz Kaszubowski <[email protected]>
[docs] Fix typos (#21812)
[docs] migrate to new styleguide packages (#21557)
[docs] drop decoration of API headers, add monospace font weight variant (#21627)
[docs] Update page titles for Expo Modules API for better search results (#21611)Co-authored-by: Bartosz Kaszubowski <[email protected]>
[docs] fix typo on expo modules api documentation (#21487)
[docs][modules] Fix example of record usage in Kotlin (#21376)# Why This's a follow-up to https://discord.com/channels/695411232856997968/1009056414028812299/1078082119668080650. # How I'v
[docs][modules] Fix example of record usage in Kotlin (#21376)# Why This's a follow-up to https://discord.com/channels/695411232856997968/1009056414028812299/1078082119668080650. # How I've decided to add `null` other than declaring those properties inside of the constructor. In my opinion, it is simpler and the same code can be used in the primary constructor. Where the declaration using contractor can't be used outside.
1234