Skip to content

Commit

Permalink
updates
Browse files Browse the repository at this point in the history
  • Loading branch information
steven-tey committed Apr 25, 2024
1 parent 4bd3906 commit 5259539
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions apps/docs/data-model.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -32,15 +32,15 @@ Links are the bread and butter of Dub. You can shorten any URL to a Dub link, wh

## Domains

Domains are the URLs that you use to shorten your links. You can add multiple domains to a workspace, and each domain has its own limits.
On Dub, you can [add custom domains](https://dub.co/help/article/how-to-add-custom-domain) to create branded short links for better brand recognition. You can also [set a primary domain](https://dub.co/help/article/how-to-set-primary-domain) for it to be used as the default domain for new links (both via the API and the dashboard).

<Accordion title="Domain model">
<DomainResponse />
</Accordion>

## Tags

Tags are a way to organize your links. You can add tags to your links to categorize them and make them easier to find.
Tags are a way to organize your links. You can [add tags to your links](https://dub.co/help/article/how-to-use-tags) to categorize them and make them easier to find. You can also [filter analytics by tags](https://dub.co/blog/introducing-tags#filtering-analytics-by-tags) to get a better understanding of how your campaigns are performing.

<Accordion title="Tag model">
<TagResponse />
Expand Down
2 changes: 1 addition & 1 deletion apps/docs/mint.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
"navigation": [
{
"group": "Getting Started",
"pages": ["introduction", "quickstart", "data-model"]
"pages": ["introduction", "data-model"]
},
{
"group": "Resources",
Expand Down

0 comments on commit 5259539

Please sign in to comment.