i18n(ko-KR): create cli.mdx#91
Conversation
WalkthroughA new Korean-language documentation page for StudioCMS has been introduced, focusing on the command-line interface (CLI) tools available within the ecosystem. The page describes two primary CLI tools: 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 (5)
src/content/docs/ko/how-it-works/cli.mdx (5)
1-7: Frontmatter formatting consistency
The YAML frontmatter is valid, but consider using a consistent 2-space indentation undersidebar:instead of 3 spaces for better readability and maintainability.
12-13: Align heading with page title
The first-level heading is currently# 소개. To reinforce the subject of this page, you might change it to# CLI 소개or# StudioCMS CLI, matching thetitle: "CLI"in the frontmatter.
16-19: Consistent punctuation in bullet list
Lines 16–19 mix colons with no terminal punctuation. For a cleaner look and to address the loose‐punctuation warning, either add a period at the end of each item or remove the colon.🧰 Tools
🪛 LanguageTool
[uncategorized] ~18-~18: Loose punctuation mark.
Context: ... 다른 CLI가 있습니다. -create-studiocms: StudioCMS 프로젝트 스캐폴딩 CLI - **studiocms...(UNLIKELY_OPENING_PUNCTUATION)
27-43: Unify JSX attribute quoting
The<Tabs>component uses single quotes for its prop (syncKey='pkgs'), while<TabItem>uses double quotes. For consistency with standard MDX/JSX style, use double quotes on all component attributes:-<Tabs syncKey='pkgs'> +<Tabs syncKey="pkgs">
112-113: Avoid Markdown links inside help output blocks
This line is inside alogcode block:Start the interactive CLI. Powered by [clack](https://clack.cc).If it represents literal CLI output, remove the Markdown link. If it's explanatory, move it outside the code block so that the help snippet remains authentic.
📜 Review details
Configuration used: CodeRabbit UI
Review profile: CHILL
Plan: Pro
📒 Files selected for processing (1)
src/content/docs/ko/how-it-works/cli.mdx(1 hunks)
🧰 Additional context used
🪛 LanguageTool
src/content/docs/ko/how-it-works/cli.mdx
[uncategorized] ~18-~18: Loose punctuation mark.
Context: ... 다른 CLI가 있습니다. - create-studiocms: StudioCMS 프로젝트 스캐폴딩 CLI - **studiocms...
(UNLIKELY_OPENING_PUNCTUATION)
⏰ Context from checks skipped due to timeout of 90000ms (1)
- GitHub Check: Run Starlight Link Check
🔇 Additional comments (4)
src/content/docs/ko/how-it-works/cli.mdx (4)
9-11: Verify import path aliases
Ensure the~alias used inimport ReadMore from '~/components/ReadMore.astro';is configured correctly in your Astro project (
tsconfig.json/astro.config.mjs) to resolve to the intended directory.
33-38: Consistent icon identifiers
Thepnpmtab specifiesicon="pnpm", whereasnpmandyarnuse theseti:prefix (e.g.,seti:npm). Verify that"pnpm"is a valid icon key in your icon set, or switch to a matching prefix likeseti:pnpmfor a uniform appearance.
210-216: Verify documentation links
Please confirm that the reference links[templates]: https://github.com/withstudiocms/templates [environment-variables]: /ko/start-here/environment-variables/resolve correctly in your Korean site routing. Broken or misrouted links can confuse readers.
14-16: Clear and concise introduction
The description of StudioCMS CLI in Korean is well‑written and immediately communicates the purpose of the tools. Nice work!
Description
create
cli.mdxSummary by CodeRabbit