Skip to content

Commit

Permalink
remove deprecated SDKs (#3395)
Browse files Browse the repository at this point in the history
* remove deprecated SDKs

* add in redirects for old archived sdks
  • Loading branch information
mooreds authored Nov 20, 2024
1 parent c85fe78 commit 26dcfc0
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 131 deletions.
7 changes: 0 additions & 7 deletions astro/src/content/docs/sdks/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -57,13 +57,6 @@ If we are missing a language, open a [GitHub Issue](https://github.com/FusionAut

There are also [community contributed client libraries for other languages](https://github.com/FusionAuth/fusionauth-contrib/blob/main/client-libraries.md).

### Deprecated Client Libraries

These client libraries still work and are built for every release, but are deprecated. For new projects, prefer the alternative.

* [JavaScript Client Library](/docs/sdks/javascript) (deprecated, prefer [Typescript Client Library](/docs/sdks/typescript))
* [Node Client Library](/docs/sdks/node) (deprecated, prefer [Typescript Client Library](/docs/sdks/typescript))

## Usage Suggestions

<HowToUseClientLibraries />
Expand Down
63 changes: 0 additions & 63 deletions astro/src/content/docs/sdks/javascript.mdx

This file was deleted.

58 changes: 0 additions & 58 deletions astro/src/content/docs/sdks/node.mdx

This file was deleted.

8 changes: 5 additions & 3 deletions src/redirects.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
"/blog/how-sso-works": "/articles/authentication/how-sso-works",
"/cognito": "/docs/lifecycle/migrate-users/bulk/cognito",
"/dev-tools/jwt-debugger": "/dev-tools/jwt-decoder",
"/docs/apis/messengers/two-factor": "/docs/apis/two-factor",
"/docs/getting-started": "/docs/get-started/",
"/docs/get-started/core-concepts/editions-features": "/docs/get-started/core-concepts/plans-features",
"/docs/get-started/run-in-the-cloud/marketplaces": "/docs/get-started/run-in-the-cloud/marketplaces/",
Expand All @@ -30,6 +31,8 @@
"/docs/lifecycle/migrate-users/bulk/pingone": "/docs/lifecycle/migrate-users/provider-specific/pingone",
"/docs/lifecycle/migrate-users/bulk/supabase": "/docs/lifecycle/migrate-users/provider-specific/supabase",
"/docs/lifecycle/migrate-users/bulk/tutorial": "/docs/lifecycle/migrate-users/provider-specific/tutorial",
"/docs/sdks/javascript": "/docs/sdks/typescript",
"/docs/sdks/node": "/docs/sdks/typescript",
"/docs/v1/tech/": "/docs/",
"/docs/v1/tech/5-minute-setup-guide": "/docs/quickstarts/5-minute-setup-guide",
"/docs/v1/tech/account-management/": "/docs/lifecycle/manage-users/account-management/",
Expand Down Expand Up @@ -122,7 +125,6 @@
"/docs/v1/tech/apis/tenants": "/docs/apis/tenants",
"/docs/v1/tech/apis/themes": "/docs/apis/themes",
"/docs/v1/tech/apis/two-factor": "/docs/apis/two-factor",
"/docs/apis/messengers/two-factor": "/docs/apis/two-factor",
"/docs/v1/tech/apis/two-factor-1-25": "/docs/archive/apis/two-factor-1-25",
"/docs/v1/tech/apis/user-action-reasons": "/docs/apis/user-action-reasons",
"/docs/v1/tech/apis/user-actions": "/docs/apis/user-actions",
Expand All @@ -136,9 +138,9 @@
"/docs/v1/tech/client-libraries/dart": "/docs/sdks/dart",
"/docs/v1/tech/client-libraries/go": "/docs/sdks/go",
"/docs/v1/tech/client-libraries/java": "/docs/sdks/java",
"/docs/v1/tech/client-libraries/javascript": "/docs/sdks/javascript",
"/docs/v1/tech/client-libraries/javascript": "/docs/sdks/typescript",
"/docs/v1/tech/client-libraries/netcore": "/docs/sdks/netcore",
"/docs/v1/tech/client-libraries/node": "/docs/sdks/node",
"/docs/v1/tech/client-libraries/node": "/docs/sdks/typescript",
"/docs/v1/tech/client-libraries/openapi": "/docs/sdks/openapi",
"/docs/v1/tech/client-libraries/php": "/docs/sdks/php",
"/docs/v1/tech/client-libraries/python": "/docs/sdks/python",
Expand Down

0 comments on commit 26dcfc0

Please sign in to comment.