Skip to content
Open
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
25 changes: 13 additions & 12 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,19 @@

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

## About
Expand Down
8 changes: 8 additions & 0 deletions docs/site/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.
4 changes: 2 additions & 2 deletions docs/site/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.
41 changes: 37 additions & 4 deletions docs/site/theme/partials/tc-header.html
Original file line number Diff line number Diff line change
Expand Up @@ -28,16 +28,19 @@
"label": "Testcontainers for Java",
"url": "https://java.testcontainers.org/",
"image": "/site/language-logos/java.svg",
"external": true,
},
{
"label": "Testcontainers for Go",
"url": "https://golang.testcontainers.org/",
"image": "/site/language-logos/go.svg",
"external": true,
},
{
"label": "Testcontainers for .NET",
"url": "https://dotnet.testcontainers.org/",
"image": "/site/language-logos/dotnet.svg",
"external": true,
},
{
"label": "Testcontainers for Node.js",
Expand All @@ -52,20 +55,50 @@
},
{
"label": "Testcontainers for Rust",
"url": "https://docs.rs/testcontainers/latest/testcontainers/",
"url": "https://rust.testcontainers.org/",
"image": "/site/language-logos/rust.svg",
"external": true,
},
{
"label": "Testcontainers for Ruby",
"url": "https://github.com/testcontainers/testcontainers-ruby",
"image": "/site/language-logos/ruby.svg",
"external": true,
},
{
"label": "Testcontainers for PHP",
"url": "https://php.testcontainers.org/",
Comment thread
mdelapenya marked this conversation as resolved.
"image": "/site/language-logos/php.svg",
"external": true,
},
{
"label": "Testcontainers for Haskell",
"url": "https://github.com/testcontainers/testcontainers-hs",
"image": "/site/language-logos/haskell.svg",
"external": true,
},
{
"label": "Testcontainers for Ruby",
"url": "https://github.com/testcontainers/testcontainers-ruby",
"image": "/site/language-logos/ruby.svg",
"label": "Testcontainers for Clojure",
"url": "https://cljdoc.org/d/clj-test-containers/clj-test-containers/",
"image": "/site/language-logos/clojure.svg",
"external": true,
},
{
"label": "Testcontainers for Elixir",
"url": "https://github.com/testcontainers/testcontainers-elixir",
"image": "/site/language-logos/elixir.svg",
"external": true,
},
{
"label": "Testcontainers for Scala",
"url": "https://github.com/testcontainers/testcontainers-scala/",
"image": "/site/language-logos/scala.svg",
"external": true,
},
{
"label": "Testcontainers Native (C/C++)",
"url": "https://github.com/testcontainers/testcontainers-native",
"image": "/site/language-logos/c.svg",
"external": true,
},
]
Expand Down