mirror of
https://github.com/optim-enterprises-bv/vault.git
synced 2025-11-19 19:34:56 +00:00
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