Skip to main content

πŸ”— Links

You can link to internal or external pages in your markdown.

When adding links to MongoDB, you should always use UTM parameters to track the source of the link. This helps us understand where our traffic is coming from and how to optimize our content.

Fortunately, this can easily be done with the Link component.

Use the component​

In your markdown, you can use this component to create links.

Try MongoDB <Link to="http://mongodb.com/try">with a free account</Link>

This will create a link that looks like this: Try MongoDB with a free account

Links to other pages of the docusaurus use regular markdown syntax.

[Images](/docs/content-tips/images)

This will create a link that looks like this: Images

Links to external website use traditional markdown as well.

[Google](https://google.com)

This will create a link that looks like this: Google