History log of /expo/.github/workflows/docs.yml (Results 1 – 25 of 45)
Revision Date Author Comments
# 6d147401 05-Sep-2023 Aman Mittal <[email protected]>

[docs] Remove `expo-dict.json` & case-police (#24270)


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


# 9558d768 08-Jun-2023 Kudo Chien <[email protected]>

[ci] use ubuntu-22.04 runner (#22797)

# Why

use the latest ubuntu runner and make ci more stable

# How

update to ubuntu-22.04 runner


# 53edd91d 23-Dec-2022 Bartosz Kaszubowski <[email protected]>

[docs] fix page header separator on Safari (#20580)


# 7ced8245 22-Sep-2022 Bartosz Kaszubowski <[email protected]>

[docs] ensure that `unversioned` docs do not appear in PROD (#19219)


# bce5b67e 13-Jul-2022 Jon Samp <[email protected]>

[docs] Upgrade to Next 12 and SWC (#18115)

* [docs] Upgrade next to 12.1.5

* babel loader

* Update docs/components/base/list.tsx

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

*

[docs] Upgrade to Next 12 and SWC (#18115)

* [docs] Upgrade next to 12.1.5

* babel loader

* Update docs/components/base/list.tsx

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

* update snapshot

* remove ignores

* remove one more ts ignore

* revert dangerjs

* remove resolutions

* use require

* pay attn to build errors

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

show more ...


# fc12ed2d 28-Apr-2022 Bartosz Kaszubowski <[email protected]>

[github] add local composite actions for CI, refactor workflows (#17162)


# 88083ee7 27-Apr-2022 Bartosz Kaszubowski <[email protected]>

[docs] add `case-police`, fix warnings (#17134)

Co-authored-by: Tomasz Sapeta <[email protected]>


# 6def53e4 15-Apr-2022 Bartosz Kaszubowski <[email protected]>

[github] fix docs deploy and other AWS related workflows (#17077)


# f250b346 15-Apr-2022 Bartosz Kaszubowski <[email protected]>

[github] always use `ubuntu-20.04` in workflows (#17051)


# 4af7344c 12-Apr-2022 Bartosz Kaszubowski <[email protected]>

[github] update most of GitHub actions used in workflows (#17003)


# 46843043 26-Jan-2022 Brent Vatne <[email protected]>

[github] Update default branch to main


# fccf9c8c 05-Oct-2021 Cedric van Putten <[email protected]>

[docs] Simplify markdown layout system (#14636)

* [docs] Add new version of the mdx headings plugin

This plugin is uncoupled from the existing frontmatter change in the custom webpack loader. It

[docs] Simplify markdown layout system (#14636)

* [docs] Add new version of the mdx headings plugin

This plugin is uncoupled from the existing frontmatter change in the custom webpack loader. It also has a fix for mixed children content type, and it can pipe through the ID from plugins like remark-slug

* [docs] Move heading manager over to the new plugin

* [docs] Move document page higher order component to simple component

* [docs] Add empty array to all heading manager tests

* [docs] Fix linting issue in remark export headings

* [docs] Fix esbuild warning and add minimizer

* [docs] Remove esbuild minimizer to clear up memory

* [docs] Replace or with nullish coalescing

Co-authored-by: James Ide <[email protected]>

* [docs] Rename documentation elements without with prefix

* [docs] Disable linting all links in docs workflow

Co-authored-by: James Ide <[email protected]>

show more ...


# 2293193f 26-Aug-2021 Bartosz Kaszubowski <[email protected]>

[workflows] update `setup-node` action (#14146)


# 1b7419d4 24-Jul-2021 Tomasz Sapeta <[email protected]>

[ci] Bump node version to 14.17


# 6d31ade7 27-May-2021 Tomasz Sapeta <[email protected]>

[ci] Add concurrency settings to all suitable workflows


# f12bf82b 18-May-2021 Tomasz Sapeta <[email protected]>

[skip ci] Use commit message instead of sha in slack notifications


# 587df20e 22-Apr-2021 Brent Vatne <[email protected]>

[github] Fix workflow typo


# 3734deb0 22-Apr-2021 Brent Vatne <[email protected]>

[docs] Add next to cache key (#12659)


# d5f42339 21-Apr-2021 Axel Delafosse <[email protected]>

[gh-actions][docs] add 20 minutes timeout (#12633)


# 02fdff46 20-Apr-2021 Bartosz Kaszubowski <[email protected]>

[docs] bump ESLint and Prettier, clean deps, fix warnings (#12517)


# 686e670f 13-Apr-2021 Will Schurman <[email protected]>

[CI] Run CI on all PRs including stacked PRs (#12510)


# 3ed3f9f5 23-Feb-2021 Cedric van Putten <[email protected]>

[docs] Add esbuild for mdx transpiling (#11966)

Co-authored-by: James Ide <[email protected]>


# 73fa456f 13-Feb-2021 Tomasz Sapeta <[email protected]>

[gha] Make Slack notifications consistent


# c593e83e 23-Nov-2020 Cedric van Putten <[email protected]>

[docs] Add internal link rewrite MDX plugin (#10978)

* [docs] Move custom remark heading plugin to mdx plugins

* [docs] Add custom MDX to Next link rewriter

* [docs] Add direct file references

[docs] Add internal link rewrite MDX plugin (#10978)

* [docs] Move custom remark heading plugin to mdx plugins

* [docs] Add custom MDX to Next link rewriter

* [docs] Add direct file references as example

* [docs] Add new mdx remark plugin to next config

* [docs] Add remark tool to validate internal links

* [docs] Re-enable internal links in MDX

* [docs] Simplify internal MDX link rewrite

* [docs] Add readme note about internal linking

* [docs] Add link validation to workflow after export

We need to perform this after an export to make sure /versions/latest exists.

* [docs] Use object spread in remark link rewrite

Co-authored-by: Bartłomiej Bukowski <[email protected]>

* [docs] Ignore react-native internal linking

* [docs] Rewrite all internal links to file references (#10983)

* [docs] Rewrite all internal links to file references

* [docs] Manually fix last remaining broken internal links

* [docs] Manually fix last remaining broken links to repo assets

* [docs] Fix last batch of internal links

* [docs] Fix final batch of internal links

* [docs] Revert link changes in react-native docs

Co-authored-by: Bartłomiej Bukowski <[email protected]>

show more ...


12