Skip to content

Commit 2ebb9d5

Browse files
authored
Merge pull request #22 from swan-io/remove-payments
Prep beta site to share
2 parents c213c8f + 04e00f7 commit 2ebb9d5

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

49 files changed

+168
-1351
lines changed

Diff for: .sidebar-draft.js

+8-8
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ module.exports = {
1919
{
2020
type: "category",
2121
label: "Onboarding overview",
22-
link: { type: "doc", id: "topics/onboarding/about" },
22+
link: { type: "doc", id: "topics/onboarding/index" },
2323
collapsed: true,
2424
items: [
2525
"topics/onboarding/overview/guide-get-onboarding-info",
@@ -30,7 +30,7 @@ module.exports = {
3030
{
3131
type: "category",
3232
label: "Individual accounts",
33-
link: { type: "doc", id: "topics/onboarding/individual/about" },
33+
link: { type: "doc", id: "topics/onboarding/individual/index" },
3434
collapsed: true,
3535
items: [
3636
"topics/onboarding/individual/guide-create-onboarding",
@@ -40,7 +40,7 @@ module.exports = {
4040
{
4141
type: "category",
4242
label: "Company accounts",
43-
link: { type: "doc", id: "topics/onboarding/company/about" },
43+
link: { type: "doc", id: "topics/onboarding/company/index" },
4444
collapsed: true,
4545
items: [
4646
"topics/onboarding/company/guide-create-onboarding",
@@ -50,7 +50,7 @@ module.exports = {
5050
{
5151
type: "category",
5252
label: "Onboarding documents",
53-
link: { type: "doc", id: "topics/onboarding/documents/about" },
53+
link: { type: "doc", id: "topics/onboarding/documents/index" },
5454
collapsed: true,
5555
items: [
5656
"topics/onboarding/documents/guide-add-document-webhooks",
@@ -65,7 +65,7 @@ module.exports = {
6565
{
6666
type: "category",
6767
label: "Account holders",
68-
link: { type: "doc", id: "topics/onboarding/account-holders/about" },
68+
link: { type: "doc", id: "topics/onboarding/account-holders/index" },
6969
collapsed: true,
7070
items: [
7171
"topics/onboarding/account-holders/guide-add-additional-account",
@@ -150,7 +150,7 @@ module.exports = {
150150
{
151151
type: "category",
152152
label: "Webhooks",
153-
link: { type: "doc", id: "developers/webhooks/about" },
153+
link: { type: "doc", id: "developers/webhooks/index" },
154154
collapsible: true,
155155
collapsed: true,
156156
items: [
@@ -160,7 +160,7 @@ module.exports = {
160160
{
161161
type: "category",
162162
label: "Access tokens",
163-
link: { type: "doc", id: "developers/access-tokens/about" },
163+
link: { type: "doc", id: "developers/access-tokens/index" },
164164
collapsible: true,
165165
collapsed: true,
166166
items: [
@@ -171,7 +171,7 @@ module.exports = {
171171
{
172172
type: "category",
173173
label: "Errors and rejections",
174-
link: { type: "doc", id: "developers/rejections/about" },
174+
link: { type: "doc", id: "developers/rejections/index" },
175175
collapsible: true,
176176
collapsed: true,
177177
items: ["developers/rejections/using-rejections"],

Diff for: docs/_contact.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
* For sales or services related questions: hello@swan.io
1+
* For sales or services related questions: [Contact form](https://www.swan.io/talk-to-expert)
22
* For technical or product related questions: [email protected]
33
* For daily operations: [email protected]

Diff for: docs/glossary.mdx

+15-25
Original file line numberDiff line numberDiff line change
@@ -6,25 +6,29 @@ title: Glossary
66

77
import AccountHolderDefinition from './topics/definitions/_account-holder.mdx';
88

9-
## [Account holder](topics/onboarding/account-holders/about.mdx)
9+
## [Account holder](topics/onboarding/account-holders/index.mdx)
1010

1111
<AccountHolderDefinition />
1212

1313
***
1414

1515
import CompanyOnboardingDefinition from './topics/definitions/_onboarding-company.mdx';
1616

17-
## [Company account onboarding](topics/onboarding/company/about.mdx)
17+
import IndividualOnboardingDefinition from './topics/definitions/_onboarding-individual.mdx';
18+
19+
## [Account onboarding](topics/onboarding/index.mdx)
1820

19-
<CompanyOnboardingDefinition />
21+
[**Company account onboarding**](topics/onboarding/company/index.mdx) <CompanyOnboardingDefinition />
22+
23+
[**Individual account onboarding**](topics/onboarding/individual/index.mdx) <IndividualOnboardingDefinition />
2024

2125
***
2226

23-
import IndividualOnboardingDefinition from './topics/definitions/_onboarding-individual.mdx';
27+
import CapitalDepositDefinition from './topics/definitions/_capital-deposit.mdx';
2428

25-
## [Individual account onboarding](topics/onboarding/individual/about.mdx)
29+
## [Capital deposit](topics/capital-deposits/index.mdx)
2630

27-
<IndividualOnboardingDefinition />
31+
<CapitalDepositDefinition />
2832

2933
***
3034

@@ -36,30 +40,16 @@ import LegalRepDefinition from './topics/definitions/_legal-rep.mdx';
3640

3741
***
3842

39-
## [Onboarding](topics/onboarding/about.mdx)
40-
41-
*See [individual](#individual-account-onboarding) or [company](#company-account-onboarding) account onboarding*
42-
43-
***
43+
import ProjectDefinition from './topics/definitions/_projects.mdx';
4444

45-
import Payments from './topics/definitions/_payments.mdx';
45+
## [Project](topics/projects/index.mdx)
4646

47-
## [Payments](topics/payments/about.mdx)
48-
49-
<Payments />
47+
<ProjectDefinition />
5048

5149
***
5250

5351
import SupportingDocumentCollectionDefinition from './topics/definitions/_onboarding-supporting-documents.mdx';
5452

55-
## [Supporting document collection](topics/onboarding/documents/about.mdx)
56-
57-
<SupportingDocumentCollectionDefinition />
58-
59-
***
60-
61-
import Transactions from './topics/definitions/_transactions.mdx';
62-
63-
## [Transactions](topics/payments/about.mdx)
53+
## [Supporting document collection](topics/onboarding/documents/index.mdx)
6454

65-
<Transactions />
55+
<SupportingDocumentCollectionDefinition />

Diff for: docs/images/docs-anatomy.png

-27.9 KB
Loading

Diff for: docs/index.mdx

+12-9
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,6 @@ Welcome to Swan's product, partnership, and developer documentation.
1010
## Where to start?
1111

1212
- **Read this page** to understand more about Swan
13-
- Check out the [**starter guides**](./starter-guides/intro.mdx) to explore Sandbox, activate your project, and more
14-
- Find a [**use case**](./use-cases/intro.mdx) that resembles your own and learn how to implement Swan effectively
1513
- **Browse the navigation** to find your topic
1614
- Use **global search** to find what you need
1715

@@ -22,17 +20,22 @@ Use cases vary widely, from buy-now/pay-later setups to employee benefits cards
2220

2321
## About Swan documentation
2422

25-
This section of Swan's documentation covers two main themes: **concepts**, or explanatory content, and **guides**, providing steps to complete a task.
23+
This primary section of Swan's documentation covers two main themes: **concepts**, or explanatory content, and **guides**, providing steps to complete a task.
24+
25+
:::tip More to come
26+
Swan is in a full documentation migration.
27+
Over the coming weeks, you'll see more content in this main section.
28+
Developer and Partnership sections are coming soon.
29+
:::
2630

2731
### Site anatomy
2832

2933
The anatomy of the Swan documentation site has five main sections:
3034

31-
1. **Top navigation**: Swan's different types of partner documentation, including the main docs (where you are now), information about partnerships with Swan *(coming soon)*, and a section just for developers *(also coming soon)*
32-
1. **Sidebar navigation**: links to all content for this top navigation section
33-
1. **Changelog** & **Search**: link to Swan's product changelog, plus the invaluable global search that unifies all sections in the top navigation (powered by Algolia)
34-
1. **Page navigation**: table of contents for this page only, generated using the page's headings
35-
1. **Content**: the good stuff!
36-
1. **Edit link**: if you find errors or would like to contribute something you've discovered, follow this link to the Swan documentation GitHub repository and start a discussion or create a pull request
35+
1. **Top navigation**: Swan's different types of partner documentation, including the main docs (where you are now), information about partnerships with Swan *(coming soon)*, and a section just for developers *(also coming soon)*.
36+
1. **Sidebar navigation**: links to all content for this top navigation section.
37+
1. **Changelog** & **Search**: link to Swan's product changelog *(coming soon)*, plus the invaluable global search that unifies all sections in the top navigation (powered by Algolia).
38+
1. **Page navigation**: table of contents for this page only, generated using the page's headings.
39+
1. **Edit link**: if you find errors or would like to contribute something you've discovered, follow this link to the Swan documentation GitHub repository and start a discussion or create a pull request.
3740

3841
![callouts of homepage](./images/docs-anatomy.png)

Diff for: docs/overview.mdx

-9
This file was deleted.

Diff for: docs/topics/accounts/about.mdx

-39
This file was deleted.

Diff for: docs/topics/accounts/guides/account-configure.mdx

-8
This file was deleted.

Diff for: docs/topics/capital-deposits/france/guide-create-case.mdx

+3-3
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ This page explains step 1 of a **multi-step process**.
1111
Refer to the [France guide](./guide.mdx) for the whole process.
1212
:::
1313

14-
## Guide
14+
## Guide {#steps}
1515

1616
1. Add the `createCapitalDepositCase` mutation.
1717
- By default, objects are added to the API Explorer in the following order:
@@ -35,7 +35,7 @@ Refer to the [France guide](./guide.mdx) for the whole process.
3535
1. Add rejections in case the mutation doesn't succeed (starts on line 154).
3636
1. **▶ Run** your mutation.
3737

38-
## API mutation
38+
## API mutation {#mutation}
3939

4040
🔎 [Open the mutation in API Explorer](https://explorer.swan.io?query=bXV0YXRpb24gY3JlYXRlQ2FzZSB7CiAgY3JlYXRlQ2FwaXRhbERlcG9zaXRDYXNlKAogICAgaW5wdXQ6IHsKICAgICAgY29tcGFueU5hbWU6ICJNeUJyYW5kIgogICAgICBjb21wYW55U2hhcmVob2xkZXJzOiB7CiAgICAgICAgY2FwaXRhbERlcG9zaXRBbW91bnQ6IHsgdmFsdWU6ICIxMDAwMCIsIGN1cnJlbmN5OiAiRVVSIiB9CiAgICAgICAgbmFtZTogIkNvbXBhbnkgc2hhcmVob2xkZXIiCiAgICAgICAgb25ib2FyZGluZ0luZm86IHsKICAgICAgICAgIGluZGl2aWR1YWxVbHRpbWF0ZUJlbmVmaWNpYWxPd25lcnM6IFsKICAgICAgICAgICAgewogICAgICAgICAgICAgIHR5cGU6IExlZ2FsUmVwcmVzZW50YXRpdmUKICAgICAgICAgICAgICBiaXJ0aENpdHk6ICJQYXJpcyIKICAgICAgICAgICAgICBiaXJ0aENpdHlQb3N0YWxDb2RlOiAiNzUwMDAiCiAgICAgICAgICAgICAgYmlydGhDb3VudHJ5Q29kZTogIkZSQSIKICAgICAgICAgICAgICBiaXJ0aERhdGU6ICIwMi8wMi8xOTg4IgogICAgICAgICAgICAgIGRpcmVjdDogZmFsc2UKICAgICAgICAgICAgICBmaXJzdE5hbWU6ICJKdWxlcyIKICAgICAgICAgICAgICBsYXN0TmFtZTogIkZsZXVyeSIKICAgICAgICAgICAgICB0b3RhbENhcGl0YWxQZXJjZW50YWdlOiA1MQogICAgICAgICAgICB9CiAgICAgICAgICAgIHsKICAgICAgICAgICAgICB0eXBlOiBIYXNDYXBpdGFsCiAgICAgICAgICAgICAgYmlydGhDaXR5OiAiUGFyaXMiCiAgICAgICAgICAgICAgYmlydGhDaXR5UG9zdGFsQ29kZTogIjc1MDAwIgogICAgICAgICAgICAgIGJpcnRoQ291bnRyeUNvZGU6ICJGUkEiCiAgICAgICAgICAgICAgYmlydGhEYXRlOiAiMDkvMDEvMTk4OSIKICAgICAgICAgICAgICBkaXJlY3Q6IGZhbHNlCiAgICAgICAgICAgICAgZmlyc3ROYW1lOiAiTWFsaWthIgogICAgICAgICAgICAgIGxhc3ROYW1lOiAiTmdvbWEiCiAgICAgICAgICAgICAgdG90YWxDYXBpdGFsUGVyY2VudGFnZTogMjYKICAgICAgICAgICAgfQogICAgICAgICAgXQogICAgICAgICAgYWNjb3VudE5hbWU6ICJNeUJyYW5kIGNvbXBhbnkgYWNjb3VudCIKICAgICAgICAgIGJ1c2luZXNzQWN0aXZpdHk6IEFydHMKICAgICAgICAgIGJ1c2luZXNzQWN0aXZpdHlEZXNjcmlwdGlvbjogIkRlc2NyaXB0aW9uIHJlcXVpcmVkIgogICAgICAgICAgY29tcGFueVR5cGU6IENvbXBhbnkKICAgICAgICAgIGVtYWlsOiAiYm9uam91ckBteWJyYW5kLmZyIgogICAgICAgICAgaXNSZWdpc3RlcmVkOiBmYWxzZQogICAgICAgICAgbGFuZ3VhZ2U6ICJmciIKICAgICAgICAgIG1vbnRobHlQYXltZW50Vm9sdW1lOiBCZXR3ZWVuNTAwMDBBbmQxMDAwMDAKICAgICAgICAgIG5hbWU6ICJDb21wYW55IHNoYXJlaG9sZGVyIgogICAgICAgICAgcmVzaWRlbmN5QWRkcmVzczogewogICAgICAgICAgICBhZGRyZXNzTGluZTE6ICIxMjMgYXZlbnVlIGRlIFBhcmlzIgogICAgICAgICAgICBjaXR5OiAiUGFyaXMiCiAgICAgICAgICAgIGNvdW50cnk6ICJGUkEiCiAgICAgICAgICAgIHBvc3RhbENvZGU6ICI3NTAwMCIKICAgICAgICAgIH0KICAgICAgICB9CiAgICAgIH0KICAgICAgaW5kaXZpZHVhbFNoYXJlaG9sZGVyczogewogICAgICAgIGZpcnN0TmFtZTogIkhlbnJpIgogICAgICAgIGxhc3ROYW1lOiAiRHVwb250IgogICAgICAgIGJpcnRoRGF0ZTogIjAxLzExLzE5OTIiCiAgICAgICAgbmF0aW9uYWxpdHk6ICJGUkEiCiAgICAgICAgY2FwaXRhbERlcG9zaXRBbW91bnQ6IHsgdmFsdWU6ICI1MDAiLCBjdXJyZW5jeTogIkVVUiIgfQogICAgICAgIG9uYm9hcmRpbmdJbmZvOiB7CiAgICAgICAgICBlbWFpbDogImhlbnJpLmR1cG9udEBteWJyYW5kLmZyIgogICAgICAgICAgbGFuZ3VhZ2U6ICJmciIKICAgICAgICAgIGVtcGxveW1lbnRTdGF0dXM6IEVtcGxveWVlCiAgICAgICAgICBtb250aGx5SW5jb21lOiBCZXR3ZWVuMTUwMEFuZDMwMDAKICAgICAgICAgIHJlc2lkZW5jeUFkZHJlc3M6IHsKICAgICAgICAgICAgYWRkcmVzc0xpbmUxOiAiMSBydWUgZGUgbGEgUGFpeCIKICAgICAgICAgICAgY2l0eTogIlBhcmlzIgogICAgICAgICAgICBjb3VudHJ5OiAiRlJBIgogICAgICAgICAgICBwb3N0YWxDb2RlOiAiNzUwMDAiCiAgICAgICAgICB9CiAgICAgICAgfQogICAgICB9CiAgICAgIHRvdGFsQ2FwaXRhbERlcG9zaXRBbW91bnQ6IHsgdmFsdWU6ICIxMDUwMCIsIGN1cnJlbmN5OiAiRVVSIiB9CiAgICAgIG9uYm9hcmRpbmdDYXBpdGFsRGVwb3NpdENvbXBhbnk6IHsKICAgICAgICBpbmRpdmlkdWFsVWx0aW1hdGVCZW5lZmljaWFsT3duZXJzOiBbCiAgICAgICAgICB7CiAgICAgICAgICAgIHR5cGU6IExlZ2FsUmVwcmVzZW50YXRpdmUKICAgICAgICAgICAgYmlydGhDaXR5OiAiUGFyaXMiCiAgICAgICAgICAgIGJpcnRoQ2l0eVBvc3RhbENvZGU6ICI3NTAwMCIKICAgICAgICAgICAgYmlydGhDb3VudHJ5Q29kZTogIkZSQSIKICAgICAgICAgICAgYmlydGhEYXRlOiAiMDIvMDIvMTk4OCIKICAgICAgICAgICAgZGlyZWN0OiBmYWxzZQogICAgICAgICAgICBmaXJzdE5hbWU6ICJKdWxlcyIKICAgICAgICAgICAgbGFzdE5hbWU6ICJGbGV1cnkiCiAgICAgICAgICAgIHRvdGFsQ2FwaXRhbFBlcmNlbnRhZ2U6IDUxCiAgICAgICAgICB9CiAgICAgICAgICB7CiAgICAgICAgICAgIHR5cGU6IEhhc0NhcGl0YWwKICAgICAgICAgICAgYmlydGhDaXR5OiAiUGFyaXMiCiAgICAgICAgICAgIGJpcnRoQ2l0eVBvc3RhbENvZGU6ICI3NTAwMCIKICAgICAgICAgICAgYmlydGhDb3VudHJ5Q29kZTogIkZSQSIKICAgICAgICAgICAgYmlydGhEYXRlOiAiMDkvMDEvMTk4OSIKICAgICAgICAgICAgZGlyZWN0OiBmYWxzZQogICAgICAgICAgICBmaXJzdE5hbWU6ICJNYWxpa2EiCiAgICAgICAgICAgIGxhc3ROYW1lOiAiTmdvbWEiCiAgICAgICAgICAgIHRvdGFsQ2FwaXRhbFBlcmNlbnRhZ2U6IDI2CiAgICAgICAgICB9CiAgICAgICAgXQogICAgICAgIGFjY291bnROYW1lOiAiTXlCcmFuZCBjb21wYW55IGFjY291bnQiCiAgICAgICAgYWNjb3VudENvdW50cnk6IEZSQQogICAgICAgIGJ1c2luZXNzQWN0aXZpdHk6IEFydHMKICAgICAgICBidXNpbmVzc0FjdGl2aXR5RGVzY3JpcHRpb246ICJEZXNjcmlwdGlvbiByZXF1aXJlZCIKICAgICAgICBjb21wYW55VHlwZTogQ29tcGFueQogICAgICAgIGVtYWlsOiAiYm9uam91ckBteWJyYW5kLmZyIgogICAgICAgIGlzUmVnaXN0ZXJlZDogZmFsc2UKICAgICAgICBsYW5ndWFnZTogImZyIgogICAgICAgIG1vbnRobHlQYXltZW50Vm9sdW1lOiBCZXR3ZWVuMTAwMDBBbmQ1MDAwMAogICAgICB9CiAgICB9CiAgKSB7CiAgICAuLi4gb24gQ3JlYXRlQ2FwaXRhbERlcG9zaXRDYXNlU3VjY2Vzc1BheWxvYWQgewogICAgICBjYXBpdGFsRGVwb3NpdENhc2UgewogICAgICAgIGNvbXBhbnlOYW1lCiAgICAgICAgaWQKICAgICAgICBjb21wYW55T25ib2FyZGluZyB7CiAgICAgICAgICBpZAogICAgICAgICAgY3JlYXRlZEF0CiAgICAgICAgICBpbmZvIHsKICAgICAgICAgICAgdHlwZQogICAgICAgICAgfQogICAgICAgIH0KICAgICAgICBkb2N1bWVudHMgewogICAgICAgICAgdHlwZQogICAgICAgICAgc3RhdHVzCiAgICAgICAgICBpZAogICAgICAgIH0KICAgICAgICBzaGFyZWhvbGRlcnMgewogICAgICAgICAgaW5mbyB7CiAgICAgICAgICAgIC4uLiBvbiBJbmRpdmlkdWFsU2hhcmVob2xkZXIgewogICAgICAgICAgICAgIF9fdHlwZW5hbWUKICAgICAgICAgICAgICBmaXJzdE5hbWUKICAgICAgICAgICAgICBsYXN0TmFtZQogICAgICAgICAgICB9CiAgICAgICAgICAgIC4uLiBvbiBDb21wYW55U2hhcmVob2xkZXIgewogICAgICAgICAgICAgIF9fdHlwZW5hbWUKICAgICAgICAgICAgICBuYW1lCiAgICAgICAgICAgIH0KICAgICAgICAgIH0KICAgICAgICAgIHN0YXR1cwogICAgICAgICAgaWQKICAgICAgICAgIG9uYm9hcmRpbmcgewogICAgICAgICAgICBpZAogICAgICAgICAgfQogICAgICAgICAgZG9jdW1lbnRzIHsKICAgICAgICAgICAgdHlwZQogICAgICAgICAgICBzdGF0dXMKICAgICAgICAgICAgaWQKICAgICAgICAgIH0KICAgICAgICB9CiAgICAgICAgc3RhdHVzCiAgICAgICAgdG90YWxDYXBpdGFsRGVwb3NpdEFtb3VudCB7CiAgICAgICAgICBjdXJyZW5jeQogICAgICAgICAgdmFsdWUKICAgICAgICB9CiAgICAgICAgdXBkYXRlZEF0CiAgICAgIH0KICAgIH0KICAgIC4uLiBvbiBGb3JiaWRkZW5SZWplY3Rpb24gewogICAgICBfX3R5cGVuYW1lCiAgICAgIG1lc3NhZ2UKICAgIH0KICAgIC4uLiBvbiBCYWRSZXF1ZXN0UmVqZWN0aW9uIHsKICAgICAgX190eXBlbmFtZQogICAgICBtZXNzYWdlCiAgICB9CiAgICAuLi4gb24gSW50ZXJuYWxFcnJvclJlamVjdGlvbiB7CiAgICAgIF9fdHlwZW5hbWUKICAgICAgbWVzc2FnZQogICAgfQogIH0KfQo%3D&tab=api)
4141

@@ -209,7 +209,7 @@ mutation createCase {
209209
}
210210
```
211211

212-
## Payload
212+
## Payload {#payload}
213213

214214
The options selected in the mutation example produce the following success payload.
215215
Note several pieces of key information:

Diff for: docs/topics/capital-deposits/france/guide-upload-documents.mdx

+6-6
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ This page explains how to upload documents for steps 4 and 8 of a **multi-step p
99
Refer to the [France guide](./guide.mdx) for the whole process.
1010
:::
1111

12-
## Step 1: Generate upload URL
12+
## Step 1: Generate upload URL {#generate-url}
1313

1414
Use the `generateCapitalDepositDocumentUploadUrl` mutation to generate an upload URL.
1515

@@ -37,9 +37,9 @@ mutation MyMutation {
3737
}
3838
```
3939

40-
## Step 2: Recover generated URL from payload
40+
## Step 2: Retrieve generated URL from payload {#retrieve-url}
4141

42-
Recover the generated `uploadUrl` in the payload.
42+
Retrieve the generated `uploadUrl` in the payload.
4343

4444
:::caution Upload URL expires
4545
The `uploadUrl` is **only valid for seven days**, after which you'd need to generate a new URL.
@@ -55,7 +55,7 @@ The `uploadUrl` is **only valid for seven days**, after which you'd need to gene
5555
}
5656
```
5757

58-
## Step 3: Send HTTP PUT request
58+
## Step 3: Send HTTP PUT request {#send-http-request}
5959

6060
Send an HTTP PUT request to the `uploadUrl` with a `Content-Type: multipart/form-data` header.
6161

@@ -65,7 +65,7 @@ Send an HTTP PUT request to the `uploadUrl` with a `Content-Type: multipart/form
6565
curl --upload-file $YOUR_FILE https://$UPLOAD_URL
6666
```
6767

68-
## Step 4: Repeat
68+
## Step 4: Repeat {#repeat-steps}
6969

7070
Repeat steps 1-3 to upload additional documents, as needed.
71-
You can also change the documents you already uploaded as long as the [document status](../about.mdx#capital-deposit-document-statuses) remains `Uploaded`.
71+
You can also change the documents you already uploaded as long as the [document status](../index.mdx#documents-statuses) remains `Uploaded`.

0 commit comments

Comments
 (0)