docs(website): 문서 콘텐츠 추가 및 인라인 코드 스타일링 수정#85
Conversation
- Button, Colors, Icons, Typography 파운데이션/컴포넌트 문서 콘텐츠 작성 - 사이드바에 20개 컴포넌트 네비게이션 항목 추가 - 인라인 code 태그에 배경, 테두리, 패딩 스타일 추가 (code:not(pre code) 셀렉터) - Section.Text를 p에서 div로 변경하여 하이드레이션 에러 수정 Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
|
Important Review skippedAuto reviews are disabled on base/target branches other than the default branch. Please check the settings in the CodeRabbit UI or the You can disable this status message by setting the Use the checkbox below for a quick retry:
✨ Finishing touches🧪 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 |
Summary of ChangesHello @ohprettyhak, I'm Gemini Code Assist1! I'm currently reviewing this pull request and will post my feedback shortly. In the meantime, here's a summary to help you and other reviewers quickly get up to speed! 이 PR은 문서 웹사이트의 콘텐츠를 대폭 확장하고 사용자 경험을 개선하는 데 중점을 둡니다. Button, Colors, Icons, Typography와 같은 핵심 파운데이션 및 컴포넌트에 대한 상세한 가이드라인을 추가하여 사용자가 COCSO-UI를 더 쉽게 이해하고 활용할 수 있도록 합니다. 또한, 사이드바 네비게이션을 업데이트하여 새로운 컴포넌트 문서에 대한 접근성을 높였으며, 인라인 코드 블록의 시각적 스타일을 개선하여 코드 예시의 가독성을 향상시켰습니다. 마지막으로, 하이드레이션 관련 잠재적 문제를 해결하여 문서 사이트의 안정성을 확보했습니다. Highlights
🧠 New Feature in Public Preview: You can now enable Memory to help Gemini Code Assist learn from your team's feedback. This makes future code reviews more consistent and personalized to your project's style. Click here to enable Memory in your admin console. Changelog
Activity
Using Gemini Code AssistThe full guide for Gemini Code Assist can be found on our documentation page, here are some quick tips. Invoking Gemini You can request assistance from Gemini at any point by creating a comment using either
Customization To customize Gemini Code Assist for GitHub experience, repository maintainers can create a configuration file and/or provide a custom code review style guide (such as PEP-8 for Python) by creating and adding files to a Limitations & Feedback Gemini Code Assist may make mistakes. Please leave feedback on any instances where its feedback is incorrect or counter productive. You can react with 👍 and 👎 on @gemini-code-assist comments. If you're interested in giving your feedback about your experience with Gemini Code Assist for Github and other Google products, sign up here. You can also get AI-powered code generation, chat, as well as code reviews directly in the IDE at no cost with the Gemini Code Assist IDE Extension. Footnotes
|
공통 code 셀렉터로 font-family를 통합하고, code:not(pre code)에는 인라인 전용 시각적 스타일만 유지하여 중복 제거 Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Summary
code태그에 배경, 테두리, 패딩 스타일 추가 (code:not(pre code)셀렉터)Section.Text를<p>에서<div>로 변경하여 하이드레이션 에러 수정Test plan
pnpm build성공biome check통과🤖 Generated with Claude Code