Skip to content

Commit

Permalink
added vault-secrets to website documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
didoo committed Sep 15, 2023
1 parent 12498e3 commit 50ab5dc
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 2 deletions.
1 change: 1 addition & 0 deletions website/cspell-config/project-words.txt
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ dismissibility
terraform
packer
vault
vault-secrets
boundary
consul
nomad
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<Doc::ComponentApi as |C|>
<C.Property @name="size" @type="enum" @values={{array "small" "medium" "large" }} @default="medium"/>
<C.Property @name="logo" @type="enum" @values={{array "hcp" "boundary" "consul" "nomad" "packer" "terraform" "vagrant" "vault" "waypoint" }}>
<C.Property @name="logo" @type="enum" @values={{array "hcp" "boundary" "consul" "nomad" "packer" "terraform" "vagrant" "vault" "vault-secrets" "waypoint" }}>
Use this parameter to show a product logo.
</C.Property>
<C.Property @name="icon" @type="string">
Expand All @@ -11,7 +11,7 @@
<C.Property @name="iconSecondary" @type="string">
Use this parameter to show an extra “badge” with icon on top of the tile. Any [icon](/icons/library) name is acceptable. The color of the secondary icon is predefined and can’t be changed.
</C.Property>
<C.Property @name="color" @type="enum" @values={{array "neutral" "boundary" "consul" "nomad" "packer" "terraform" "vagrant" "vault" "waypoint" }} @default="neutral">
<C.Property @name="color" @type="enum" @values={{array "neutral" "boundary" "consul" "nomad" "packer" "terraform" "vagrant" "vault" "vault-secrets" "waypoint" }} @default="neutral">
The `@color` parameter is overwritten if a `@logo` parameter is passed, in which case the product “brand“ color is used.
</C.Property>
<C.Property @name="...attributes">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ Use a **product-specific color** for objects or pages directly related to a prod
<Hds::IconTile @color="terraform" @icon="grid" />
<Hds::IconTile @color="vagrant" @icon="box" />
<Hds::IconTile @color="vault" @icon="key" />
<Hds::IconTile @color="vault-secrets" @icon="fingerprint" />
<Hds::IconTile @color="waypoint" @icon="cloud-upload" />
</Doc::Layout>

Expand Down
1 change: 1 addition & 0 deletions website/docs/testing/components/layout/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ Hds::IconTile components are used in the examples below but you could use Doc::L
<Hds::IconTile @color="terraform" @icon="grid" />
<Hds::IconTile @color="vagrant" @icon="box" />
<Hds::IconTile @color="vault" @icon="key" />
<Hds::IconTile @color="vault-secrets" @icon="fingerprint" />
<Hds::IconTile @color="waypoint" @icon="cloud-upload" />
</Doc::Layout>
```
Expand Down

0 comments on commit 50ab5dc

Please sign in to comment.