diff --git a/main/docs.json b/main/docs.json index 8c7a859d0..13e84230a 100644 --- a/main/docs.json +++ b/main/docs.json @@ -1465,7 +1465,6 @@ "docs/customize/actions/migrate/migrate-from-rules-to-actions", "docs/customize/actions/migrate/migrate-a-rule-to-an-action", "docs/customize/actions/migrate/migrate-from-hooks-to-actions", - "docs/customize/actions/migrate/migrate-from-actions-beta-to-final", "docs/customize/actions/migrate/actions-migration-limitations" ] }, @@ -24227,4 +24226,4 @@ "destination": "/docs/get-started/authentication-and-authorization-flow/client-initiated-backchannel-authentication-flow/mobile-push-notifications-with-ciba" } ] -} \ No newline at end of file +} diff --git a/main/docs/customize/actions/migrate.mdx b/main/docs/customize/actions/migrate.mdx deleted file mode 100644 index 20629ab73..000000000 --- a/main/docs/customize/actions/migrate.mdx +++ /dev/null @@ -1,44 +0,0 @@ ---- -description: Learn how to migrate to Actions from Rules, Hooks, and earlier versions - of Actions. -'og:image': https://cdn2.auth0.com/docs/1.14553.0/img/share-image.png -'og:title': Migrate to Actions -'og:url': https://auth0.com/docs/ -permalink: migrate -sidebarTitle: Overview -title: Migrate to Actions -'twitter:description': Learn how to migrate to Actions from Rules, Hooks, and earlier - versions of Actions. -'twitter:title': Migrate to Actions ---- -To take advantage of the features provided by Auth0 Actions, you may need to migrate current code from Rules, Hooks, and earlier versions of Actions. - -
| Read... | -To learn... | -
|---|---|
| Migrate from Rules to Actions | -How to convert your existing Rules to post-login Actions. | -
| Migration Tooling | -How to use the Migration Tool to migrate from Rules to Actions. | -
| Migrate from Hooks to Actions | -How to convert your existing Hooks to Actions. | -
| Migrate from Actions Beta To Final | -How to migrate Actions that you created during the Actions Beta period. | -
| Actions Migration Limitations | -Explore the current limitations when migrating between legacy extensibility offerings and Actions. | -