From 9aa171213eb0e309b1ebd918d62a4fa9de293e34 Mon Sep 17 00:00:00 2001 From: Caspian Zhao Date: Sat, 28 Sep 2024 18:31:28 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20docs:=20add=20new=20configuratio?= =?UTF-8?q?n=20item=20of=20clerk=20singup=20(#4188)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/self-hosting/advanced/feature-flags.mdx | 1 + docs/self-hosting/advanced/feature-flags.zh-CN.mdx | 1 + 2 files changed, 2 insertions(+) diff --git a/docs/self-hosting/advanced/feature-flags.mdx b/docs/self-hosting/advanced/feature-flags.mdx index 3f7830a2ef09..12bd670462bf 100644 --- a/docs/self-hosting/advanced/feature-flags.mdx +++ b/docs/self-hosting/advanced/feature-flags.mdx @@ -46,5 +46,6 @@ You can achieve various feature combinations using the above configuration synta | `market` | Enables the assistant market functionality. | Enabled | | `speech_to_text` | Enables speech-to-text functionality. | Enabled | | `knowledge_base` | Enables the knowledge base functionality. | Enabled | +| `clerk_sign_up` | Enables the Clerk SignUp functionality. | Enabled | You can always check the [featureFlags](https://github.com/lobehub/lobe-chat/blob/main/src/config/featureFlags/schema.ts) to get the latest list of feature flags. diff --git a/docs/self-hosting/advanced/feature-flags.zh-CN.mdx b/docs/self-hosting/advanced/feature-flags.zh-CN.mdx index 309a17c41dac..cdfd2c609ac8 100644 --- a/docs/self-hosting/advanced/feature-flags.zh-CN.mdx +++ b/docs/self-hosting/advanced/feature-flags.zh-CN.mdx @@ -42,5 +42,6 @@ tags: | `market` | 启用助手市场功能。 | 开启 | | `speech_to_text` | 启用语音转文本功能。 | 开启 | | `knowledge_base` | 启用知识库功能。 | 开启 | +| `clerk_sign_up` | 启用Clerk注册功能。 | 开启 | 你可以随时检查 [featureFlags](https://github.com/lobehub/lobe-chat/blob/main/src/config/featureFlags/schema.ts) 以获取最新的特性标志列表。