| #
f51e2458 |
| 18-Apr-2023 |
Aman Mittal <[email protected]> |
[docs] Remove old guides & add redirects (#22145)
|
| #
9de0c686 |
| 06-Apr-2023 |
Aman Mittal <[email protected]> |
[docs] reorganize navigation structure, introduce Home route (#22011)
Co-authored-by: Simek <[email protected]>
|
| #
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
|
| #
22d1b358 |
| 26-Nov-2021 |
Cedric van Putten <[email protected]> |
[docs] Fix broken permission redirects (#15305)
* [docs] Fix broken permission redirects
* [docs] Fix linting issue
|
| #
7f40d711 |
| 03-Nov-2021 |
Charlie Cruzan <[email protected]> |
[docs] Update docs for "EAS" and "Classic Services" (#14537)
Co-authored-by: Jon Liak <[email protected]>
Co-authored-by: Brent Vatne <[email protected]>
|
| #
4fc31ee8 |
| 02-Jun-2021 |
Hayden Daly <[email protected]> |
[docs] Fix redirect for versioned renamed paths (#13121)
Why
Docs redirect for https://docs.expo.io/versions/vX.0.0/guides/push-notifications doesn't redirect to https://docs.expo.io/push-notificat
[docs] Fix redirect for versioned renamed paths (#13121)
Why
Docs redirect for https://docs.expo.io/versions/vX.0.0/guides/push-notifications doesn't redirect to https://docs.expo.io/push-notifications/overview/ as it should.
How
Created getRedirectPath function in /docs/common/error-utilities.ts and modified conditional for versioned renamed path (see line 31-37). Was able to import this into /docs/pages/_error.tsx for overall simplified code.
Test Plan
Tested locally and wrote suite of unit tests covering edge cases handled getRedirectPath function in /docs/common/error-utilities.test.ts.
show more ...
|