Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

πŸ“ docs: add new configuration item of clerk singup #4188

Merged
merged 1 commit into from
Sep 28, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions docs/self-hosting/advanced/feature-flags.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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.
1 change: 1 addition & 0 deletions docs/self-hosting/advanced/feature-flags.zh-CN.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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) δ»₯θŽ·ε–ζœ€ζ–°ηš„η‰Ήζ€§ζ ‡εΏ—εˆ—θ‘¨γ€‚
Loading