From 14a3cfed94be6bd8d8467b04131d1d89d6029c7f Mon Sep 17 00:00:00 2001 From: David Karlsson <35727626+dvdksn@users.noreply.github.com> Date: Wed, 30 Oct 2024 16:23:46 +0100 Subject: [PATCH] site: add tcc tile to landing page Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com> --- content/_index.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/content/_index.md b/content/_index.md index 46717718f6..145635be97 100644 --- a/content/_index.md +++ b/content/_index.md @@ -135,4 +135,15 @@ grid: url: "/security/for-admins/single-sign-on/" - text: "SCIM" url: "/security/for-admins/provisioning/scim/" + - title: Testcontainers cloud + icon: cloud + description: | + Testcontainers Cloud lets you run heavy test workloads remotely. + links: + - text: "Overview" + url: "https://testcontainers.com/cloud/docs/" + - text: "Getting started" + url: "https://testcontainers.com/cloud/docs/#getting-started" + - text: "TCC for CI" + url: "https://testcontainers.com/cloud/docs/#tcc-for-ci" ---