Skip to content

Commit 9aa1712

Browse files
authored
📝 docs: add new configuration item of clerk singup (#4188)
1 parent 164a5a0 commit 9aa1712

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

docs/self-hosting/advanced/feature-flags.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,5 +46,6 @@ You can achieve various feature combinations using the above configuration synta
4646
| `market` | Enables the assistant market functionality. | Enabled |
4747
| `speech_to_text` | Enables speech-to-text functionality. | Enabled |
4848
| `knowledge_base` | Enables the knowledge base functionality. | Enabled |
49+
| `clerk_sign_up` | Enables the Clerk SignUp functionality. | Enabled |
4950

5051
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.

docs/self-hosting/advanced/feature-flags.zh-CN.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,5 +42,6 @@ tags:
4242
| `market` | 启用助手市场功能。 | 开启 |
4343
| `speech_to_text` | 启用语音转文本功能。 | 开启 |
4444
| `knowledge_base` | 启用知识库功能。 | 开启 |
45+
| `clerk_sign_up` | 启用Clerk注册功能。 | 开启 |
4546

4647
你可以随时检查 [featureFlags](https://github.com/lobehub/lobe-chat/blob/main/src/config/featureFlags/schema.ts) 以获取最新的特性标志列表。

0 commit comments

Comments
 (0)