From 8a2cddf7e60e4d9f2e3ac69bf169edc1795bd788 Mon Sep 17 00:00:00 2001 From: Andrew Yuan Date: Wed, 2 Oct 2024 16:11:30 -0700 Subject: [PATCH 1/2] remove references to cmd-options.mdx --- docs/encyclopedia/dataconversion.mdx | 2 +- docs/encyclopedia/namespaces.mdx | 2 +- vercel.json | 4 ---- 3 files changed, 2 insertions(+), 6 deletions(-) diff --git a/docs/encyclopedia/dataconversion.mdx b/docs/encyclopedia/dataconversion.mdx index 34b4a8b06e..9a91323867 100644 --- a/docs/encyclopedia/dataconversion.mdx +++ b/docs/encyclopedia/dataconversion.mdx @@ -213,7 +213,7 @@ The Temporal CLI and the Web UI in turn provide built-in hooks to call the Codec You can perform some operations on your Workflow Execution using the Temporal CLI and the Web UI. For example. you can start or signal an active Workflow Execution from the Temporal CLI or cancel a Workflow Execution from the Web UI, which might require inputs that contain sensitive data. -To encode this data, [specify your Codec Server endpoints](#codec-server) with [the Temporal CLI](/cli/cmd-options#codec-endpoint) and configure your Web UI to use the Codec Server endpoints. +To encode this data, [specify your Codec Server endpoints](#codec-server) with the `codec-endpoint` parameter in [the Temporal CLI](/cli) and configure your Web UI to use the Codec Server endpoints. #### Decoding data on the Web UI and CLI diff --git a/docs/encyclopedia/namespaces.mdx b/docs/encyclopedia/namespaces.mdx index 76a3d12955..cf109cd496 100644 --- a/docs/encyclopedia/namespaces.mdx +++ b/docs/encyclopedia/namespaces.mdx @@ -33,7 +33,7 @@ Namespaces are created on the Temporal Service, and provide a range of controls For example, when a Workflow Execution is spawned, it does so within a specific Namespace. - **Uniqueness:** Temporal guarantees a unique Workflow Id within a Namespace. Workflow Executions may have the same Workflow Id if they are in different Namespaces. -- **Namespace Configuration:** Various configuration options like the [Retention Period](/clusters#retention-period) and the [Archival](/clusters#archival) destination are configured per Namespace through a special CRUD API or through the [Temporal CLI](/cli/cmd-options#namespace). +- **Namespace Configuration:** Various configuration options like the [Retention Period](/clusters#retention-period) and the [Archival](/clusters#archival) destination are configured per Namespace through a special CRUD API or through the [Temporal CLI](/cli). ### Registration diff --git a/vercel.json b/vercel.json index 9479b0441e..1a3bf0b16e 100644 --- a/vercel.json +++ b/vercel.json @@ -1739,10 +1739,6 @@ "source": "/tctl-next/workflow#reset", "destination": "/cli/workflow#reset" }, - { - "source": "/tctl-next/modifiers#--event-id", - "destination": "/cli/cmd-options#event-id" - }, { "source": "/kb/additional-resources", "destination": "/kb/how-to-explain-temporal" From 56e2c26f07b1f0a86e73210fb18a93571d816da2 Mon Sep 17 00:00:00 2001 From: Andrew Yuan Date: Thu, 3 Oct 2024 12:31:52 -0700 Subject: [PATCH 2/2] remove duplicate entries --- docs/encyclopedia/dataconversion.mdx | 2 +- vercel.json | 6 +----- 2 files changed, 2 insertions(+), 6 deletions(-) diff --git a/docs/encyclopedia/dataconversion.mdx b/docs/encyclopedia/dataconversion.mdx index 9a91323867..2c052788cd 100644 --- a/docs/encyclopedia/dataconversion.mdx +++ b/docs/encyclopedia/dataconversion.mdx @@ -213,7 +213,7 @@ The Temporal CLI and the Web UI in turn provide built-in hooks to call the Codec You can perform some operations on your Workflow Execution using the Temporal CLI and the Web UI. For example. you can start or signal an active Workflow Execution from the Temporal CLI or cancel a Workflow Execution from the Web UI, which might require inputs that contain sensitive data. -To encode this data, [specify your Codec Server endpoints](#codec-server) with the `codec-endpoint` parameter in [the Temporal CLI](/cli) and configure your Web UI to use the Codec Server endpoints. +To encode this data, specify your [Codec Server endpoints](#codec-server) with the `codec-endpoint` parameter in [the Temporal CLI](/cli) and configure your Web UI to use the Codec Server endpoints. #### Decoding data on the Web UI and CLI diff --git a/vercel.json b/vercel.json index 1a3bf0b16e..a5eb5ba9eb 100644 --- a/vercel.json +++ b/vercel.json @@ -1550,7 +1550,7 @@ }, { "source": "/tctl-next/modifiers#--event-id", - "destination": "/cli/workflow#reset" + "destination": "/cli" }, { "source": "/tctl-next/workflow#reset", @@ -1735,10 +1735,6 @@ "source": "/java/:path*", "destination": "/develop/java" }, - { - "source": "/tctl-next/workflow#reset", - "destination": "/cli/workflow#reset" - }, { "source": "/kb/additional-resources", "destination": "/kb/how-to-explain-temporal"