Skip to content

Commit 44c69b8

Browse files
docs(hoverkraft-tech/compose-action): update documentation
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent fde3c8e commit 44c69b8

File tree

3 files changed

+36
-36
lines changed

3 files changed

+36
-36
lines changed

application/docs/projects/github-actions-and-reusable-workflows/compose-action/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ description: Documentation for Compose Action
88
Documentation for the Compose Action project.
99

1010
**Source Repository:** [hoverkraft-tech/compose-action](https://github.com/hoverkraft-tech/compose-action)
11-
**Last Synced:** 2026-03-22T22:05:02.067Z
11+
**Last Synced:** 2026-03-26T16:40:49.816Z

application/docs/projects/github-actions-and-reusable-workflows/compose-action/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ title: Compose Action
33
source_repo: hoverkraft-tech/compose-action
44
source_path: README.md
55
source_branch: main
6-
source_run_id: 23413501878
7-
last_synced: 2026-03-22T22:05:02.067Z
6+
source_run_id: 23606134255
7+
last_synced: 2026-03-26T16:40:49.816Z
88
---
99

1010
<!-- header:start -->

application/docs/projects/index.mdx

Lines changed: 33 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -20,25 +20,23 @@ export const projectSections = [
2020

2121
icon: '',
2222

23-
title: 'github-action-ovh-mks-scaling',
23+
title: 'compose-action',
2424

25-
titleHref: 'https://github.com/hoverkraft-tech/github-action-ovh-mks-scaling',
25+
titleHref: 'https://github.com/hoverkraft-tech/compose-action',
2626

27-
meta: 'TypeScript • ⭐ 2 • Updated Mar 26, 2026',
27+
meta: 'TypeScript • ⭐ 207 • Updated Mar 26, 2026',
2828

29-
description: 'Scale up or down a OVH MKS nodepool',
29+
description: 'This action runs your docker-compose file and clean up before action finished',
3030

3131
tags: [
3232

33-
'github-actions',
34-
35-
'kubernetes',
33+
'continuous-integration',
3634

37-
'mks',
35+
'docker-compose',
3836

39-
'open-source',
37+
'github-actions',
4038

41-
'ovhcloud'
39+
'open-source'
4240

4341
],
4442

@@ -48,15 +46,15 @@ export const projectSections = [
4846

4947
label: 'View on GitHub',
5048

51-
href: 'https://github.com/hoverkraft-tech/github-action-ovh-mks-scaling'
49+
href: 'https://github.com/hoverkraft-tech/compose-action'
5250

5351
},
5452

5553
{
5654

5755
label: 'Documentation',
5856

59-
href: 'https://docs.hoverkraft.cloud/docs/projects/github-actions-and-reusable-workflows/github-action-ovh-mks-scaling/'
57+
href: 'https://docs.hoverkraft.cloud/docs/projects/github-actions-and-reusable-workflows/compose-action/'
6058

6159
}
6260

@@ -68,25 +66,25 @@ export const projectSections = [
6866

6967
icon: '',
7068

71-
title: 'ci-github-container',
69+
title: 'github-action-ovh-mks-scaling',
7270

73-
titleHref: 'https://github.com/hoverkraft-tech/ci-github-container',
71+
titleHref: 'https://github.com/hoverkraft-tech/github-action-ovh-mks-scaling',
7472

75-
meta: 'Go Template • ⭐ 5 • Updated Mar 26, 2026',
73+
meta: 'TypeScript • ⭐ 2 • Updated Mar 26, 2026',
7674

77-
description: 'Opinionated GitHub Actions and workflows for continuous integration in container (OCI) context',
75+
description: 'Scale up or down a OVH MKS nodepool',
7876

7977
tags: [
8078

81-
'build',
79+
'github-actions',
8280

83-
'containers',
81+
'kubernetes',
8482

85-
'continuous-integration',
83+
'mks',
8684

87-
'docker',
85+
'open-source',
8886

89-
'github-actions'
87+
'ovhcloud'
9088

9189
],
9290

@@ -96,15 +94,15 @@ export const projectSections = [
9694

9795
label: 'View on GitHub',
9896

99-
href: 'https://github.com/hoverkraft-tech/ci-github-container'
97+
href: 'https://github.com/hoverkraft-tech/github-action-ovh-mks-scaling'
10098

10199
},
102100

103101
{
104102

105103
label: 'Documentation',
106104

107-
href: 'https://docs.hoverkraft.cloud/docs/projects/github-actions-and-reusable-workflows/ci-github-container/'
105+
href: 'https://docs.hoverkraft.cloud/docs/projects/github-actions-and-reusable-workflows/github-action-ovh-mks-scaling/'
108106

109107
}
110108

@@ -116,23 +114,25 @@ export const projectSections = [
116114

117115
icon: '',
118116

119-
title: 'compose-action',
117+
title: 'ci-github-container',
120118

121-
titleHref: 'https://github.com/hoverkraft-tech/compose-action',
119+
titleHref: 'https://github.com/hoverkraft-tech/ci-github-container',
122120

123-
meta: 'TypeScript • ⭐ 207 • Updated Mar 25, 2026',
121+
meta: 'Go Template • ⭐ 5 • Updated Mar 26, 2026',
124122

125-
description: 'This action runs your docker-compose file and clean up before action finished',
123+
description: 'Opinionated GitHub Actions and workflows for continuous integration in container (OCI) context',
126124

127125
tags: [
128126

129-
'continuous-integration',
127+
'build',
130128

131-
'docker-compose',
129+
'containers',
132130

133-
'github-actions',
131+
'continuous-integration',
134132

135-
'open-source'
133+
'docker',
134+
135+
'github-actions'
136136

137137
],
138138

@@ -142,15 +142,15 @@ export const projectSections = [
142142

143143
label: 'View on GitHub',
144144

145-
href: 'https://github.com/hoverkraft-tech/compose-action'
145+
href: 'https://github.com/hoverkraft-tech/ci-github-container'
146146

147147
},
148148

149149
{
150150

151151
label: 'Documentation',
152152

153-
href: 'https://docs.hoverkraft.cloud/docs/projects/github-actions-and-reusable-workflows/compose-action/'
153+
href: 'https://docs.hoverkraft.cloud/docs/projects/github-actions-and-reusable-workflows/ci-github-container/'
154154

155155
}
156156

0 commit comments

Comments
 (0)