Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update docs to better reflect the links to other languages #6068

Merged
merged 4 commits into from Oct 27, 2022
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/index.md
Expand Up @@ -17,9 +17,9 @@ Get lightweight and throwaway containers during your tests that let you test aga
<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 the usage in JUnit tests and other popular test frameworks.

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
@@ -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