[docs] Fix inconsistent terms usage, ellipses usage and update vale's token ignore scopes (#24593)
feat(server): add Netlify adapter (#24510)# Why - Add adapter and guide for publishing Expo Router v3 websites/api routes to Netlify. --------- Co-authored-by: Expo Bot <34669131+expo-bot
feat(server): add Netlify adapter (#24510)# Why - Add adapter and guide for publishing Expo Router v3 websites/api routes to Netlify. --------- Co-authored-by: Expo Bot <[email protected]> Co-authored-by: Aman Mittal <[email protected]>
show more ...
[docs] Move API Routes guide under Preview (#24506)
[ENG-9487][docs] add docs for custom builds (#23880)
[ENG-8721][docs] document new custom build functions (#22675)Documents two new built-in functions for custom builds: `eas/use_npm_token` and `eas/install_node_modules`
[docs] document new custom builds features (#22600)
[docs] Improve preview introduction page (#22244)
[docs] Add custom builds config schema (#22165)Co-authored-by: Dominik Sokal <[email protected]>
Rename from .md to .mdx (#19255)
[docs] Update default branch to main
[docs] update EAS Update intro and getting started (#15179)* Add an EAS Update introduction * updates eas update intro and getting started
[docs] updates "main" to "production" for eas update GHA doc (#14873)
[docs] add new eas json profile names (#14804)* [docs] add new eas json profile names * replace "release" across docs
[docs] Use <ImageSpotlight /> in EAS Update preview docs (#14619)
[docs] Adds EAS Update preview docs (#14455)* adds eas update preview docs * adds a link tree * fix indentation * incorporate pr feedback * spell check * fixed quotes around branches
[docs] Adds EAS Update preview docs (#14455)* adds eas update preview docs * adds a link tree * fix indentation * incorporate pr feedback * spell check * fixed quotes around branches * adds note about enabling gha
[docs] Replace expo.io references with expo.dev (#13876)Why: expo.io and most subdomains are deprecated and the docs have moved over to expo.dev. The docs had several references to old expo.io doma
[docs] Replace expo.io references with expo.dev (#13876)Why: expo.io and most subdomains are deprecated and the docs have moved over to expo.dev. The docs had several references to old expo.io domains like Snack, the main site, and the docs themselves. We want to update these links for consistency. Additionally, the canonical links had an extra "/" in them, which is correct to remove since `pathname` includes a leading "/". How: searched for all references to forums.expo.io, docs.expo.io, blog.expo.io, and snack.expo.io and updated them to their *.expo.dev counterparts. Then searched for expo.io and went through the remaining results to decide if they should be changed or not. One example of a domain I left alone was auth.expo.io, which is the domain we still use in expo-auth-session. Test Plan: `yarn test` to make sure tests pass. `yarn dev` to load the site and browse around. Specifically made sure Snack examples worked, links to various Expo pages used the .dev domain, and checked the `rel=canonical` link of the page to make sure it didn't have two slashes.
[docs] A bit of cleanup (#10878)* [docs] Remove table of contents usage because it has been replaced by the sidebar * [docs] Example Usage -> Usage for consistency * [docs] Add prettier-ignor
[docs] A bit of cleanup (#10878)* [docs] Remove table of contents usage because it has been replaced by the sidebar * [docs] Example Usage -> Usage for consistency * [docs] Add prettier-ignore to code blocks with @info tags * [docs] Prepare to run prettier * [docs] Run prettier on everything * [docs] Remove TableOfContentSection component * [docs] Fix typo in sms example
[docs] Right sidebar with Table of Contents (#10230)
[docs] Pass over EAS Build preview docs (#9825)
[docs] Add new "unlisted" section for preview features (#9480)