Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ed043af commit 800f033Copy full SHA for 800f033
docusaurus.config.ts
@@ -142,7 +142,8 @@ const config: Config = {
142
sidebarId: "docsSidebar",
143
position: "left",
144
label: "Docs",
145
- href: "/",
+ href: "https://docs.coderabbit.ai",
146
+ target: "_self",
147
},
148
{
149
// type: "docSidebar",
src/css/custom.css
@@ -40,6 +40,10 @@
40
font-weight: 700;
41
}
42
43
+a[docid="docs"] > svg {
44
+ display: none;
45
+}
46
+
47
/* Light mode Discord icon */
48
/* .header-discord-link:before {
49
-webkit-filter: invert(100%);
0 commit comments