History log of /expo/docs/scripts/test-links.js (Results 1 – 14 of 14)
Revision Date Author Comments
# 33efd9c7 07-Feb-2023 Aman Mittal <[email protected]>

[docs] Move Deprecated and Archived sections to Archive (#21101)


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


# 231b3b26 01-Sep-2022 Bartosz Kaszubowski <[email protected]>

[docs] convert Next app to ESM (#18916)


# 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


# d5517a1f 14-Apr-2022 Bartosz Kaszubowski <[email protected]>

[docs] redesign: new Error pages (#16989)


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

[packages][apps][docs] Update source code to reference main


# 185604d9 26-Oct-2021 Jon Samp <[email protected]>

[docs] Remove "over the air" and "ota" from docs (#14826)

* remove "over the air" and "ota"

* adds redirect

* adds redirect


# 469c2847 07-Sep-2021 Bartosz Kaszubowski <[email protected]>

[docs] bump Puppeteer, update test-links script (#14319)


# 38fcf40f 02-Aug-2021 James Ide <[email protected]>

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

show more ...


# 586106d6 29-Sep-2020 Bartłomiej Klocek <[email protected]>

[docs] Migrate codebase to TypeScript (#10324)

* Configure Next.js to use TypeScript

* Migrate 'docs/common' to TypeScript

* Migrate some components to TS

* General components migrated

*

[docs] Migrate codebase to TypeScript (#10324)

* Configure Next.js to use TypeScript

* Migrate 'docs/common' to TypeScript

* Migrate some components to TS

* General components migrated

* Migrate base components

* Migrate icons

* Migrate plugins

* Tape patch window globals

* Migrate _app

* Migrate global-styles

* Migrate _error and _document

* Fixes

* Exclude static files

* Add slugger types, remove ts-ignores

* Improve headingManger typing

* Rebase, use React.FC where possible, prettier fixes

* Add ESLint config

* tsc watch script, updated test snapshots

* Apply code review suggestions
Apply suggestions

* [docs] Enable TypeScript 'strict' mode (#10380)

* Resolved TSC strict errors

* Fix heading metadata typing

* Simplify version handling

* Enable 'noImplicitAny'

* Update icons

* Add mdx-js types

show more ...


# 5eba5f7f 02-Jul-2020 Jon Samp <[email protected]>

[docs] Prettier, jest, and github action (#8985)


# ed5afd0f 04-Jun-2020 Nick Novitski <[email protected]>

[docs] Update test-links (#8669)


# 0f614f85 19-May-2020 Nick Novitski <[email protected]>

[docs] `test-links` fails when it should


# cc98028b 22-Apr-2020 Brent Vatne <[email protected]>

[docs] Split up documentation and only version API reference (#7952)

* Move guides out of versioned directory and set up redirects

* Split up sidebar groups on the API reference side

* Better

[docs] Split up documentation and only version API reference (#7952)

* Move guides out of versioned directory and set up redirects

* Split up sidebar groups on the API reference side

* Better version selector

* Add Get Started section and some more cleanup

* Improve version selector and top level header

* Remove Overview from SDK reference

* Remove unnecessary logs

* Fix some internal links

* Remove danger checks for now

* Convert test-links script to js with puppeteer to follow redirects

* Attempt to fix puppeteer running on docs

* Add libgm-dev to puppeteer installation step https://github.com/puppeteer/puppeteer/issues/5661

show more ...