Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 13 additions & 8 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,19 @@

<p align="center"><strong>Not using Rust? Here are other supported languages!</strong></p>
<div class="card-grid">
<a href="https://java.testcontainers.org" 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://node.testcontainers.org/" class="card-grid-item"><img src="language-logos/nodejs.svg"/>Node.js</a></a>
<a href="https://testcontainers-python.readthedocs.io/en/latest/" class="card-grid-item"><img src="language-logos/python.svg"/>Python</a>
<a class="card-grid-item"><img src="language-logos/rust.svg"/>Rust</a>
<a href="https://github.com/testcontainers/testcontainers-hs" class="card-grid-item"><img src="language-logos/haskell.svg"/>Haskell</a>
<a href="https://github.com/testcontainers/testcontainers-ruby/" class="card-grid-item" ><img src="language-logos/ruby.svg"/>Ruby</a>
<a href="https://java.testcontainers.org" class="card-grid-item"><img src="language-logos/java.svg" alt=""/>Java</a>
<a href="https://golang.testcontainers.org" class="card-grid-item"><img src="language-logos/go.svg" alt=""/>Go</a>
<a href="https://dotnet.testcontainers.org/" class="card-grid-item"><img src="language-logos/dotnet.svg" alt=""/>.NET</a>
<a href="https://node.testcontainers.org/" class="card-grid-item"><img src="language-logos/nodejs.svg" alt=""/>Node.js</a>
<a href="https://testcontainers-python.readthedocs.io/en/latest/" class="card-grid-item"><img src="language-logos/python.svg" alt=""/>Python</a>
<a class="card-grid-item"><img src="language-logos/rust.svg" alt=""/>Rust</a>
<a href="https://github.com/testcontainers/testcontainers-ruby/" class="card-grid-item"><img src="language-logos/ruby.svg" alt=""/>Ruby</a>
<a href="https://php.testcontainers.org/" class="card-grid-item"><img src="language-logos/php.svg" alt=""/>PHP</a>
<a href="https://github.com/testcontainers/testcontainers-hs/" class="card-grid-item"><img src="language-logos/haskell.svg" alt=""/>Haskell</a>
<a href="https://cljdoc.org/d/clj-test-containers/clj-test-containers/" class="card-grid-item"><img src="language-logos/clojure.svg" alt=""/>Clojure</a>
<a href="https://github.com/testcontainers/testcontainers-elixir" class="card-grid-item"><img src="language-logos/elixir.svg" alt=""/>Elixir</a>
<a href="https://github.com/testcontainers/testcontainers-scala/" class="card-grid-item"><img src="language-logos/scala.svg" alt=""/>Scala</a>
<a href="https://github.com/testcontainers/testcontainers-native" class="card-grid-item"><img src="language-logos/c.svg" alt=""/>Native</a>
</div>

## About Testcontainers for Rust
Expand Down
8 changes: 8 additions & 0 deletions docs/language-logos/c.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 8 additions & 0 deletions docs/language-logos/clojure.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
47 changes: 47 additions & 0 deletions docs/language-logos/elixir.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 5 additions & 0 deletions docs/language-logos/php.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
26 changes: 26 additions & 0 deletions docs/language-logos/scala.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
39 changes: 36 additions & 3 deletions docs/theme/partials/tc-header.html
Original file line number Diff line number Diff line change
Expand Up @@ -28,21 +28,25 @@
"label": "Testcontainers for Java",
"url": "https://java.testcontainers.org/",
"image": "/language-logos/java.svg",
"external": true,
},
{
"label": "Testcontainers for Go",
"url": "https://golang.testcontainers.org/",
"image": "/language-logos/go.svg",
"external": true,
},
{
"label": "Testcontainers for .NET",
"url": "https://dotnet.testcontainers.org/",
"image": "/language-logos/dotnet.svg",
"external": true,
},
{
"label": "Testcontainers for Node.js",
"url": "https://node.testcontainers.org/",
"image": "/language-logos/nodejs.svg",
"external": true,
},
{
"label": "Testcontainers for Python",
Expand All @@ -54,6 +58,17 @@
"label": "Testcontainers for Rust",
"url": "https://rust.testcontainers.org/",
"image": "/language-logos/rust.svg",
},
{
"label": "Testcontainers for Ruby",
"url": "https://github.com/testcontainers/testcontainers-ruby",
"image": "/language-logos/ruby.svg",
"external": true,
},
{
"label": "Testcontainers for PHP",
"url": "https://php.testcontainers.org/",
"image": "/language-logos/php.svg",
"external": true,
},
{
Expand All @@ -63,9 +78,27 @@
"external": true,
},
{
"label": "Testcontainers for Ruby",
"url": "https://github.com/testcontainers/testcontainers-ruby",
"image": "/language-logos/ruby.svg",
"label": "Testcontainers for Clojure",
"url": "https://cljdoc.org/d/clj-test-containers/clj-test-containers/",
"image": "/language-logos/clojure.svg",
"external": true,
},
{
"label": "Testcontainers for Elixir",
"url": "https://github.com/testcontainers/testcontainers-elixir",
"image": "/language-logos/elixir.svg",
"external": true,
},
{
"label": "Testcontainers for Scala",
"url": "https://github.com/testcontainers/testcontainers-scala/",
"image": "/language-logos/scala.svg",
"external": true,
},
{
"label": "Testcontainers Native (C/C++)",
"url": "https://github.com/testcontainers/testcontainers-native",
"image": "/language-logos/c.svg",
"external": true,
},
]
Expand Down
Loading