## DocLink
`DocLink` components are used to render anchor links to relevant Vault documentation.
| Param | Type | Default | Description |
| --- | --- | --- | --- |
| path | String
| "/"
| The path to documentation on vaultproject.io that the component should link to. |
**Example**
```js
Learn about KV v2
```
**See**
- [Uses of DocLink](https://github.com/hashicorp/vault/search?l=Handlebars&q=DocLink)
- [DocLink Source Code](https://github.com/hashicorp/vault/blob/master/ui/app/components/doc-link.js)
---