Skip to content

Commit

Permalink
Add reference to supported languages (#5979)
Browse files Browse the repository at this point in the history
Co-authored-by: Kevin Wittek <kiview@users.noreply.github.com>
  • Loading branch information
eddumelendez and kiview committed Oct 6, 2022
1 parent 478b049 commit 09c42a4
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
9 changes: 9 additions & 0 deletions docs/supported_languages.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# Other Supported Languages

Besides *Testcontainers for Java,* you can find Testcontainers implementations for many other languages.
Please note that not all features that are available in *Testcontainers for Java* might be available in the implementations for other languages yet.

* [Go](https://golang.testcontainers.org/)
* [.Net](https://github.com/testcontainers/testcontainers-dotnet)
* [Python](https://testcontainers-python.readthedocs.io/)
* [JavaScript/NodeJS](https://github.com/testcontainers/testcontainers-node)
1 change: 1 addition & 0 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,7 @@ nav:
- supported_docker_environment/windows.md
- supported_docker_environment/logging_config.md
- supported_docker_environment/image_registry_rate_limiting.md
- Other Supported Languages: supported_languages.md
- Getting help: getting_help.md
- Contributing:
- contributing.md
Expand Down

0 comments on commit 09c42a4

Please sign in to comment.