i18n(fr): update config-reference/features.mdx#248
Conversation
📝 WalkthroughWalkthroughFrench configuration reference documentation updated to reflect SDK cache configuration changes from string-based to Duration-type lifetimes and introduction of a new API configuration group with apiDocs flag. Changes
Estimated code review effort🎯 2 (Simple) | ⏱️ ~10 minutes Suggested labels
Suggested reviewers
Poem
🚥 Pre-merge checks | ✅ 3✅ Passed checks (3 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
📝 Coding Plan
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 Tip You can customize the tone of the review comments and chat replies.Configure the |
Lunaria Status Overview🌕 This pull request will trigger status changes. Learn moreBy default, every PR changing files present in the Lunaria configuration's You can change this by adding one of the keywords present in the Tracked Files
Warnings reference
|
There was a problem hiding this comment.
Actionable comments posted: 1
🤖 Prompt for all review comments with AI agents
Verify each finding against the current code and only fix it if needed.
Inline comments:
In `@src/content/docs/fr/config-reference/features.mdx`:
- Around line 100-109: The Duration import is placed after the // ---cut---
marker causing inconsistent rendered output; move the import for Duration
(import { Duration } from 'effect') to appear before the // ---cut--- line
alongside defineStudioCMSConfig so that Duration is hidden consistently like in
the first SDK example and the rest of the code (defineStudioCMSConfig and
features.sdk) remains after the cut.
🪄 Autofix (Beta)
Fix all unresolved CodeRabbit comments on this PR:
- Push a commit to this branch (recommended)
- Create a new PR with the fixes
ℹ️ Review info
⚙️ Run configuration
Configuration used: Organization UI
Review profile: CHILL
Plan: Pro
Run ID: 9be985e7-8135-4857-9d4c-6c7c50adf751
📒 Files selected for processing (1)
src/content/docs/fr/config-reference/features.mdx
Description
Adds changes from #236 to the French translation of
config-reference/features.mdx.Summary by CodeRabbit
Release Notes
New Features
apiDocsflag to control API documentation availability (enabled by default).Documentation