Skip to content

Commit 6756bfe

Browse files
docs: update action documentation
[skip ci] Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 92c735a commit 6756bfe

6 files changed

Lines changed: 44 additions & 44 deletions

File tree

.github/actions/generate-docs/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# GitHub Action: Generate Documentation
44

55
<div align="center">
6-
<img src="https://opengraph.githubassets.com/2730ce45d9452c224ef0a5d55198bccfeed06be8eb14e50d6d58186c290c67f4/hoverkraft-tech/public-docs" width="60px" align="center" alt="Generate Documentation" />
6+
<img src="https://opengraph.githubassets.com/5fb32688b609924beb0ff27db357577afc7d030489998b4729068f323a1a7927/hoverkraft-tech/public-docs" width="60px" align="center" alt="Generate Documentation" />
77
</div>
88

99
---

.github/actions/inject-docs/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# GitHub Action: Inject Documentation
44

55
<div align="center">
6-
<img src="https://opengraph.githubassets.com/2730ce45d9452c224ef0a5d55198bccfeed06be8eb14e50d6d58186c290c67f4/hoverkraft-tech/public-docs" width="60px" align="center" alt="Inject Documentation" />
6+
<img src="https://opengraph.githubassets.com/5fb32688b609924beb0ff27db357577afc7d030489998b4729068f323a1a7927/hoverkraft-tech/public-docs" width="60px" align="center" alt="Inject Documentation" />
77
</div>
88

99
---

.github/actions/prepare-docs/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# GitHub Action: Prepare Documentation Bundle
44

55
<div align="center">
6-
<img src="https://opengraph.githubassets.com/2730ce45d9452c224ef0a5d55198bccfeed06be8eb14e50d6d58186c290c67f4/hoverkraft-tech/public-docs" width="60px" align="center" alt="Prepare Documentation Bundle" />
6+
<img src="https://opengraph.githubassets.com/5fb32688b609924beb0ff27db357577afc7d030489998b4729068f323a1a7927/hoverkraft-tech/public-docs" width="60px" align="center" alt="Prepare Documentation Bundle" />
77
</div>
88

99
---

.github/actions/resolve-docs-target/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# GitHub Action: Resolve Documentation Target
44

55
<div align="center">
6-
<img src="https://opengraph.githubassets.com/2730ce45d9452c224ef0a5d55198bccfeed06be8eb14e50d6d58186c290c67f4/hoverkraft-tech/public-docs" width="60px" align="center" alt="Resolve Documentation Target" />
6+
<img src="https://opengraph.githubassets.com/5fb32688b609924beb0ff27db357577afc7d030489998b4729068f323a1a7927/hoverkraft-tech/public-docs" width="60px" align="center" alt="Resolve Documentation Target" />
77
</div>
88

99
---

.github/workflows/sync-docs-dispatcher.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# GitHub Reusable Workflow: Push Documentation Helper
44

55
<div align="center">
6-
<img src="https://opengraph.githubassets.com/2730ce45d9452c224ef0a5d55198bccfeed06be8eb14e50d6d58186c290c67f4/hoverkraft-tech/public-docs" width="60px" align="center" alt="Push Documentation Helper" />
6+
<img src="https://opengraph.githubassets.com/5fb32688b609924beb0ff27db357577afc7d030489998b4729068f323a1a7927/hoverkraft-tech/public-docs" width="60px" align="center" alt="Push Documentation Helper" />
77
</div>
88

99
---

application/docs/projects/index.mdx

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

2121
icon: '',
2222

23-
title: 'ci-github.qkg1.topmon',
23+
title: 'compose-action',
2424

25-
titleHref: 'https://github.com/hoverkraft-tech/ci-github.qkg1.topmon',
25+
titleHref: 'https://github.com/hoverkraft-tech/compose-action',
2626

27-
meta: 'JavaScript • ⭐ 4 • Updated Mar 25, 2026',
27+
meta: 'TypeScript • ⭐ 207 • Updated Mar 25, 2026',
2828

29-
description: 'Opinionated GitHub actions and workflows for common continuous integration needs',
29+
description: 'This action runs your docker-compose file and clean up before action finished',
3030

3131
tags: [
3232

3333
'continuous-integration',
3434

35-
'github-actions',
35+
'docker-compose',
3636

37-
'open-source',
37+
'github-actions',
3838

39-
'workflow'
39+
'open-source'
4040

4141
],
4242

@@ -46,15 +46,15 @@ export const projectSections = [
4646

4747
label: 'View on GitHub',
4848

49-
href: 'https://github.com/hoverkraft-tech/ci-github.qkg1.topmon'
49+
href: 'https://github.com/hoverkraft-tech/compose-action'
5050

5151
},
5252

5353
{
5454

5555
label: 'Documentation',
5656

57-
href: 'https://docs.hoverkraft.cloud/docs/projects/github-actions-and-reusable-workflows/ci-github.qkg1.topmon/'
57+
href: 'https://docs.hoverkraft.cloud/docs/projects/github-actions-and-reusable-workflows/compose-action/'
5858

5959
}
6060

@@ -66,25 +66,23 @@ export const projectSections = [
6666

6767
icon: '',
6868

69-
title: 'ci-github-publish',
69+
title: 'ci-github-common',
7070

71-
titleHref: 'https://github.com/hoverkraft-tech/ci-github-publish',
71+
titleHref: 'https://github.com/hoverkraft-tech/ci-github-common',
7272

73-
meta: 'JavaScript • ⭐ 5 • Updated Mar 24, 2026',
73+
meta: 'JavaScript • ⭐ 4 • Updated Mar 25, 2026',
7474

75-
description: 'Opinionated GitHub actions and workflows for streamlined release, deployment, and publishing.',
75+
description: 'Opinionated GitHub actions and workflows for common continuous integration needs',
7676

7777
tags: [
7878

79-
'continuous-delivery',
80-
81-
'continuous-deployment',
82-
8379
'continuous-integration',
8480

8581
'github-actions',
8682

87-
'open-source'
83+
'open-source',
84+
85+
'workflow'
8886

8987
],
9088

@@ -94,15 +92,15 @@ export const projectSections = [
9492

9593
label: 'View on GitHub',
9694

97-
href: 'https://github.com/hoverkraft-tech/ci-github-publish'
95+
href: 'https://github.com/hoverkraft-tech/ci-github-common'
9896

9997
},
10098

10199
{
102100

103101
label: 'Documentation',
104102

105-
href: 'https://docs.hoverkraft.cloud/docs/projects/github-actions-and-reusable-workflows/ci-github-publish/'
103+
href: 'https://docs.hoverkraft.cloud/docs/projects/github-actions-and-reusable-workflows/ci-github-common/'
106104

107105
}
108106

@@ -114,17 +112,21 @@ export const projectSections = [
114112

115113
icon: '',
116114

117-
title: 'ci-dokumentor',
115+
title: 'ci-github-publish',
118116

119-
titleHref: 'https://github.com/hoverkraft-tech/ci-dokumentor',
117+
titleHref: 'https://github.com/hoverkraft-tech/ci-github-publish',
120118

121-
meta: 'TypeScript • ⭐ 5 • Updated Mar 23, 2026',
119+
meta: 'JavaScript • ⭐ 5 • Updated Mar 24, 2026',
122120

123-
description: 'Automated documentation generator for CI/CD components',
121+
description: 'Opinionated GitHub actions and workflows for streamlined release, deployment, and publishing.',
124122

125123
tags: [
126124

127-
'documentation',
125+
'continuous-delivery',
126+
127+
'continuous-deployment',
128+
129+
'continuous-integration',
128130

129131
'github-actions',
130132

@@ -138,15 +140,15 @@ export const projectSections = [
138140

139141
label: 'View on GitHub',
140142

141-
href: 'https://github.com/hoverkraft-tech/ci-dokumentor'
143+
href: 'https://github.com/hoverkraft-tech/ci-github-publish'
142144

143145
},
144146

145147
{
146148

147149
label: 'Documentation',
148150

149-
href: 'https://hoverkraft-tech.github.io/ci-dokumentor/'
151+
href: 'https://docs.hoverkraft.cloud/docs/projects/github-actions-and-reusable-workflows/ci-github-publish/'
150152

151153
}
152154

@@ -158,19 +160,17 @@ export const projectSections = [
158160

159161
icon: '',
160162

161-
title: 'compose-action',
163+
title: 'ci-dokumentor',
162164

163-
titleHref: 'https://github.com/hoverkraft-tech/compose-action',
165+
titleHref: 'https://github.com/hoverkraft-tech/ci-dokumentor',
164166

165-
meta: 'TypeScript • ⭐ 207 • Updated Mar 22, 2026',
167+
meta: 'TypeScript • ⭐ 5 • Updated Mar 23, 2026',
166168

167-
description: 'This action runs your docker-compose file and clean up before action finished',
169+
description: 'Automated documentation generator for CI/CD components',
168170

169171
tags: [
170172

171-
'continuous-integration',
172-
173-
'docker-compose',
173+
'documentation',
174174

175175
'github-actions',
176176

@@ -184,15 +184,15 @@ export const projectSections = [
184184

185185
label: 'View on GitHub',
186186

187-
href: 'https://github.com/hoverkraft-tech/compose-action'
187+
href: 'https://github.com/hoverkraft-tech/ci-dokumentor'
188188

189189
},
190190

191191
{
192192

193193
label: 'Documentation',
194194

195-
href: 'https://docs.hoverkraft.cloud/docs/projects/github-actions-and-reusable-workflows/compose-action/'
195+
href: 'https://hoverkraft-tech.github.io/ci-dokumentor/'
196196

197197
}
198198

@@ -1106,7 +1106,7 @@ export const projectSections = [
11061106

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

1109-
meta: 'Astro • ⭐ 2 • Updated Mar 23, 2026',
1109+
meta: 'Astro • ⭐ 2 • Updated Mar 26, 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-25',
1361+
lastUpdated: '2026-03-26',
13621362

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

13651365
};
13661366

0 commit comments

Comments
 (0)