Skip to content

Commit 09c42a4

Browse files
eddumelendezkiview
andauthored
Add reference to supported languages (#5979)
Co-authored-by: Kevin Wittek <[email protected]>
1 parent 478b049 commit 09c42a4

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

docs/supported_languages.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# Other Supported Languages
2+
3+
Besides *Testcontainers for Java,* you can find Testcontainers implementations for many other languages.
4+
Please note that not all features that are available in *Testcontainers for Java* might be available in the implementations for other languages yet.
5+
6+
* [Go](https://golang.testcontainers.org/)
7+
* [.Net](https://github.com/testcontainers/testcontainers-dotnet)
8+
* [Python](https://testcontainers-python.readthedocs.io/)
9+
* [JavaScript/NodeJS](https://github.com/testcontainers/testcontainers-node)

mkdocs.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,7 @@ nav:
102102
- supported_docker_environment/windows.md
103103
- supported_docker_environment/logging_config.md
104104
- supported_docker_environment/image_registry_rate_limiting.md
105+
- Other Supported Languages: supported_languages.md
105106
- Getting help: getting_help.md
106107
- Contributing:
107108
- contributing.md

0 commit comments

Comments
 (0)