i18n(ko-KR): create how-it-works/index.mdx#88
Conversation
WalkthroughA new Korean-language documentation page titled "통합" (Integration) has been added to the StudioCMS documentation. This page provides an overview of StudioCMS's architecture, detailing its core components, plugin extensibility, integration ecosystem, and routing structure. The document lists and describes the available virtual modules and routes (both dashboard and API) exposed by StudioCMS integration, serving as a reference for developers working with StudioCMS in Astro projects. No code or exported entities were modified. Changes
Sequence Diagram(s)sequenceDiagram
participant Developer
participant StudioCMS Integration
participant Astro Project
Developer->>StudioCMS Integration: Access documentation on integration
StudioCMS Integration->>Developer: Provide overview of modules and routes
Developer->>Astro Project: Reference virtual modules and routes as needed
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: 0
🧹 Nitpick comments (4)
src/content/docs/ko/how-it-works/index.mdx (4)
5-6: Use consistent YAML indentation undersidebar.The
orderkey should be indented with two spaces (instead of three) for valid frontmatter parsing:- sidebar: - order: 1 + sidebar: + order: 1
11-11: Consider using a relative link for the Astro DB guide.To improve maintainability and avoid hard‑coding the domain, use a site‑relative path:
- StudioCMS는 [Astro DB](https://docs.astro.build/ko/guides/astro-db/)를 사용하여... + StudioCMS는 [Astro DB](/docs/ko/guides/astro-db/)를 사용하여...
95-133: Ensure consistent punctuation for API route descriptions.API route bullet items currently lack a trailing period, whereas dashboard routes end with a full sentence. To maintain a uniform style, add a period at the end of each description. For example:
- **`/studiocms_api/dashboard/api-tokens`**: StudioCMS API API 토큰 엔드포인트 + **`/studiocms_api/dashboard/api-tokens`**: StudioCMS API API 토큰 엔드포인트.
134-134: Add a trailing newline at end of file.Ensure the file ends with a newline to adhere to POSIX standards and prevent formatting warnings.
📜 Review details
Configuration used: CodeRabbit UI
Review profile: CHILL
Plan: Pro
📒 Files selected for processing (1)
src/content/docs/ko/how-it-works/index.mdx(1 hunks)
⏰ Context from checks skipped due to timeout of 90000ms (1)
- GitHub Check: Run Starlight Link Check
🔇 Additional comments (1)
src/content/docs/ko/how-it-works/index.mdx (1)
9-10: Verify header usage relative to page title.The frontmatter
titleis “통합”, but the document begins with# 소개. Confirm whether the first heading should match the page title (# 통합) or if “소개” is intentionally used as an introduction section.
* start of beta.16 docs * add updated label in sidebar * add run to npm command * add new guides * update translations * add upgrade docs * link to self-hosted guide * update links * add skip2 to sidebar * update landing page video * add: translations mini guide * fix link * update file structure * update badge * add process info and notes * update * remove unused dep * fix changelogs * cleanup * update * add sort order * collapse the version guides by default * relocate files * update * update links * disable edit url for release notes * fix * update to pre-released versions * Update guides descriptions and guide index * add badge * update * fix spelling * update deps * update * fix cap * update * test * latest guide system * attempt fix * update lunaria * fix? * add exclude rule * add note with coolify gist * fix file structure * add note * update link * make more dynamic * update url * update submodule to main * update * fix knip * update * update to use new studiocms add command * Apply suggestions from code review Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com> * cleanup * update * Update src/content/docs/en/how-it-works/cli.mdx Co-authored-by: Armand Philippot <git@armand.philippot.eu> * Update src/content/docs/en/guides/contributing/translations.mdx Co-authored-by: Armand Philippot <git@armand.philippot.eu> * remove old link plugin * fix * fix wording * feat: specify that Crowdin is used for packages Co-authored-by: Adam Matthiesen <amatthiesen@outlook.com> * Apply suggestions from code review Co-authored-by: Felix Schneider <99918022+trueberryless@users.noreply.github.com> * Update src/content/docs/en/guides/contributing/translations.mdx Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com> * i18n(ko-KR): create `how-it-works/index.mdx` (#88) * i18n(ko-KR): create `sdk.mdx` (#89) * i18n(ko-KR): create `translations.mdx` (#90) * fix * update packages to official release status --------- Co-authored-by: Paul Valladares <85648028+dreyfus92@users.noreply.github.com> Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com> Co-authored-by: Armand Philippot <git@armand.philippot.eu> Co-authored-by: Felix Schneider <99918022+trueberryless@users.noreply.github.com> Co-authored-by: Junseong Park <39112954+jsparkdev@users.noreply.github.com>
Description
create
how-it-works/index.mdxSummary by CodeRabbit