Skip to content

Commit 42eb2a5

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 e91eed1 commit 42eb2a5

File tree

3 files changed

+52
-52
lines changed

3 files changed

+52
-52
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-05T10:26:15.321Z
11+
**Last Synced:** 2026-03-14T17:01:51.641Z

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: 22713338649
7-
last_synced: 2026-03-05T10:26:15.321Z
6+
source_run_id: 23092272906
7+
last_synced: 2026-03-14T17:01:51.641Z
88
---
99

1010
<!-- header:start -->

application/docs/projects/index.mdx

Lines changed: 49 additions & 49 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,52 @@ export const projectSections = [
1616

1717
projects: [
1818

19+
{
20+
21+
icon: '',
22+
23+
title: 'compose-action',
24+
25+
titleHref: 'https://github.com/hoverkraft-tech/compose-action',
26+
27+
meta: 'TypeScript • ⭐ 208 • Updated Mar 14, 2026',
28+
29+
description: 'This action runs your docker-compose file and clean up before action finished',
30+
31+
tags: [
32+
33+
'continuous-integration',
34+
35+
'docker-compose',
36+
37+
'github-actions',
38+
39+
'open-source'
40+
41+
],
42+
43+
actions: [
44+
45+
{
46+
47+
label: 'View on GitHub',
48+
49+
href: 'https://github.com/hoverkraft-tech/compose-action'
50+
51+
},
52+
53+
{
54+
55+
label: 'Documentation',
56+
57+
href: 'https://docs.hoverkraft.cloud/docs/projects/github-actions-and-reusable-workflows/compose-action/'
58+
59+
}
60+
61+
]
62+
63+
},
64+
1965
{
2066

2167
icon: '',
@@ -296,52 +342,6 @@ export const projectSections = [
296342

297343
},
298344

299-
{
300-
301-
icon: '',
302-
303-
title: 'compose-action',
304-
305-
titleHref: 'https://github.com/hoverkraft-tech/compose-action',
306-
307-
meta: 'TypeScript • ⭐ 208 • Updated Mar 13, 2026',
308-
309-
description: 'This action runs your docker-compose file and clean up before action finished',
310-
311-
tags: [
312-
313-
'continuous-integration',
314-
315-
'docker-compose',
316-
317-
'github-actions',
318-
319-
'open-source'
320-
321-
],
322-
323-
actions: [
324-
325-
{
326-
327-
label: 'View on GitHub',
328-
329-
href: 'https://github.com/hoverkraft-tech/compose-action'
330-
331-
},
332-
333-
{
334-
335-
label: 'Documentation',
336-
337-
href: 'https://docs.hoverkraft.cloud/docs/projects/github-actions-and-reusable-workflows/compose-action/'
338-
339-
}
340-
341-
]
342-
343-
},
344-
345345
{
346346

347347
icon: '',
@@ -1106,7 +1106,7 @@ export const projectSections = [
11061106

11071107
titleHref: 'https://github.com/hoverkraft-tech/landing-page',
11081108

1109-
meta: 'Astro • ⭐ 2 • Updated Mar 13, 2026',
1109+
meta: 'Astro • ⭐ 2 • Updated Mar 14, 2026',
11101110

11111111
description: 'Landing Page of hoverkraft organization',
11121112

@@ -1358,9 +1358,9 @@ export const quickStats = [
13581358

13591359
export const projectSnapshot = {
13601360

1361-
lastUpdated: '2026-03-13',
1361+
lastUpdated: '2026-03-14',
13621362

1363-
technologiesSummary: 'including Go Template, Astro, TypeScript, JavaScript, Makefile, and more.'
1363+
technologiesSummary: 'including TypeScript, Astro, Go Template, JavaScript, Makefile, and more.'
13641364

13651365
};
13661366

0 commit comments

Comments
 (0)