Skip to content

Commit

Permalink
Clarify docs to better reflect the links to other languages (#6068)
Browse files Browse the repository at this point in the history
  • Loading branch information
kiview committed Oct 27, 2022
1 parent 1545902 commit b7925be
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 19 deletions.
12 changes: 4 additions & 8 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,23 +3,19 @@
<!-- allow aspect ratio computation to reduce layout shift. CSS enforces max-width: 100% -->
<img src="logo.png" alt="Testcontainers logo" width="1024" height="512"/>

## 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.


<p align=center><strong>Select your language</strong></p>
<p align=center><strong>Not using Java? Here are other supported languages!</strong></p>
<div class="card-grid">
<a class="card-grid-item"><img src="language-logos/java.svg"/>Java</a>
<a href="https://golang.testcontainers.org/" class="card-grid-item"><img src="language-logos/go.svg"/>Go</a>
<a href="https://dotnet.testcontainers.org/" class="card-grid-item"><img src="language-logos/dotnet.svg"/>.NET</a>
<a href="https://testcontainers-python.readthedocs.io/en/latest/" class="card-grid-item"><img src="language-logos/python.svg"/>Python</a>
<a href="https://github.com/testcontainers/testcontainers-node" class="card-grid-item"><img src="language-logos/javascript.svg"/>JavaScript<wbr>/Node.js</a>
<a href="https://github.com/testcontainers/testcontainers-node" class="card-grid-item"><img src="language-logos/javascript.svg"/><span>JavaScript<wbr>/Node.js</span></a>
<a href="https://docs.rs/testcontainers/latest/testcontainers/" class="card-grid-item"><img src="language-logos/rust.svg"/>Rust</a>
</div>

## 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:

Expand Down
9 changes: 0 additions & 9 deletions docs/supported_languages.md

This file was deleted.

3 changes: 1 addition & 2 deletions mkdocs.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
site_name: Testcontainers
site_name: Testcontainers for Java
plugins:
- search
- codeinclude
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit b7925be

Please sign in to comment.