From a5d88f9357a6af8ddf078c04c4e0a67aeba4154a Mon Sep 17 00:00:00 2001 From: forstisabella <92472883+forstisabella@users.noreply.github.com> Date: Mon, 30 Jun 2025 12:37:34 -0400 Subject: [PATCH] initial pass- still waiting to hear from eng --- src/_includes/content/functions/settings.md | 2 +- src/connections/functions/destination-functions.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/_includes/content/functions/settings.md b/src/_includes/content/functions/settings.md index 775499bd48..380cb6a94e 100644 --- a/src/_includes/content/functions/settings.md +++ b/src/_includes/content/functions/settings.md @@ -17,7 +17,7 @@ You can configure the details about this setting, which change how it's displaye - **Type** - Type of the setting's value. - **Description** - Optional description, which appears below the setting name. - **Required** - Enable this to ensure that the setting cannot be saved without a value. -- **Encrypted** - Enable to encrypt the value of this setting. Use this setting for sensitive data, like API keys. +- **Secret** - Enable this to ensure that sensitive data, like API key values, are kept a secret (?) As you change the values, a preview to the right updates to show how your setting will look and work. diff --git a/src/connections/functions/destination-functions.md b/src/connections/functions/destination-functions.md index f109a68a4a..abd1340759 100644 --- a/src/connections/functions/destination-functions.md +++ b/src/connections/functions/destination-functions.md @@ -23,9 +23,9 @@ All functions are scoped to your workspace, so members of other workspaces can't 1. From your workspace, go to **Connections > Catalog** and click the [Functions tab](https://app.segment.com/goto-my-workspace/functions/catalog){:target="_blank"}. 2. Click **New Function**. -3. Select **Destination** as the function type and click **Build**. +3. Select **Destination** as the function type and click **Next: Build Function**. -After you click **Build**, a code editor appears. Use the editor to write the code for your function, configure settings, and test the function's behavior. +After you click **Next: Build Function**, a code editor appears. Use the editor to write the code for your function, configure settings, and test the function's behavior. > success "" > **Tip:** Want to see some example functions? Check out the templates available in the Functions UI, or in the open-source [Segment Functions Library](https://github.com/segmentio/functions-library){:target="_blank"}. (Contributions welcome!)