Skip to content

Commit 4c5d3d6

Browse files
authored
Merge pull request #2064 from qodo-ai/remove-unsupported-languages-docs-update
Remove Scala and other languages from docs
2 parents a98eced + c3bc789 commit 4c5d3d6

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

docs/docs/core-abilities/static_code_analysis.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ By combining static code analysis with LLM capabilities, Qodo Merge can provide
88
It scans the PR code changes, finds all the code components (methods, functions, classes) that changed, and enables to interactively generate tests, docs, code suggestions and similar code search for each component.
99

1010
!!! note "Language that are currently supported:"
11-
Python, Java, C++, JavaScript, TypeScript, C#, Go, Ruby, PHP, Rust, Kotlin, Scala
11+
Python, Java, C++, JavaScript, TypeScript, C#, Go, Kotlin
1212

1313
## Capabilities
1414

docs/docs/tools/analyze.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,5 @@ An example result:
1616

1717
![Analyze 1](https://codium.ai/images/pr_agent/analyze_1.png){width=750}
1818

19-
!!! note "Language that are currently supported:"
20-
Python, Java, C++, JavaScript, TypeScript, C#, Go, Ruby, PHP, Rust, Kotlin, Scala
19+
!!! note "Languages that are currently supported:"
20+
Python, Java, C++, JavaScript, TypeScript, C#, Go, Kotlin

docs/docs/tools/improve_component.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ The tool will generate code suggestions for the selected component (if no compon
2020
![improve_component2](https://codium.ai/images/pr_agent/improve_component2.png){width=768}
2121

2222
!!! note "Notes"
23-
- Language that are currently supported by the tool: `Python, Java, C++, JavaScript, TypeScript, C#, Go, Ruby, PHP, Rust, Kotlin, Scala`
23+
- Languages that are currently supported by the tool: `Python, Java, C++, JavaScript, TypeScript, C#, Go, Kotlin`
2424
- This tool can also be triggered interactively by using the [`analyze`](./analyze.md) tool.
2525

2626
## Configuration options

docs/docs/tools/test.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ The tool will generate tests for the selected component (if no component is stat
2020
(Example taken from [here](https://github.com/Codium-ai/pr-agent/pull/598#issuecomment-1913679429)):
2121

2222
!!! note "Notes"
23-
- The following languages are currently supported: `Python, Java, C++, JavaScript, TypeScript, C#, Go, Ruby, PHP, Rust, Kotlin, Scala`
23+
- The following languages are currently supported: `Python, Java, C++, JavaScript, TypeScript, C#, Go, Kotlin`
2424
- This tool can also be triggered interactively by using the [`analyze`](./analyze.md) tool.
2525

2626
## Configuration options

0 commit comments

Comments
 (0)