Add API keys button and alert message configuration#3307
Conversation
- Introduced `NEXT_PUBLIC_ACCOUNT_API_KEYS_BUTTON` to control the visibility of the "Add API key" button, allowing it to be a boolean or a URL. - Added `NEXT_PUBLIC_API_DOCS_ALERT_MESSAGE` for custom alerts on the API documentation page. - Updated relevant schemas and documentation to reflect these new environment variables. - Enhanced the account and API documentation features to utilize the new configurations.
|
Important Review skippedAuto reviews are disabled on this repository. To trigger a review, include You can disable this status message by setting the Use the checkbox below for a quick retry:
Tip Try Coding Plans. Let us write the prompt for your AI agent so you can ship faster (with fewer bugs). Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Description and Related Issue(s)
Adds configuration for API keys button and alert message on API docs page.
Additional Information
NEXT_PUBLIC_ACCOUNT_API_KEYS_BUTTONto control the visibility of the "Add API key" button, allowing it to be a boolean or a URL.NEXT_PUBLIC_API_DOCS_ALERT_MESSAGEfor custom alerts on the API documentation page.Checklist for PR author