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
# 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
- [ ] I have read and agree to the [Contributor License
Agreement](../CLA.md)
---------
Co-authored-by: codegen-bot <team+codegenbot@codegen.sh>
Co-authored-by: Codegen Team (Internal) <135641899+codegen-team@users.noreply.github.com>
Copy file name to clipboardExpand all lines: docs/introduction/how-it-works.mdx
+6-2Lines changed: 6 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,6 +14,10 @@ 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
@@ -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](/introduction/community) to get involved!
89
+
Check out our [community guide](/introduction/community) to get involved!
0 commit comments