Skip to content

Commit de8e700

Browse files
author
codegen-bot
committed
.
1 parent b260d90 commit de8e700

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

docs/introduction/how-it-works.mdx

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,14 @@ Codegen performs advanced static analysis to build a rich graph representation o
1414
[rustworkx](https://github.com/Qiskit/rustworkx) and has implemented most
1515
language server features from scratch.
1616
</Note>
17+
<Info>
18+
Codegen is open source. Check out the [source
19+
code](https://github.com/codegen-sh/codegen-sdk) to learn more!
20+
</Info>
1721

1822
## The Codebase Graph
1923

20-
At the heart of Codegen is a comprehensive graph representation of your code. When you initialize a `[Codebase](/codebase-sdk/core/codebase)`, it performs static analysis to construct a rich graph structure connecting code elements:
24+
At the heart of Codegen is a comprehensive graph representation of your code. When you initialize a [Codebase](/codebase-sdk/core/codebase), it performs static analysis to construct a rich graph structure connecting code elements:
2125

2226
```python
2327
# Initialize and analyze the codebase
@@ -71,7 +75,7 @@ Currently, Codegen supports:
7175

7276
We've started with these ecosystems but designed our architecture to be extensible. The graph-based approach provides a consistent interface across languages while handling language-specific details under the hood.
7377

74-
## Join the Journey
78+
## Build with us
7579

7680
Codegen is just getting started, and we're excited about the possibilities ahead. We enthusiastically welcome contributions from the community, whether it's:
7781

docs/tutorials/react-modernization.mdx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,9 @@ title: "React Modernization"
33
sidebarTitle: "React Modernization"
44
icon: "react"
55
iconType: "brands"
6-
description: "Modernize your React codebase with Codegen"
76
---
87

9-
Codegen SDK provides powerful APIs for modernizing React codebases. This guide will walk you through common React modernization patterns.
8+
This tutorial will demonstrate common React modernization patterns using Codegen.
109

1110
Common use cases include:
1211

0 commit comments

Comments
 (0)