Skip to content

Commit 4780846

Browse files
committed
Add initial Jira and Linear integrations docs
1 parent 3489fb0 commit 4780846

File tree

3 files changed

+51
-1
lines changed

3 files changed

+51
-1
lines changed

docs/integrations/jira.md

+23
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
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>

docs/integrations/linear.md

+23
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
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>

sidebars.ts

+5-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,11 @@ const sidebars: SidebarsConfig = {
4040
{
4141
type: "category",
4242
label: "Integrations",
43-
items: ["integrations/self-hosted-gitlab"],
43+
items: [
44+
"integrations/jira",
45+
"integrations/linear",
46+
"integrations/self-hosted-gitlab",
47+
],
4448
},
4549
"faq/faq",
4650
],

0 commit comments

Comments
 (0)