Skip to content

docs: fixes broken links #866

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Mar 16, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 4 additions & 8 deletions docs/gen/capabilities.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@ title: "Capabilities"
icon: "gear"
---

Codegen is built on an [open-source library](/introduction/overiew.mdx) for code manipulation.
Codegen is built on an [open-source library](/introduction/overview) for code manipulation.

It combines "tools" for code editing with powerful integrations, including Github, Linear and Slack.

<Tip>
Learn more about our open source [code agent implementation](/docs/tutorials/build-code-agent)
Learn more about our open source [code agent implementation](/tutorials/build-code-agent)
</Tip>

## Communication Tools
Expand Down Expand Up @@ -57,15 +57,11 @@ For teams using Linear for project management, Codegen offers:

## How Codegen Uses These Tools

Codegen's AI brain (powered by Claude 3.7 Sonnet) intelligently selects and combines these tools to:
Codegen's brain (powered by Claude 3.7 Sonnet) intelligently selects and combines these tools to:

1. Understand your requests through natural language in Slack
2. Determine the most appropriate tools to fulfill your request
3. Execute the necessary actions across GitHub, Linear, and your codebase
4. Provide clear, helpful responses back in Slack

This seamless integration allows you to manage your entire development workflow through simple conversations, without having to switch between different platforms and interfaces.

## Getting Started

Ready to experience the power of Codegen? Check out our [Quickstart Guide](/docs/gen/quickstart) to set up Codegen for your team, and explore [Common Commands](/docs/gen/common-commands) to see how to interact with these tools through natural language.
This seamless integration allows you to manage your entire development workflow through simple conversations, without having to switch between different platforms and interfaces.
2 changes: 1 addition & 1 deletion docs/gen/introduction.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Codegen is an intelligent code agent powered that seamlessly integrates with Sla
</Frame>

<Tip>
Explore our [Capabilities](/docs/gen/capabilities) page to learn more about
Explore our [Capabilities](/gen/capabilities) page to learn more about
Codegen's full feature set and available tools!
</Tip>

Expand Down
3 changes: 0 additions & 3 deletions docs/tutorials/attributions.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -189,6 +189,3 @@ development process. By understanding which parts of your codebase are authored
- Ensure appropriate review of AI-generated code
- Measure the impact of AI on developer productivity

For more advanced usage, check out the [API reference](/api-reference/extensions/attribution)
for the attribution extension.