Skip to content

Commit b7765f6

Browse files
reduce verbosity in sidebar
1 parent 947f5b5 commit b7765f6

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"label": "Deploying From Github Actions",
3+
"link": {
4+
"type": "generated-index",
5+
"description": "Learn how to deploy with Defang from GitHub Actions"
6+
}
7+
}

docs/tutorials/deploying-from-github-actions/to-aws.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Deploying to AWS from GitHub Actions
2+
title: Deploying to AWS
33
description: Using the Defang Github Action to deploy your project to AWS from your CI/CD pipeline.
44
---
55
import Tabs from '@theme/Tabs';

docs/tutorials/deploying-from-github-actions/to-gcp.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Deploying to GCP from GitHub Actions
2+
title: Deploying to GCP
33
description: Using the Defang Github Action to deploy your project to GCP from your CI/CD pipeline.
44
---
55

0 commit comments

Comments
 (0)