You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/introduction/how-it-works.mdx
+7-3Lines changed: 7 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,10 +14,14 @@ Codegen performs advanced static analysis to build a rich graph representation o
14
14
[rustworkx](https://github.com/Qiskit/rustworkx) and has implemented most
15
15
language server features from scratch.
16
16
</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>
17
21
18
22
## The Codebase Graph
19
23
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:
21
25
22
26
```python
23
27
# Initialize and analyze the codebase
@@ -71,7 +75,7 @@ Currently, Codegen supports:
71
75
72
76
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.
73
77
74
-
## Join the Journey
78
+
## Build with Us
75
79
76
80
Codegen is just getting started, and we're excited about the possibilities ahead. We enthusiastically welcome contributions from the community, whether it's:
77
81
@@ -82,4 +86,4 @@ Codegen is just getting started, and we're excited about the possibilities ahead
82
86
- Adding new transformations
83
87
- Improving documentation
84
88
85
-
Check out our [contribution guide](/contributing) to get involved!
89
+
Check out our [community guide](/introduction/community) to get involved!
0 commit comments