i18n(ko-KR): create plugins/index.mdx#87
Conversation
WalkthroughThis update introduces a new Korean documentation file explaining the basics of StudioCMS plugins, including a comprehensive definition of the Changes
Possibly related PRs
Suggested labels
Suggested reviewers
Tip ⚡💬 Agentic Chat (Pro Plan, General Availability)
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: 1
🧹 Nitpick comments (4)
src/content/docs/ko/plugins/index.mdx (2)
1-7: Consistent YAML frontmatter indentation
Theorderfield undersidebaris indented by three spaces. For consistency with typical YAML frontmatter in this repo, please use two spaces:-sidebar: - order: 1 +sidebar: + order: 1
4-4: Refine description for clarity
To match the phrasing in other Korean docs (and the change inextended.mdx), consider adding “그”:-description: StudioCMS 플러그인과 작동 방식에 대해 알아보세요. +description: StudioCMS 플러그인과 그 작동 방식에 대해 알아보세요.src/content/docs/ko/plugins/extended.mdx (2)
5-6: Standardize YAML frontmatter indentation
Similar toindex.mdx, adjust theorderindentation to two spaces:-sidebar: - order: 2 +sidebar: + order: 2
4-4: Align description with extended content
Currently the description duplicates the introduction page; consider tailoring it to highlight that this guide covers building and extending useful plugins.
📜 Review details
Configuration used: CodeRabbit UI
Review profile: CHILL
Plan: Pro
📒 Files selected for processing (2)
src/content/docs/ko/plugins/extended.mdx(1 hunks)src/content/docs/ko/plugins/index.mdx(1 hunks)
🧰 Additional context used
🪛 LanguageTool
src/content/docs/ko/plugins/index.mdx
[uncategorized] ~259-~259: Loose punctuation mark.
Context: ...져야 하며, 다음 속성들은 필수 사항입니다. - identifier: package.json 파일에 정의된 플러그인의 식별자입니다. - `n...
(UNLIKELY_OPENING_PUNCTUATION)
[uncategorized] ~260-~260: Loose punctuation mark.
Context: ...kage.json 파일에 정의된 플러그인의 식별자입니다. - name: StudioCMS 대시보드에 표시되는 플러그인의 레이블입니다. - `s...
(UNLIKELY_OPENING_PUNCTUATION)
[uncategorized] ~261-~261: Loose punctuation mark.
Context: ...러그인의 레이블입니다. - studiocmsMinimumVersion: 플러그인이 작동하는 데 필요한 StudioCMS의 최소 버전입니다. ...
(UNLIKELY_OPENING_PUNCTUATION)
⏰ Context from checks skipped due to timeout of 90000ms (1)
- GitHub Check: Run Starlight Link Check
🔇 Additional comments (3)
src/content/docs/ko/plugins/index.mdx (1)
9-9: Verify import path alias resolution
Ensure that~/components/ReadMore.astrois correctly resolved by your build setup (Vite/Astro alias). If not, please adjust the alias or use a relative path.src/content/docs/ko/plugins/extended.mdx (2)
3-3: Approve frontmatter title refinement
The new title유용한 플러그인 만들기reads naturally in Korean and aligns with the intent.
10-10: Verify FileTree component import
Please confirm that@astrojs/starlight/componentsexportsFileTreein your project setup. If the path or package name differs, update accordingly.
Description
plugins/index.mdxextended.mdxSummary by CodeRabbit