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.

Commit65a6dba

Browse files
committed
Update logo href and navbar styling
1 parent419bdb8 commit65a6dba

File tree

3 files changed

+29
-21
lines changed

3 files changed

+29
-21
lines changed

‎docusaurus.config.ts‎

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,7 @@ const config: Config = {
122122
logo:{
123123
alt:"",
124124
src:"img/coderabbit_nav_logo.svg",
125+
href:"https://coderabbit.ai",
125126
},
126127
items:[
127128
{

‎src/components/HomepageFeatures/index.tsx‎

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -15,27 +15,27 @@ type FeatureItem = {
1515
};
1616

1717
constFeatureList:FeatureItem[]=[
18-
{
19-
title:"Boosting Engineering Efficiency Using AI Code Reviews for Remote Teams",
20-
img:"img/blogs/blog4.jpeg",
21-
description:(
22-
<>
23-
In a world where the office is just a step away from your bed,
24-
we dive into the challenges and triumphs of maintaining code
25-
quality across continents.
26-
</>
27-
),
28-
redirectTo:"/blog/boosting-engineering-efficiency",
29-
chips:["AI","Remote teams","Code Reviews"],
30-
date:"Nov 13, 2023",
31-
author:[
32-
{
33-
name:"This Dot Labs",
34-
img:"https://images.crunchbase.com/image/upload/c_lpad,h_256,w_256,f_auto,q_auto:eco,dpr_1/og7xjpegm86zqz3mfo3s",
35-
},
36-
],
37-
authorImg:"img/blogs/blog4.jpeg",
38-
},
18+
//{
19+
// title: "Boosting Engineering Efficiency Using AI Code Reviews for Remote Teams",
20+
// img: "img/blogs/blog4.jpeg",
21+
// description: (
22+
// <>
23+
// In a world where the office is just a step away from your bed,
24+
// we dive into the challenges and triumphs of maintaining code
25+
// quality across continents.
26+
// </>
27+
// ),
28+
// redirectTo: "/blog/boosting-engineering-efficiency",
29+
// chips: ["AI", "Remote teams", "Code Reviews"],
30+
// date: "Nov 13, 2023",
31+
// author: [
32+
// {
33+
// name: "This Dot Labs",
34+
// img: "https://images.crunchbase.com/image/upload/c_lpad,h_256,w_256,f_auto,q_auto:eco,dpr_1/og7xjpegm86zqz3mfo3s",
35+
// },
36+
// ],
37+
// authorImg: "img/blogs/blog4.jpeg",
38+
//},
3939
// {
4040
// title: "Squeezing Water from Stone: Managing OpenAI Rate Limits with Request Prioritization",
4141
// img: headImg3,

‎src/css/custom.css‎

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,3 +32,10 @@
3232
--ifm-color-primary-lightest:#4fddbf;
3333
--docusaurus-highlighted-code-line-bg:rgba(0,0,0,0.3);
3434
}
35+
36+
.navbar .navbar__item {
37+
align-items: center;
38+
display: flex;
39+
font-size:1.25rem;
40+
font-weight:700;
41+
}

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp