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

Commit800f033

Browse files
committed
Update docs link and hide SVG icon
1 parented043af commit800f033

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

‎docusaurus.config.ts‎

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,8 @@ const config: Config = {
142142
sidebarId:"docsSidebar",
143143
position:"left",
144144
label:"Docs",
145-
href:"/",
145+
href:"https://docs.coderabbit.ai",
146+
target:"_self",
146147
},
147148
{
148149
// type: "docSidebar",

‎src/css/custom.css‎

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,10 @@
4040
font-weight:700;
4141
}
4242

43+
a[docid="docs"]>svg {
44+
display: none;
45+
}
46+
4347
/* Light mode Discord icon */
4448
/* .header-discord-link:before {
4549
-webkit-filter: invert(100%);

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp