open-vault/ui/lib/core/stories/doc-link.md

839 B

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