1996336481
* Update repository links to point to main Signed-off-by: Alexander Scheel <alex.scheel@hashicorp.com> * Fix broken link in relatedtools.mdx Co-authored-by: Steven Clark <steven.clark@hashicorp.com> Co-authored-by: Steven Clark <steven.clark@hashicorp.com>
837 B
837 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