Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
This repository was archived by the owner on Aug 16, 2025. It is now read-only.

Commit811b71f

Browse files
committed
docs updates
1 parent0828d05 commit811b71f

File tree

4 files changed

+22
-2
lines changed

4 files changed

+22
-2
lines changed

‎docs/about/support.md‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ provide the GitHub or GitLab organization name.
2828
##Email Support
2929

3030
You can also reach out to us at
31-
[contact@coderabbit.ai](mailto:contact@coderabbit.ai).
31+
[support@coderabbit.ai](mailto:support@coderabbit.ai).
3232

3333
:::tip
3434

‎docs/introduction.md‎

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,10 @@ description:
1010
slug:"/"
1111
---
1212

13-
<iframewidth="100%"height="315"src="https://www.youtube.com/embed/3SyUOSebG7E?si=i0oT9RAnH0PW81lY"title="YouTube video player"frameBorder="0"allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share"referrerPolicy="strict-origin-when-cross-origin"allowFullScreen></iframe>
13+
<divclass="video-container">
14+
<iframesrc="https://www.youtube.com/embed/3SyUOSebG7E?si=i0oT9RAnH0PW81lY"title="YouTube video player"frameBorder="0"allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share"referrerPolicy="strict-origin-when-cross-origin"allowFullScreen></iframe>
15+
</div>
16+
1417

1518
**CodeRabbit** is an innovative, AI-first code reviewer. It provides
1619
context-aware review feedback on a pull request within minutes, thereby

‎src/css/custom.css‎

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,3 +82,20 @@ a[docid="docs"] > svg {
8282
[data-theme="dark"]img[src$="#gh-light-mode-only"] {
8383
display: none;
8484
}
85+
86+
.video-container {
87+
position: relative;
88+
padding-bottom:56.25%;/* 16:9 aspect ratio */
89+
height:0;
90+
overflow: hidden;
91+
max-width:100%;
92+
background:#000;
93+
}
94+
95+
.video-containeriframe {
96+
position: absolute;
97+
top:0;
98+
left:0;
99+
width:100%;
100+
height:100%;
101+
}

‎static/img/preview.png‎

-213 KB
Loading

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp