From 164cae4332f77d3d536dcced1d384fc11c9e2a6f Mon Sep 17 00:00:00 2001 From: Nick Gagliardi <133918568+nick-gagliardi@users.noreply.github.com> Date: Tue, 25 Nov 2025 12:18:02 -0500 Subject: [PATCH 1/3] Update migrate.mdx --- main/docs/customize/actions/migrate.mdx | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/main/docs/customize/actions/migrate.mdx b/main/docs/customize/actions/migrate.mdx index 20629ab73..5119e2f60 100644 --- a/main/docs/customize/actions/migrate.mdx +++ b/main/docs/customize/actions/migrate.mdx @@ -33,12 +33,8 @@ To take advantage of the features provided by Auth0 Actions, you may need to mig 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. - \ No newline at end of file + From db8c70531c57ebdd3c14e60558826cb8d74841fb Mon Sep 17 00:00:00 2001 From: Nick Gagliardi <133918568+nick-gagliardi@users.noreply.github.com> Date: Tue, 25 Nov 2025 12:19:07 -0500 Subject: [PATCH 2/3] Update docs.json --- main/docs.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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 +} From 54e7acea21ecb39195b08c674ebe9b6b5cdd5c65 Mon Sep 17 00:00:00 2001 From: Nick Gagliardi <133918568+nick-gagliardi@users.noreply.github.com> Date: Wed, 3 Dec 2025 12:50:42 -0500 Subject: [PATCH 3/3] Delete main/docs/customize/actions/migrate.mdx --- main/docs/customize/actions/migrate.mdx | 40 ------------------------- 1 file changed, 40 deletions(-) delete mode 100644 main/docs/customize/actions/migrate.mdx diff --git a/main/docs/customize/actions/migrate.mdx b/main/docs/customize/actions/migrate.mdx deleted file mode 100644 index 5119e2f60..000000000 --- a/main/docs/customize/actions/migrate.mdx +++ /dev/null @@ -1,40 +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 ActionsHow to convert your existing Rules to post-login Actions.
Migration ToolingHow to use the Migration Tool to migrate from Rules to Actions.
Migrate from Hooks to ActionsHow to convert your existing Hooks to Actions.
Actions Migration LimitationsExplore the current limitations when migrating between legacy extensibility offerings and Actions.