From 02a5bf357229d3904cf3330c0d83043340984cd7 Mon Sep 17 00:00:00 2001 From: Kevin Wittek Date: Thu, 27 Oct 2022 14:02:44 +0200 Subject: [PATCH 1/4] Update docs to better reflect the links to other languages --- docs/index.md | 4 ++-- docs/supported_languages.md | 9 --------- mkdocs.yml | 3 +-- 3 files changed, 3 insertions(+), 13 deletions(-) delete mode 100644 docs/supported_languages.md diff --git a/docs/index.md b/docs/index.md index ed365b2acf3..f5b882da806 100644 --- a/docs/index.md +++ b/docs/index.md @@ -17,9 +17,9 @@ Get lightweight and throwaway containers during your tests that let you test aga 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 the usage in JUnit tests and other popular test frameworks. 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 From 858980388eccf43f556afa89a381f00e6e6179e4 Mon Sep 17 00:00:00 2001 From: Kevin Wittek Date: Thu, 27 Oct 2022 17:52:02 +0200 Subject: [PATCH 2/4] Layout changes --- docs/index.md | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/docs/index.md b/docs/index.md index f5b882da806..c34091aad7e 100644 --- a/docs/index.md +++ b/docs/index.md @@ -3,11 +3,7 @@ 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 @@ -19,7 +15,7 @@ Get lightweight and throwaway containers during your tests that let you test aga ## About Testcontainers for Java -*Testcontainers for Java* is a Java library that supports the usage in JUnit tests and other popular test frameworks. +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 make the following kinds of tests easier: From c0cfe788b8c4470ae28645c399a909e21871c738 Mon Sep 17 00:00:00 2001 From: Kevin Wittek Date: Thu, 27 Oct 2022 17:53:01 +0200 Subject: [PATCH 3/4] Fix reflow bug --- docs/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/index.md b/docs/index.md index c34091aad7e..5b238de8be9 100644 --- a/docs/index.md +++ b/docs/index.md @@ -9,7 +9,7 @@ Go .NET Python - JavaScript/Node.js + JavaScript/Node.js Rust
From 809be43f2e70e303322518ac1e7ac928a26d61aa Mon Sep 17 00:00:00 2001 From: Kevin Wittek Date: Thu, 27 Oct 2022 17:57:31 +0200 Subject: [PATCH 4/4] Fix tc for java mentioning --- docs/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/index.md b/docs/index.md index 5b238de8be9..143888be53e 100644 --- a/docs/index.md +++ b/docs/index.md @@ -15,7 +15,7 @@ ## 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: