From 50ab5dc13f14c46445c85410c08bc546ac248f84 Mon Sep 17 00:00:00 2001 From: Cristiano Rastelli Date: Fri, 15 Sep 2023 17:47:50 +0100 Subject: [PATCH] added `vault-secrets` to website documentation --- website/cspell-config/project-words.txt | 1 + .../docs/components/icon-tile/partials/code/component-api.md | 4 ++-- .../components/icon-tile/partials/guidelines/guidelines.md | 1 + website/docs/testing/components/layout/index.md | 1 + 4 files changed, 5 insertions(+), 2 deletions(-) diff --git a/website/cspell-config/project-words.txt b/website/cspell-config/project-words.txt index 5994dfec341..c068fffb20e 100644 --- a/website/cspell-config/project-words.txt +++ b/website/cspell-config/project-words.txt @@ -46,6 +46,7 @@ dismissibility terraform packer vault +vault-secrets boundary consul nomad diff --git a/website/docs/components/icon-tile/partials/code/component-api.md b/website/docs/components/icon-tile/partials/code/component-api.md index b99586d98f4..d7ec18787f0 100644 --- a/website/docs/components/icon-tile/partials/code/component-api.md +++ b/website/docs/components/icon-tile/partials/code/component-api.md @@ -2,7 +2,7 @@ - + Use this parameter to show a product logo. @@ -11,7 +11,7 @@ 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. - + The `@color` parameter is overwritten if a `@logo` parameter is passed, in which case the product “brand“ color is used. diff --git a/website/docs/components/icon-tile/partials/guidelines/guidelines.md b/website/docs/components/icon-tile/partials/guidelines/guidelines.md index 3cadd5876d3..a45be9fbccc 100644 --- a/website/docs/components/icon-tile/partials/guidelines/guidelines.md +++ b/website/docs/components/icon-tile/partials/guidelines/guidelines.md @@ -32,6 +32,7 @@ Use a **product-specific color** for objects or pages directly related to a prod + diff --git a/website/docs/testing/components/layout/index.md b/website/docs/testing/components/layout/index.md index eafc21fee47..f77278dc723 100644 --- a/website/docs/testing/components/layout/index.md +++ b/website/docs/testing/components/layout/index.md @@ -26,6 +26,7 @@ Hds::IconTile components are used in the examples below but you could use Doc::L + ```