839 B
839 B
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
<DocLink @path="/docs/secrets/kv/kv-v2.html">Learn about KV v2</DocLink>
See