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 1/2] 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" --- From 5f371053ec422b264cdf772a766e3b1617a8e2bb Mon Sep 17 00:00:00 2001 From: David Karlsson <35727626+dvdksn@users.noreply.github.com> Date: Wed, 30 Oct 2024 16:23:59 +0100 Subject: [PATCH 2/2] site: add tcc link to manuals section Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com> --- content/manuals/tcc.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 content/manuals/tcc.md diff --git a/content/manuals/tcc.md b/content/manuals/tcc.md new file mode 100644 index 0000000000..a89e26d125 --- /dev/null +++ b/content/manuals/tcc.md @@ -0,0 +1,7 @@ +--- +title: Testcontainers Cloud +weight: 200 +params: + sidebar: + goto: "https://testcontainers.com/cloud/docs/" +---