History log of /expo/docs/deploy.sh (Results 1 – 25 of 65)
Revision Date Author Comments
# f7a14300 24-Sep-2023 Aman Mittal <[email protected]>

[docs] Consolidate build/submit eas.json reference into one page (#24491)

Co-authored-by: Brent Vatne <[email protected]>


# 4aaacb05 12-Sep-2023 Aman Mittal <[email protected]>

[docs] Fix broken links as reported after audit (#24397)

Co-authored-by: Bartosz Kaszubowski <[email protected]>


# ab795694 24-Aug-2023 James Ide <[email protected]>

[docs] Redirect Expo Updates v0 protocol link (#24109)

Why
---
Links to /technical-specs/expo-updates-0/ need to be redirected to the
archived page at /archive/technical-specs/expo-updates-0/.


# fe1ef024 17-Jul-2023 Jon Samp <[email protected]>

[docs] Adds docs preview label (#20583)

# Why

We'd like the ability to add a label, then to have GitHub Actions build
the docs and deploy them on AWS S3, where we can preview them quickly
durin

[docs] Adds docs preview label (#20583)

# Why

We'd like the ability to add a label, then to have GitHub Actions build
the docs and deploy them on AWS S3, where we can preview them quickly
during PR review.

This PR adds a GitHub Action (GHA) that gets triggered when added the
"preview" label. The GHA exports/builds the docs and then uploads them
to AWS S3. Then, it comments on the PR with a link to the preview URL.
When merging a PR, another GHA runs to clean up and delete the bucket
that was created when adding the label.

Closes ENG-5683

# How

- Added a `AWS_BUCKET` field to our **deploy.sh** to specify the bucket
to deploy to.
- Edits the search inside the docs to replace `docs.expo.dev` with the
preview URL if the docs are hosted on an aws-style URL.

# Test plan

You should see the docs preview website on this PR! Go check it out.

Also, I opened another PR on top of this one where I confirmed both
pr-deploy and pr-destroy steps (on label add, remove, and merge). See
the screenshots in the comments on this PR:
https://github.com/expo/expo/pull/23545

show more ...


# d7273661 21-Jun-2023 Quinlan Jung <[email protected]>

[ENG-9026][docs] better eas update file names (#22979)

# Why

If an EAS Update doc has a verbose path, rename it to something
equivalent, but shorter

# Checklist

<!--
Please check the appr

[ENG-9026][docs] better eas update file names (#22979)

# Why

If an EAS Update doc has a verbose path, rename it to something
equivalent, but shorter

# 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).

show more ...


# 9de0c686 06-Apr-2023 Aman Mittal <[email protected]>

[docs] reorganize navigation structure, introduce Home route (#22011)

Co-authored-by: Simek <[email protected]>


# d27f77b9 01-Feb-2023 Keith Kurak <[email protected]>

[expo-firebase-*] Remove libraries (#20979)

# Why

We deprecated `expo-firebase-analytics` / `expo-firebase-recaptcha` (and
hence, `expo-firebase-core`) in SDK 47, with removal planned in 48.

[expo-firebase-*] Remove libraries (#20979)

# Why

We deprecated `expo-firebase-analytics` / `expo-firebase-recaptcha` (and
hence, `expo-firebase-core`) in SDK 47, with removal planned in 48.

# How

Remove `expo-firebase-analytics`, `expo-firebase-recaptcha`,
`expo-firebase-core` packages. Updated dependencies in test apps/ Expo
Go, removed Scoped Firebase class.

Needed to update `com.google.firebase:firebase-core` to 21.1.0 in
**expoview/build.gradle** due to the below error. I think this was
related to the Expo Firebase packages requiring this version anyway,
which was likely inhibiting the error.

```
Duplicate class com.google.android.gms.internal.firebase_messaging.zza found in modules jetified-firebase-iid-20.0.2-runtime (com.google.firebase:firebase-iid:20.0.2) and jetified-firebase-messaging-22.0.0-runtime (com.google.firebase:firebase-messaging:22.0.0)
...
Duplicate class com.google.firebase.iid.FirebaseInstanceIdReceiver found in modules jetified-firebase-iid-20.0.2-runtime (com.google.firebase:firebase-iid:20.0.2) and jetified-firebase-messaging-22.0.0-runtime (com.google.firebase:firebase-messaging:22.0.0)
```

# Test Plan

Tested building bare-expo and Expo Go on iOS and Android.

# Checklist

~~**NOTE**: will open up a separate PR to update documentation; there's
a decent amount of cross-linked stuff, don't want to miss that in a
large-ish diff.~~

- [ ] 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)
- [x] This diff will work correctly for `expo prebuild` & EAS Build (eg:
updated a module plugin).

show more ...


# fefe6073 16-Jan-2023 Aman Mittal <[email protected]>

[docs] Update Push notifications and expo-notifications docs (#20270)

Co-authored-by: Jon Samp <[email protected]>


# 5a2d7d97 02-Jan-2023 Aman Mittal <[email protected]>

[docs] Add redirect based on weekly Sentry report (#20670)


# bde45f47 29-Dec-2022 Aman Mittal <[email protected]>

[docs] Add redirects based on Sentry report of the week (#20642)


# b2d111e6 14-Dec-2022 Aman Mittal <[email protected]>

[docs] Add redirect for removed clojurescript guide (#20465)


# a06a9af8 13-Dec-2022 Aman Mittal <[email protected]>

[docs] Add redirects for broken archived links (#20443)


# 4fcc8372 18-Nov-2022 Dominik Sokal <[email protected]>

[docs] fix url to "Use development builds" (#20098)

Fix incorrect link.


# 77aca4d3 17-Nov-2022 Nick Novitski <[email protected]>

[docs] `chmod +x docs/deploy.sh`


# 19ba45a2 17-Nov-2022 Aman Mittal <[email protected]>

[docs] Remove duplicate redirect (#20085)


# 5f82a70c 16-Nov-2022 Aman Mittal <[email protected]>

[docs] Update development build docs (#19703)

Co-authored-by: Keith Kurak <[email protected]>


# 59f5e389 11-Nov-2022 Aman Mittal <[email protected]>

[docs] Add redirects to 404 URLs from sentry report (#20003)


# 571d295f 09-Nov-2022 Brent Vatne <[email protected]>

[docs] Remove redundant compatibility page (#19963)


# 22fce504 19-Oct-2022 Aman Mittal <[email protected]>

[docs][using-firebase] Update Using Firebase guide (#19498)

Co-authored-by: Keith Kurak <[email protected]>
Co-authored-by: Jon Samp <[email protected]>


# 9f8df43a 13-Sep-2022 Cedric van Putten <[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]>

show more ...


# 02155a46 12-Sep-2022 Brent Vatne <[email protected]>

[docs] Delete setting up continuous integration guide and redirect


# dc0355b4 03-Sep-2022 Evan Bacon <[email protected]>

feat(docs): update distribution docs (#18926)

* Update introduction.md

* Add better introduction doc for distribution

* Drop uploading-apps guide checks

* Update introduction.md

* [docs]

feat(docs): update distribution docs (#18926)

* Update introduction.md

* Add better introduction doc for distribution

* Drop uploading-apps guide checks

* Update introduction.md

* [docs] Update iOS submissions page to make manual submission instructions collapsible and end on automating submissions

* [docs] Add redirect for uploading-apps to EAS Submit intro

* Update error-utilities.ts

* Update error-utilities.ts

Co-authored-by: Brent Vatne <[email protected]>

show more ...


# 23ab6e3d 16-Aug-2022 Brent Vatne <[email protected]>

[docs] "Testing on devices" -> new and improved "Running on Device"


# e6808ea5 10-Aug-2022 Cedric van Putten <[email protected]>

[docs] Add EAS Metadata docs (#17879)

* [docs] Add metadataPath to eas json submit schema

* [docs] Add eas metadata draft pages

* [docs] Add eas metadata server side redirect from root

* [d

[docs] Add EAS Metadata docs (#17879)

* [docs] Add metadataPath to eas json submit schema

* [docs] Add eas metadata draft pages

* [docs] Add eas metadata server side redirect from root

* [docs] Add eas metadata root boxlink

* [docs] Apply feedback on EAS metadata docs

Co-authored-by: Brent Vatne <[email protected]>
Co-authored-by: Evan Bacon <[email protected]>

* [docs] Drop references to the store config doc

With these changes, we can release it as is, and finalize the store config overview later.

* [docs] Use VSCode over vscode

Co-authored-by: Aman Mittal <[email protected]>

* [docs] Use second person style

Co-authored-by: Aman Mittal <[email protected]>

* [docs] Use VS Code instead of VSCode

Co-authored-by: Brent Vatne <[email protected]>
Co-authored-by: Evan Bacon <[email protected]>
Co-authored-by: Aman Mittal <[email protected]>

show more ...


# 3a4dc2d7 04-Aug-2022 Jon Samp <[email protected]>

[docs] Switch references from Classic Updates to EAS Update (#18262)

* Switch references from Classic Updates to EAS Update

* remove a glimpse into the future


123