From 2726bdf2fed9d775a8fd80d294ad66a7655ac71a Mon Sep 17 00:00:00 2001 From: Jordan Violet <69053702+jordan-violet-sp@users.noreply.github.com> Date: Wed, 26 Apr 2023 11:14:33 -0400 Subject: [PATCH] adding description frontmatter back --- .../docs/identity-now/transforms/operations/account-attribute.md | 1 + .../idn/docs/identity-now/transforms/operations/base64-decode.md | 1 + .../docs/identity-now/transforms/operations/name-normalizer.md | 1 + 3 files changed, 3 insertions(+) diff --git a/products/idn/docs/identity-now/transforms/operations/account-attribute.md b/products/idn/docs/identity-now/transforms/operations/account-attribute.md index 52adb7966..2ced582e4 100644 --- a/products/idn/docs/identity-now/transforms/operations/account-attribute.md +++ b/products/idn/docs/identity-now/transforms/operations/account-attribute.md @@ -5,6 +5,7 @@ pagination_label: Account Attribute sidebar_label: Account Attribute sidebar_class_name: accountAttribute keywords: ['transforms', 'operations', 'account', 'attribute'] +description: Use the account attribute transform to look up an account for a particular source on an identity and return a specific attribute value from that account. slug: /docs/transforms/operations/account-attribute tags: ['Transforms', 'Transform Operations'] --- diff --git a/products/idn/docs/identity-now/transforms/operations/base64-decode.md b/products/idn/docs/identity-now/transforms/operations/base64-decode.md index 62ed4b830..17a8a3950 100644 --- a/products/idn/docs/identity-now/transforms/operations/base64-decode.md +++ b/products/idn/docs/identity-now/transforms/operations/base64-decode.md @@ -5,6 +5,7 @@ pagination_label: Base64 Decode sidebar_label: Base64 Decode sidebar_class_name: base64Decode keywords: ['transforms', 'operations', 'base64', 'decode'] +description: Base64 is mostly used to encode binary data like images so that the data can be represented as a string within HTML, email, or other text documents. Base64 is also commonly used to encode data that can be unsupported or damaged during transfer, storage, or output. slug: /docs/transforms/operations/base64-decode tags: ['Transforms', 'Transform Operations'] --- diff --git a/products/idn/docs/identity-now/transforms/operations/name-normalizer.md b/products/idn/docs/identity-now/transforms/operations/name-normalizer.md index 2b394e6dd..a59fde8ba 100644 --- a/products/idn/docs/identity-now/transforms/operations/name-normalizer.md +++ b/products/idn/docs/identity-now/transforms/operations/name-normalizer.md @@ -5,6 +5,7 @@ pagination_label: Name Normalizer sidebar_label: Name Normalizer sidebar_class_name: nameNormalizer keywords: ['transforms', 'operations', 'name normalizer'] +description: Use the name normalizer transform to clean or standardize the spelling of strings coming in from source systems. The most common use for this transform is for names and other proper nouns, but the transform is not necessarily limited to those data elements. slug: /docs/transforms/operations/name-normalizer tags: ['Transforms', 'Transform Operations'] ---