Skip to content

Commit 0adf711

Browse files
authored
docs: adds integrations page and points to the right places (#867)
# Motivation <!-- Why is this change necessary? --> # Content <!-- Please include a summary of the change --> # Testing <!-- How was the change tested? --> # Please check the following before marking your PR as ready for review - [ ] I have added tests for my changes - [ ] I have updated the documentation or added new documentation as needed
1 parent 2c47f66 commit 0adf711

File tree

2 files changed

+442
-382
lines changed

2 files changed

+442
-382
lines changed

docs/gen/integrations.mdx

Lines changed: 49 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,49 @@
1+
---
2+
title: 'Integrations'
3+
description: 'Integrate Codegen with your favorite tools and platforms'
4+
icon: 'puzzle-piece'
5+
---
6+
7+
<Card
8+
title="Install Codegen + Set Up Integrations"
9+
icon="puzzle-piece"
10+
href="https://codegen.sh/install"
11+
>
12+
Get started with Codegen integrations by installing the CLI
13+
</Card>
14+
15+
## Available Integrations
16+
17+
### GitHub
18+
19+
Codegen integrates seamlessly with GitHub, allowing you to:
20+
- Run automated code reviews
21+
- Manage pull requests
22+
- Analyze codebases
23+
- Automate code modifications at scale
24+
25+
### Slack
26+
27+
Connect Codegen with Slack to:
28+
- Receive notifications about code changes
29+
- Run code analysis directly from Slack
30+
- Get instant feedback on pull requests
31+
- Collaborate with your team on code reviews
32+
33+
### Linear
34+
35+
Our Linear integration enables you to:
36+
- Link code changes to issues
37+
- Automatically update ticket status
38+
- Track code modifications across projects
39+
- Streamline your development workflow
40+
41+
## Coming Soon
42+
43+
We're actively working on integrations with:
44+
- Sentry
45+
- Vercel
46+
- Modal
47+
- And more!
48+
49+
Stay tuned for updates or [join our community](/introduction/community) to request new integrations.

0 commit comments

Comments
 (0)