i18n(ko-KR): create included-integrations.mdx#79
Conversation
WalkthroughA new Korean-language documentation page has been added to the StudioCMS configuration reference. The page explains the Changes
Suggested labels
Suggested reviewers
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. 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
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: 0
🧹 Nitpick comments (3)
src/content/docs/ko/config-reference/included-integrations.mdx (3)
9-10: Remove unusedReadMoreimport or integrate its usage
TheReadMorecomponent is imported but never rendered in this file. To clean up warnings, either remove the import:-import ReadMore from '~/components/ReadMore.astro';or add a
<ReadMore>call (e.g. linking back to the English docs) if you intended to use it.
11-11: Convert standalone text into a proper heading
Line 11 reads as a paragraph but functions like a section title. Consider changing to a markdown heading, for example:-StudioCMS 통합 구성 옵션 스키마 참조 +## StudioCMS 통합 구성 옵션 스키마 참조This will improve navigability and styling consistency.
42-42: Align heading depth forRobotsConfig
Under “Usage” (###) you’re introducing a sub-section; H4 (####) may be more appropriate than H5 (#####). For example:-##### `RobotsConfig` +#### `RobotsConfig`This keeps the hierarchy consistent.
📜 Review details
Configuration used: CodeRabbit UI
Review profile: CHILL
Plan: Pro
📒 Files selected for processing (1)
src/content/docs/ko/config-reference/included-integrations.mdx(1 hunks)
🔇 Additional comments (5)
src/content/docs/ko/config-reference/included-integrations.mdx (5)
1-7: Add explicit locale front matter for i18n consistency
Currently onlyi18nReady: trueis set. Some other Korean MDX pages also include an expliciti18n: 'ko-KR'field in the front matter. Please verify against existing i18n docs and align to ensure the page is picked up correctly.
13-21: Code example matches English reference — looks good
The firstts twoslashsnippet correctly demonstrates the minimal setup forincludedIntegrations.robotsTXT. No issues found here.
23-28: Property description is clear and accurate
The translation of type (부울), default value, and link toRobotsConfigis precise and matches the English docs.
32-40: Usage snippet is accurate
The example with{3}slicing is consistent with the pattern in other pages and clearly shows the defaultrobotsTXT: trueusage.
44-56: Interface definition is correct — no changes needed
TheRobotsConfiginterface fields and types correctly mirror the API and English docs.
Description
create
included-integrations.mdxSummary by CodeRabbit