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: src/content/docs/backends.mdx
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -26,7 +26,8 @@ The SDK manages the backend for you: auto-downloading the Java JAR, provisioning
26
26
## The backends
27
27
28
28
<CardGrid>
29
-
<LinkCardtitle="codeanalyzer-java"description="The most complete backend: WALA + Javaparser, producing symbol tables, call graphs, hierarchy, and CRUD analysis."href="/backends/codeanalyzer-java/" />
30
29
<LinkCardtitle="codeanalyzer-python"description="Jedi-based semantic analysis with optional CodeQL call-graph augmentation; ships the canonical Py* schema."href="/backends/codeanalyzer-python/" />
30
+
<LinkCardtitle="codeanalyzer-java"description="The deepest backend: WALA + Javaparser, producing symbol tables, call graphs, hierarchy, and CRUD analysis."href="/backends/codeanalyzer-java/" />
31
31
<LinkCardtitle="codeanalyzer-ts"description="The TypeScript analyzer: the backend exists today; Python SDK support is on the way."href="/backends/codeanalyzer-ts/" />
32
+
<LinkCardtitle="codeanalyzer-go"description="Coming soon. A planned Go analyzer that emits the same canonical analysis JSON."href="/backends/codeanalyzer-go/" />
0 commit comments