i18n(ko-KR): update beta 17 docs#128
Conversation
WalkthroughThis update focuses on documentation enhancements and metadata adjustments. It introduces a new Korean upgrade guide for StudioCMS version 0.1.0-beta.17, detailing new features, fixes, and breaking changes. Several existing documentation files in Korean have their sidebar "badge" metadata removed. Additionally, an English upgrade guide is improved by converting textual references to Markdown links for better navigation. No source code or functional logic is changed; all modifications are limited to documentation content and structure. Changes
Sequence Diagram(s)sequenceDiagram
participant User
participant Docs (EN/KO)
User ->> Docs (KO): Access upgrade guide for 0.1.0-beta-17
Docs (KO) -->> User: Show new features, fixes, and upgrade notes
User ->> Docs (EN): Read upgrade guide for 0.1.0-beta-17
Docs (EN) -->> User: Provide enhanced guide with clickable links
Possibly related PRs
Suggested labels
Suggested reviewers
Poem
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 (1)
src/content/docs/ko/guides/upgrade/version-guides/0-1-0-beta-17.mdx (1)
13-15: Remove unusedReadMoreimport. TheReadMorecomponent is imported but not used anywhere in this document; please remove it to keep the codebase clean.
📜 Review details
Configuration used: CodeRabbit UI
Review profile: CHILL
Plan: Pro
📒 Files selected for processing (5)
src/content/docs/en/guides/upgrade/version-guides/0-1-0-beta-17.mdx(1 hunks)src/content/docs/ko/guides/contributing/translations.mdx(0 hunks)src/content/docs/ko/guides/upgrade/version-guides/0-1-0-beta-16.mdx(0 hunks)src/content/docs/ko/guides/upgrade/version-guides/0-1-0-beta-17.mdx(1 hunks)src/content/docs/ko/how-it-works/cli.mdx(0 hunks)
💤 Files with no reviewable changes (3)
- src/content/docs/ko/guides/upgrade/version-guides/0-1-0-beta-16.mdx
- src/content/docs/ko/guides/contributing/translations.mdx
- src/content/docs/ko/how-it-works/cli.mdx
⏰ Context from checks skipped due to timeout of 90000ms (1)
- GitHub Check: Run Starlight Link Check
🔇 Additional comments (11)
src/content/docs/en/guides/upgrade/version-guides/0-1-0-beta-17.mdx (3)
27-27: Verify CLI link path in Bug Fixes section. Confirm that the anchor#crypto-gen-jwtmatches the ID in the target/en/how-it-works/cli/document to ensure the link resolves correctly.
29-29: Check npm package URLs in Improvements section. The links to lodash and deepmerge-ts look correct; please verify they point to the intended npm package pages.
34-34: No substantive change to Aside closing tag. This line appears to only have whitespace changes—no review needed.src/content/docs/ko/guides/upgrade/version-guides/0-1-0-beta-17.mdx (8)
1-11: Review front matter localization. The title remains in English as"Upgrade: 0.1.0-beta.17"while the description is fully translated. Consider localizing “Upgrade” (예: “업그레이드: 0.1.0-beta.17”) to maintain consistency in Korean content.
17-17:<QuickUpdate />usage is correct. This component provides a concise upgrade summary and is properly included.
19-19: Description translation is accurate. The Korean text faithfully conveys the original English message about performance and stability optimizations.
21-21: Header translation is correct. “## 패치 개요” aligns perfectly with “## Patch Overview.”
23-24: New Features section translation is clear. The phrase “대시보드에 새로운 피드백 시스템을 도입했습니다.” effectively captures the added functionality.
25-27: Verify CLI link in Bug Fixes section. Ensure the anchor/ko/how-it-works/cli/#crypto-gen-jwtmatches the header ID in the Korean CLI guide so that the link resolves correctly.
28-30: Improvements section is well translated. Both the lodash → deepmerge-ts replacement and middleware promise handling optimization are clearly described.
32-34: Aside block translation is accurate. The “참고” note communicates the breaking change from beta.16 effectively.
Description
Summary by CodeRabbit