open-vault/ui/stories/doc-link.md
Matthew Irish 0ccc8467ec
UI ember engines (#6718)
Adds replication engine and core in-repo addon
2019-05-13 14:05:25 -05:00

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