File tree 3 files changed +51
-1
lines changed
3 files changed +51
-1
lines changed Original file line number Diff line number Diff line change
1
+ ---
2
+ title : Connect CodeRabbit with Jira
3
+ description : Integrate CodeRabbit with Jira.
4
+ sidebar_label : Jira
5
+ image : " /preview_meta.jpg"
6
+ ---
7
+
8
+ <head >
9
+ <meta charSet =" utf-8 " />
10
+ <meta name =" title " content =" Connect CodeRabbit with Jira " />
11
+ <meta name =" description " content =" Integrate CodeRabbit with Jira " />
12
+
13
+ <meta property =" og:type " content =" website " />
14
+ <meta property =" og:url " content =" https://coderabbit.ai/ " />
15
+ <meta property =" og:title " content =" Connect CodeRabbit with Jira " />
16
+ <meta property =" og:description " content =" CodeRabbit: AI-powered Code Reviews " />
17
+ <meta property =" og:image " content =" /preview_meta.jpg " />
18
+
19
+ <meta name =" twitter:image " content =" https://coderabbit.ai/preview_meta.jpg " />
20
+ <meta name =" twitter:card " content =" summary_large_image " />
21
+ <meta name =" twitter:title " content =" Connect CodeRabbit with Jira " />
22
+ <meta name =" twitter:description " content =" CodeRabbit: AI-powered Code Reviews " />
23
+ </head >
Original file line number Diff line number Diff line change
1
+ ---
2
+ title : Connect CodeRabbit with Linear
3
+ description : Integrate CodeRabbit with Linear.
4
+ sidebar_label : Linear
5
+ image : " /preview_meta.jpg"
6
+ ---
7
+
8
+ <head >
9
+ <meta charSet =" utf-8 " />
10
+ <meta name =" title " content =" Connect CodeRabbit with Linear " />
11
+ <meta name =" description " content =" Integrate CodeRabbit with Linear " />
12
+
13
+ <meta property =" og:type " content =" website " />
14
+ <meta property =" og:url " content =" https://coderabbit.ai/ " />
15
+ <meta property =" og:title " content =" Connect CodeRabbit with Linear " />
16
+ <meta property =" og:description " content =" CodeRabbit: AI-powered Code Reviews " />
17
+ <meta property =" og:image " content =" /preview_meta.jpg " />
18
+
19
+ <meta name =" twitter:image " content =" https://coderabbit.ai/preview_meta.jpg " />
20
+ <meta name =" twitter:card " content =" summary_large_image " />
21
+ <meta name =" twitter:title " content =" Connect CodeRabbit with Linear " />
22
+ <meta name =" twitter:description " content =" CodeRabbit: AI-powered Code Reviews " />
23
+ </head >
Original file line number Diff line number Diff line change @@ -40,7 +40,11 @@ const sidebars: SidebarsConfig = {
40
40
{
41
41
type : "category" ,
42
42
label : "Integrations" ,
43
- items : [ "integrations/self-hosted-gitlab" ] ,
43
+ items : [
44
+ "integrations/jira" ,
45
+ "integrations/linear" ,
46
+ "integrations/self-hosted-gitlab" ,
47
+ ] ,
44
48
} ,
45
49
"faq/faq" ,
46
50
] ,
You can’t perform that action at this time.
0 commit comments