Skip to content

Commit

Permalink
Switch all routes to kebab-case
Browse files Browse the repository at this point in the history
  • Loading branch information
louis-md committed Jan 24, 2024
1 parent c1ef55c commit 039c8d5
Show file tree
Hide file tree
Showing 10 changed files with 16 additions and 21 deletions.
4 changes: 2 additions & 2 deletions pages/sdk-auth-kit/reference.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ The Auth Kit can integrate several providers in the form of **"packs."** A pack

To use each pack, you must ensure the appropriate packages are installed.

- [SafeAuth](./reference/SafeAuthPack.md#install)
- [SafeAuth](./reference/safe-auth-pack.md#install)

## How to use a pack

Expand All @@ -29,4 +29,4 @@ After the initialization, use the methods in the pack to interact with the chose

Some common methods (`signIn()`, `signOut()`, etc.) can be called regardless of the package being used.

The kit creates a common interface that any pack should implement. Check the [`AuthKitBasePack`](./reference/AuthKitBasePack.md) abstract class to get more details.
The kit creates a common interface that any pack should implement. Check the [`AuthKitBasePack`](./reference/auth-kit-base-pack.md) abstract class to get more details.
6 changes: 3 additions & 3 deletions pages/sdk-auth-kit/reference/_meta.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"AuthKitBasePack": "AuthKitBasePack",
"SafeAuthPack": "SafeAuthPack"
}
"auth-kit-base-pack": "AuthKitBasePack",
"safe-auth-pack": "SafeAuthPack"
}
6 changes: 3 additions & 3 deletions pages/sdk-onramp-kit/reference.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ The Onramp Kit can integrate several providers in the form of **"packs."** A pac

To use each pack, the right package needs to be installed:

- [Monerium](./reference/MoneriumPack.md#install)
- [Stripe](./reference/StripePack.md#install)
- [Monerium](./reference/monerium-pack.md#install)
- [Stripe](./reference/stripe-pack.md#install)

## How to use a pack

Expand All @@ -31,4 +31,4 @@ After the initialization, use the methods in the pack to interact with the chose

Some common methods (`open()`, `close()`, etc.) can be called regardless of the package being used.

The kit creates a common interface that any pack should implement. Check the [`OnRampKitBasePack`](./reference/OnRampKitBasePack.md) abstract class to get more details.
The kit creates a common interface that any pack should implement. Check the [`OnRampKitBasePack`](./reference/onramp-kit-base-pack.md) abstract class to get more details.
6 changes: 3 additions & 3 deletions pages/sdk-onramp-kit/reference/_meta.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"OnRampKitBasePack": "OnRampKitBasePack",
"StripePack": "StripePack",
"MoneriumPack": "MoneriumPack"
"onramp-kit-base-pack": "OnRampKitBasePack",
"stripe-pack": "StripePack",
"monerium-pack": "MoneriumPack"
}
15 changes: 5 additions & 10 deletions redirects.json
Original file line number Diff line number Diff line change
Expand Up @@ -91,12 +91,12 @@
},
{
"source": "/safe-core-aa-sdk/auth-kit/reference/authkitbasepack",
"destination": "/sdk-auth-kit/reference/AuthKitBasePack",
"destination": "/sdk-auth-kit/reference/auth-kit-base-pack",
"permanent": true
},
{
"source": "/safe-core-aa-sdk/auth-kit/reference/safeauthpack",
"destination": "/sdk-auth-kit/reference/SafeAuthPack",
"destination": "/sdk-auth-kit/reference/safe-auth-pack",
"permanent": true
},
{
Expand Down Expand Up @@ -139,24 +139,19 @@
"destination": "/sdk-onramp-kit/reference",
"permanent": true
},
{
"source": "/safe-core-aa-sdk/onramp-kit/reference/onrampkitbasepack",
"destination": "/sdk-onramp-kit/reference/OnRampKitBasePack",
"permanent": true
},
{
"source": "/safe-core-aa-sdk/onramp-kit/reference/stripepack",
"destination": "/sdk-onramp-kit/reference/StripePack",
"destination": "/sdk-onramp-kit/reference/stripe-pack",
"permanent": true
},
{
"source": "/safe-core-aa-sdk/onramp-kit/reference/onrampkitbasepack",
"destination": "/sdk-onramp-kit/reference/OnRampKitBasePack",
"destination": "/sdk-onramp-kit/reference/onramp-kit-base-pack",
"permanent": true
},
{
"source": "/safe-core-aa-sdk/onramp-kit/reference/moneriumpack",
"destination": "/sdk-onramp-kit/reference/MoneriumPack",
"destination": "/sdk-onramp-kit/reference/monerium-pack",
"permanent": true
},
{
Expand Down

0 comments on commit 039c8d5

Please sign in to comment.