Skip to content

Commit df5790d

Browse files
committed
fix and redirect
1 parent e7307fb commit df5790d

File tree

7 files changed

+10
-6
lines changed

7 files changed

+10
-6
lines changed

docs/apis/resources/links/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ Use DePay's Payment Link APIs to access payments recieved with Payment Links.
1010

1111
## Payments
1212

13-
[Accesses payments received with payment links via API](/docs/apis/links/payments).
13+
[Accesses payments received with payment links via API](/docs/apis/resources/links/payments).

docs/apis/resources/shopify.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ sidebar_label: Shopify
88
Access your own account's Shopify payment data.
99

1010
:::info
11-
To access other account's Shopify payment data as an app, please [continue here](/docs/apps/apis/payments).
11+
To access other account's Shopify payment data as an app, please [continue here](/docs/apps/resources/payments).
1212
:::
1313

1414
:::info

docs/apps/authorization/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ Right after creating your app or after navigating your app on [app.depay.com](ht
4949

5050
Now select the permissions your app requires.
5151

52-
See: [List of all app permissions and their detailed descriptions](/docs/apps/permissions).
52+
See: [List of all app permissions and their detailed descriptions](/docs/apps/authorization/permissions).
5353

5454
### Redirect URL
5555

docs/apps/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ Enable your application to securely access DePay user data and act on behalf of
3232
</div>
3333

3434
<div className="col-12 ps-0 pe-0 col-md-4 pe-md-4">
35-
<a href="/docs/apps/apis/" className="d-block hover-card p-3">
35+
<a href="/docs/apps/resources" className="d-block hover-card p-3">
3636
<span className="d-block">
3737
<FontAwesomeIcon icon="fa-solid fa-satellite-dish" className="text-body-color h2 pt-2" />
3838
</span>

docs/apps/resources/checkouts.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Access other accounts checkout data as an app.
1111

1212
Allows apps to access users' Shopify checkouts and check which shops are connected to the DePay account.
1313

14-
Requires [`checkouts.shopify.read`](/docs/apps/permissions) permission.
14+
Requires [`checkouts.shopify.read`](/docs/apps/authorization/permissions) permission.
1515

1616

1717
```apib

docs/apps/resources/payments.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Access other accounts payment data as an app.
1111

1212
Allows apps to access users' Shopify payments with a Shopify payment `id`.
1313

14-
Requires [`payments.shopify.read`](/docs/apps/permissions) permission authorized from the user's account.
14+
Requires [`payments.shopify.read`](/docs/apps/authorization/permissions) permission authorized from the user's account.
1515

1616
:::info
1717
Only succeded payments are returned via this endpoint.

docusaurus.config.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,10 @@ const config = {
1515
{ from: '/payments/plugins/shopify', to: '/checkouts/shopify/' },
1616
{ from: '/payments/plugins/woocommerce', to: '/checkouts/woocommerce/' },
1717
{ from: '/apps/user-authentication', to: '/apps/authorization/' },
18+
{ from: '/apis/links/payments', to: '/apis/resources/links/payments/' },
19+
{ from: '/apps/apis/payments', to: '/apps/resources/payments/' },
20+
{ from: '/apps/apis', to: '/apps/resources/' },
21+
{ from: '/apps/permissions', to: '/apps/authorization/permissions' },
1822
],
1923
},
2024
],

0 commit comments

Comments
 (0)