Skip to content

Commit c88dbc0

Browse files
committed
Update quickstart.mdx
1 parent 7092526 commit c88dbc0

1 file changed

Lines changed: 4 additions & 15 deletions

File tree

docs/concepts/deep-links/quickstart.mdx

Lines changed: 4 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -24,17 +24,13 @@ By following the quickstart guide below, you'll be able to make sure that all yo
2424

2525
Before you can create deep links, you need to configure your deep link domains in your Dub workspace. This involves adding a custom domain that will be used for your deep links and configuring your deep link configuration files.
2626

27-
<Steps>
28-
29-
<Step title="Add a custom domain">
27+
### Add a custom domain
3028

3129
First, you'll need to add a custom domain to your Dub workspace. Navigate to your [workspace domain settings](https://app.dub.co/settings/domains) and click **Add Domain**.
3230

3331
You can use a domain you already own, or leverage our [free .link domain offer](/help/article/free-dot-link-domain) to register a custom domain like `yourcompany.link` and use it as your deep link domain.
3432

35-
</Step>
36-
37-
<Step title="Set up your deep link configuration files">
33+
### Set up your deep link configuration files
3834

3935
Once you've set up your custom domain, you'll need to upload your deep link configuration files to Dub, which we'll host under the `/.well-known/` directory of your domain.
4036

@@ -96,29 +92,22 @@ For Android apps, upload your AssetLinks file to enable Android deep links:
9692
]
9793
```
9894

99-
</Step>
100-
101-
<Step title="Verify that your configuration files are set up correctly">
95+
### Verify that your configuration files are set up correctly
10296

10397
Once you've set up your deep link configuration files, you can go to their respective URLs to verify that they've been configured correctly:
10498

10599
**iOS:** `yourdomain.link/.well-known/apple-app-site-association` [(example)](https://getacme.link/.well-known/apple-app-site-association)
106100

107101
**Android:** `yourdomain.link/.well-known/assetlinks.json` [(example)](https://getacme.link/.well-known/assetlinks.json)
108102

109-
</Step>
103+
### Allowlist your deep link domain in your app
110104

111-
<Step title="Allowlist your deep link domain in your app">
112105
Last but not least, you'll need to allowlist your deep link domain in your apps to allow them to redirect straight into a page within your app.
113106

114107
**For iOS apps**, you'll need to [allow websites to link to your apps](https://developer.apple.com/documentation/xcode/allowing-apps-and-websites-to-link-to-your-content/).
115108

116109
**For Android apps**, you'll need to [verify your Android app links](https://developer.android.com/training/app-links/verify-android-applinks).
117110

118-
</Step>
119-
120-
</Steps>
121-
122111
## Step 2: Create your deep links on Dub
123112

124113
Now that you've configured your deep link domains, you can create deep links that will redirect users to specific content within your app.

0 commit comments

Comments
 (0)