diff --git a/docs/index.md b/docs/index.md index ed365b2acf3..143888be53e 100644 --- a/docs/index.md +++ b/docs/index.md @@ -3,23 +3,19 @@ Testcontainers logo -## Test dependencies as code for your entire stack -Get lightweight and throwaway containers during your tests that let you test against any container image (database, broker, browser, etc..) using one of the several supported languages. - - -

Select your language

+

Not using Java? Here are other supported languages!

Java Go .NET Python - JavaScript/Node.js + JavaScript/Node.js Rust
-## About +## About Testcontainers for Java -Testcontainers is a Java library that supports JUnit tests, providing lightweight, throwaway instances of common databases, Selenium web browsers, or anything else that can run in a Docker container. +*Testcontainers for Java* is a Java library that supports JUnit tests, providing lightweight, throwaway instances of common databases, Selenium web browsers, or anything else that can run in a Docker container. Testcontainers make the following kinds of tests easier: diff --git a/docs/supported_languages.md b/docs/supported_languages.md deleted file mode 100644 index 4990559f0e7..00000000000 --- a/docs/supported_languages.md +++ /dev/null @@ -1,9 +0,0 @@ -# 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) diff --git a/mkdocs.yml b/mkdocs.yml index 47b000c89fb..c4f70e7067e 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -1,4 +1,4 @@ -site_name: Testcontainers +site_name: Testcontainers for Java plugins: - search - codeinclude @@ -104,7 +104,6 @@ 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