Update to Android for v21 Zoneless and remove approved archive pages,…#1359
Update to Android for v21 Zoneless and remove approved archive pages,…#1359avanscoy wants to merge 2 commits into
Conversation
… added wildcard redirects
Removes 14 auth0-android library articles (EN, fr-ca, ja-jp) that are approved for archival. Adds redirects for all removed paths pointing to /docs/quickstart/native/android. Updates in-text references across 16 files: links directing users to setup instructions now point to the Android quickstart; learn-more and reference-only links point to the GitHub SDK repo (https://github.com/auth0/Auth0.Android). Also fixes two existing redirects whose destinations were among the removed pages. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
|
Preview deployment for your docs. Learn more about Mintlify Previews.
💡 Tip: Enable Workflows to automatically generate PRs for you. |
|
Preview deployment for your docs. Learn more about Mintlify Previews.
💡 Tip: Enable Workflows to automatically generate PRs for you. |
There was a problem hiding this comment.
it looks like there are still three pages left in the docs/libraries/auth0-android section. should those still be there?
the interactive.mdx pages for quickstarts are still there, but if we're redirecting them and removing links, we should remove the pages.
if we're linking the english quickstart within translated docs now, should we delete the (outdated) translated quickstarts entirely?
| { | ||
| "source": "/docs/quickstart/native/android/*", | ||
| "destination": "/docs/quickstart/native/android" | ||
| }, | ||
| { | ||
| "source": "/docs/quickstart/native/android-facebook-login/*", | ||
| "destination": "/docs/quickstart/native/android-facebook-login" |
There was a problem hiding this comment.
these redirects should also exist for translated languages, i think.
… added wildcard redirects
Description
Based on customer feedback: This code is written with Zone.js, which is not the default for Android v21. This sample needs Zoneless, so I've added a tab with Zoneless. Also, several older Android articles are from previous version. Submitted articles for removal, redirected the links, and updated in-text references.
References
Testing
Checklist
CONTRIBUTING.md.