Skip to content

Commit b7925be

Browse files
authored
Clarify docs to better reflect the links to other languages (testcontainers#6068)
1 parent 1545902 commit b7925be

File tree

3 files changed

+5
-19
lines changed

3 files changed

+5
-19
lines changed

docs/index.md

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,23 +3,19 @@
33
<!-- allow aspect ratio computation to reduce layout shift. CSS enforces max-width: 100% -->
44
<img src="logo.png" alt="Testcontainers logo" width="1024" height="512"/>
55

6-
## Test dependencies as code for your entire stack
7-
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.
8-
9-
10-
<p align=center><strong>Select your language</strong></p>
6+
<p align=center><strong>Not using Java? Here are other supported languages!</strong></p>
117
<div class="card-grid">
128
<a class="card-grid-item"><img src="language-logos/java.svg"/>Java</a>
139
<a href="https://golang.testcontainers.org/" class="card-grid-item"><img src="language-logos/go.svg"/>Go</a>
1410
<a href="https://dotnet.testcontainers.org/" class="card-grid-item"><img src="language-logos/dotnet.svg"/>.NET</a>
1511
<a href="https://testcontainers-python.readthedocs.io/en/latest/" class="card-grid-item"><img src="language-logos/python.svg"/>Python</a>
16-
<a href="https://github.com/testcontainers/testcontainers-node" class="card-grid-item"><img src="language-logos/javascript.svg"/>JavaScript<wbr>/Node.js</a>
12+
<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>
1713
<a href="https://docs.rs/testcontainers/latest/testcontainers/" class="card-grid-item"><img src="language-logos/rust.svg"/>Rust</a>
1814
</div>
1915

20-
## About
16+
## About Testcontainers for Java
2117

22-
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.
18+
*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.
2319

2420
Testcontainers make the following kinds of tests easier:
2521

docs/supported_languages.md

Lines changed: 0 additions & 9 deletions
This file was deleted.

mkdocs.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
site_name: Testcontainers
1+
site_name: Testcontainers for Java
22
plugins:
33
- search
44
- codeinclude
@@ -104,7 +104,6 @@ nav:
104104
- supported_docker_environment/windows.md
105105
- supported_docker_environment/logging_config.md
106106
- supported_docker_environment/image_registry_rate_limiting.md
107-
- Other Supported Languages: supported_languages.md
108107
- Getting help: getting_help.md
109108
- Contributing:
110109
- contributing.md

0 commit comments

Comments
 (0)