[docs] Fix vale warning about Latin abbrv., inconsistent case in headings and update verbiage (#24452)Co-authored-by: Bartosz Kaszubowski <[email protected]>
[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] minor tweaks and fixes for doc pages (#22587)Co-authored-by: Aman Mittal <[email protected]>
[docs] Add description for EAS Submit and Metadata (#20565)
[docs] remove invalid headers in MD, fix code size in headers (#20451)
[docs] use mostly new components to render MDX files, unify links appearance (#20429)
[docs] squash several typos, gramma fixes (#19927)Co-authored-by: Aman Mittal <[email protected]>
[docs] update lint setup, run Prettier on MDX (#19323)
[docs] CodeBlocksTable: unify appearance with other code blocks (#19329)
Rename from .md to .mdx (#19255)
[docs] update callouts on the pages (#19268)
[docs] convert app to ESM, update MDX to v2 (#18947)Co-authored-by: Jon Samp <[email protected]>
[docs] Expand the EAS Metadata documentation (#19028)* [docs] Add emphasis on the beta/preview state of eas metadata * [docs] Pass the style property in CodeBlockTable to overwrite margins *
[docs] Expand the EAS Metadata documentation (#19028)* [docs] Add emphasis on the beta/preview state of eas metadata * [docs] Pass the style property in CodeBlockTable to overwrite margins * [docs] Add missing documentation for EAS Metadata * [docs] Move EAS Metadata to a subfolder of eas * [docs] Add EAS Metadata table to generate the schema doc * [docs] Fix header casing in metadata schema * [docs] Update the metadata introduction page * [docs] Update wording for metadata getting started * [docs] Apply grammatical suggestions from review Co-authored-by: Evan Bacon <[email protected]> * [docs] Drop reference to remote config * [docs] Drop eas metadata intro headers * [docs] Fix dynamic config examples * [docs] Reword sentence in intro metadata * [docs] Add collaboration through git in intro * [docs] Simplify wording in schema Co-authored-by: Evan Bacon <[email protected]> * [docs] Explicitly mention Google Play in faq * [docs] Reword summary of eas metadata * [docs] Emphasize difference between store config and schema * [docs] Process suggestions from better writers than me Co-authored-by: Aman Mittal <[email protected]> * [docs] Drop deprecated navigation from faulty rebase Co-authored-by: Evan Bacon <[email protected]> Co-authored-by: Aman Mittal <[email protected]>