Skip to content

Commit 0793604

Browse files
authored
Merge pull request #21288 from dvdksn/add-tcc
site: add tcc links
2 parents bbc346b + 5f37105 commit 0793604

File tree

2 files changed

+18
-0
lines changed

2 files changed

+18
-0
lines changed

content/_index.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -135,4 +135,15 @@ grid:
135135
url: "/security/for-admins/single-sign-on/"
136136
- text: "SCIM"
137137
url: "/security/for-admins/provisioning/scim/"
138+
- title: Testcontainers cloud
139+
icon: cloud
140+
description: |
141+
Testcontainers Cloud lets you run heavy test workloads remotely.
142+
links:
143+
- text: "Overview"
144+
url: "https://testcontainers.com/cloud/docs/"
145+
- text: "Getting started"
146+
url: "https://testcontainers.com/cloud/docs/#getting-started"
147+
- text: "TCC for CI"
148+
url: "https://testcontainers.com/cloud/docs/#tcc-for-ci"
138149
---

content/manuals/tcc.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
---
2+
title: Testcontainers Cloud
3+
weight: 200
4+
params:
5+
sidebar:
6+
goto: "https://testcontainers.com/cloud/docs/"
7+
---

0 commit comments

Comments
 (0)