fix(docs): polish inline code selection and spacing - #2000
Conversation
|
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro Plus Run ID: 📒 Files selected for processing (8)
📝 WalkthroughWalkthrough문서에 공통 Changes인라인 코드 렌더링 통합
Estimated code review effort: 3 (Moderate) | ~20 minutes Mergeability Score: ⚪ Minimal · up to This localized documentation styling change is merge-ready after normal checks and review; no actionable merge-blocking risk remains. Sequence Diagram(s)sequenceDiagram
participant MDXContent
participant MDXRenderer
participant InlineCode
participant SeedTableOfContents
MDXContent->>MDXRenderer: 인라인 code 렌더링 요청
MDXRenderer->>InlineCode: code 요소 렌더링
SeedTableOfContents->>InlineCode: 목차 제목의 code 요소 변환
InlineCode-->>MDXRenderer: 스타일이 적용된 code 요소
InlineCode-->>SeedTableOfContents: 스타일이 적용된 code 요소
🚥 Pre-merge checks | ✅ 4 | ❌ 1❌ Failed checks (1 warning)
✅ Passed checks (4 passed)
✨ Finishing Touches 💡 1📝 Generate docstrings 💡
🧪 Generate unit tests (beta)
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. Comment |
Alpha Preview (Stackflow SPA)
|
Alpha Preview (Storybook)
|
Alpha Preview (Docs)
|
Summary
Test plan
bun install --frozen-lockfile.bun headless:build.bun generate:all.bun test:all.bun --filter @seed-design/docs typecheck.bun biome checkagainst the changed files.