Skip to content

Commit bca9e34

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

File tree

5 files changed

+55
-54
lines changed

5 files changed

+55
-54
lines changed

.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/2ea458b00d9e87d400dde4eaf2e07baec68401f04f5e5bcc79bee616be86eead/hoverkraft-tech/public-docs" width="60px" align="center" alt="Generate Documentation" />
6+
<img src="https://opengraph.githubassets.com/54609d86a22246a9a0f08ef1d86841a15965ebed8c8b383a939a8eb3d77ef90d/hoverkraft-tech/public-docs" width="60px" align="center" alt="Generate 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/2ea458b00d9e87d400dde4eaf2e07baec68401f04f5e5bcc79bee616be86eead/hoverkraft-tech/public-docs" width="60px" align="center" alt="Prepare Documentation Bundle" />
6+
<img src="https://opengraph.githubassets.com/54609d86a22246a9a0f08ef1d86841a15965ebed8c8b383a939a8eb3d77ef90d/hoverkraft-tech/public-docs" width="60px" align="center" alt="Prepare Documentation Bundle" />
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/2ea458b00d9e87d400dde4eaf2e07baec68401f04f5e5bcc79bee616be86eead/hoverkraft-tech/public-docs" width="60px" align="center" alt="Push Documentation Helper" />
6+
<img src="https://opengraph.githubassets.com/54609d86a22246a9a0f08ef1d86841a15965ebed8c8b383a939a8eb3d77ef90d/hoverkraft-tech/public-docs" width="60px" align="center" alt="Push Documentation Helper" />
77
</div>
88

99
---

application/docs/projects/index.md

Lines changed: 51 additions & 51 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import styles from './projects.module.css';
99

1010
Welcome to the Hoverkraft project ecosystem! We maintain **32 open-source projects**
1111
with a combined **234 stars** across multiple technologies
12-
including TypeScript, Astro, Makefile, Smarty, Dockerfile, and more.
12+
including TypeScript, JavaScript, Makefile, Astro, Smarty, and more.
1313

1414
## 📊 Quick Stats
1515

@@ -33,7 +33,7 @@ including TypeScript, Astro, Makefile, Smarty, Dockerfile, and more.
3333
tags={["branding", "docusaurus-theme", "hoverkraft-tech"]}
3434
actions={[
3535
{ label: "View on GitHub", href: "https://github.com/hoverkraft-tech/docusaurus-theme" },
36-
{ label: "Live Demo", href: "https://hoverkraft-tech.github.io/docusaurus-theme/" }
36+
{ label: "Documentation", href: "https://hoverkraft-tech.github.io/docusaurus-theme/" }
3737
]}
3838
/>
3939

@@ -46,7 +46,7 @@ including TypeScript, Astro, Makefile, Smarty, Dockerfile, and more.
4646
tags={["branding", "hoverkraft-tech"]}
4747
actions={[
4848
{ label: "View on GitHub", href: "https://github.com/hoverkraft-tech/landing-page" },
49-
{ label: "Live Demo", href: "https://hoverkraft.cloud/" }
49+
{ label: "Documentation", href: "https://hoverkraft.cloud/" }
5050
]}
5151
/>
5252

@@ -95,7 +95,7 @@ including TypeScript, Astro, Makefile, Smarty, Dockerfile, and more.
9595
tags={["forked-repo"]}
9696
actions={[
9797
{ label: "View on GitHub", href: "https://github.com/hoverkraft-tech/devcontainers.github.io" },
98-
{ label: "Live Demo", href: "https://containers.dev" }
98+
{ label: "Documentation", href: "https://containers.dev" }
9999
]}
100100
/>
101101

@@ -109,79 +109,79 @@ including TypeScript, Astro, Makefile, Smarty, Dockerfile, and more.
109109

110110
<HoverkraftProjectCard
111111
icon="⚡"
112-
title="ci-github-common"
113-
titleHref="https://github.com/hoverkraft-tech/ci-github-common"
114-
meta="Makefile • ⭐ 3 • Updated Oct 29, 2025"
115-
description="Opinionated GitHub actions and workflows for common continuous integration needs"
116-
tags={["continuous-integration", "github-actions", "open-source", "workflow"]}
112+
title="compose-action"
113+
titleHref="https://github.com/hoverkraft-tech/compose-action"
114+
meta="TypeScript • ⭐ 192 • Updated Oct 31, 2025"
115+
description="This action runs your docker-compose file and clean up before action finished"
116+
tags={["continuous-integration", "docker-compose", "github-actions", "open-source"]}
117117
actions={[
118-
{ label: "View on GitHub", href: "https://github.com/hoverkraft-tech/ci-github-common" },
119-
{ label: "Live Demo", href: "https://hoverkraft-tech.github.io/ci-github-common/" }
118+
{ label: "View on GitHub", href: "https://github.com/hoverkraft-tech/compose-action" },
119+
{ label: "Documentation", href: "https://github.com/marketplace/actions/docker-compose-action" }
120120
]}
121121
/>
122122

123123
<HoverkraftProjectCard
124124
icon="⚡"
125-
title="ci-github-nodejs"
126-
titleHref="https://github.com/hoverkraft-tech/ci-github-nodejs"
127-
meta="Makefile • ⭐ 1 • Updated Oct 29, 2025"
128-
description="Opinionated Github actions and workflows for continuous integration in NodeJs context"
129-
tags={["continuous-integration", "github-actions", "node", "open-source"]}
125+
title="ci-dokumentor"
126+
titleHref="https://github.com/hoverkraft-tech/ci-dokumentor"
127+
meta="TypeScript • ⭐ 2 • Updated Oct 31, 2025"
128+
description="Automated documentation generator for CI/CD components"
129+
tags={["documentation", "github-actions", "open-source"]}
130130
actions={[
131-
{ label: "View on GitHub", href: "https://github.com/hoverkraft-tech/ci-github-nodejs" },
132-
{ label: "Live Demo", href: "https://hoverkraft-tech.github.io/ci-github-nodejs/" }
131+
{ label: "View on GitHub", href: "https://github.com/hoverkraft-tech/ci-dokumentor" },
132+
{ label: "Documentation", href: "https://hoverkraft-tech.github.io/ci-dokumentor/" }
133133
]}
134134
/>
135135

136136
<HoverkraftProjectCard
137137
icon="⚡"
138-
title="ci-github-container"
139-
titleHref="https://github.com/hoverkraft-tech/ci-github-container"
140-
meta="Smarty • ⭐ 4 • Updated Oct 28, 2025"
141-
description="Opinionated GitHub Actions and workflows for continuous integration in container (OCI) context"
142-
tags={["build", "containers", "continuous-integration", "docker", "github-actions"]}
138+
title="ci-github-publish"
139+
titleHref="https://github.com/hoverkraft-tech/ci-github-publish"
140+
meta="JavaScript • ⭐ 2 • Updated Oct 31, 2025"
141+
description="Opinionated GitHub actions and workflows for streamlined release, deployment, and publishing."
142+
tags={["continuous-delivery", "continuous-deployment", "continuous-integration", "github-actions", "open-source"]}
143143
actions={[
144-
{ label: "View on GitHub", href: "https://github.com/hoverkraft-tech/ci-github-container" },
145-
{ label: "Live Demo", href: "https://hoverkraft-tech.github.io/ci-github-container/" }
144+
{ label: "View on GitHub", href: "https://github.com/hoverkraft-tech/ci-github-publish" },
145+
{ label: "Documentation", href: "https://hoverkraft-tech.github.io/ci-github-publish/" }
146146
]}
147147
/>
148148

149149
<HoverkraftProjectCard
150150
icon="⚡"
151-
title="ci-dokumentor"
152-
titleHref="https://github.com/hoverkraft-tech/ci-dokumentor"
153-
meta="TypeScript • ⭐ 2 • Updated Oct 28, 2025"
154-
description="Automated documentation generator for CI/CD components"
155-
tags={["documentation", "github-actions", "open-source"]}
151+
title="ci-github-nodejs"
152+
titleHref="https://github.com/hoverkraft-tech/ci-github-nodejs"
153+
meta="Makefile • ⭐ 1 • Updated Oct 31, 2025"
154+
description="Opinionated Github actions and workflows for continuous integration in NodeJs context"
155+
tags={["continuous-integration", "github-actions", "node", "open-source"]}
156156
actions={[
157-
{ label: "View on GitHub", href: "https://github.com/hoverkraft-tech/ci-dokumentor" },
158-
{ label: "Live Demo", href: "https://hoverkraft-tech.github.io/ci-dokumentor/" }
157+
{ label: "View on GitHub", href: "https://github.com/hoverkraft-tech/ci-github-nodejs" },
158+
{ label: "Documentation", href: "https://hoverkraft-tech.github.io/ci-github-nodejs/" }
159159
]}
160160
/>
161161

162162
<HoverkraftProjectCard
163163
icon="⚡"
164-
title="ci-github-publish"
165-
titleHref="https://github.com/hoverkraft-tech/ci-github-publish"
166-
meta="JavaScript • ⭐ 2 • Updated Oct 21, 2025"
167-
description="Opinionated GitHub actions and workflows for streamlined release, deployment, and publishing."
168-
tags={["continuous-delivery", "continuous-deployment", "continuous-integration", "github-actions", "open-source"]}
164+
title="ci-github-common"
165+
titleHref="https://github.com/hoverkraft-tech/ci-github-common"
166+
meta="Makefile • ⭐ 3 • Updated Oct 29, 2025"
167+
description="Opinionated GitHub actions and workflows for common continuous integration needs"
168+
tags={["continuous-integration", "github-actions", "open-source", "workflow"]}
169169
actions={[
170-
{ label: "View on GitHub", href: "https://github.com/hoverkraft-tech/ci-github-publish" },
171-
{ label: "Live Demo", href: "https://hoverkraft-tech.github.io/ci-github-publish/" }
170+
{ label: "View on GitHub", href: "https://github.com/hoverkraft-tech/ci-github-common" },
171+
{ label: "Documentation", href: "https://hoverkraft-tech.github.io/ci-github-common/" }
172172
]}
173173
/>
174174

175175
<HoverkraftProjectCard
176176
icon="⚡"
177-
title="compose-action"
178-
titleHref="https://github.com/hoverkraft-tech/compose-action"
179-
meta="TypeScript • ⭐ 192 • Updated Oct 17, 2025"
180-
description="This action runs your docker-compose file and clean up before action finished"
181-
tags={["continuous-integration", "docker-compose", "github-actions", "open-source"]}
177+
title="ci-github-container"
178+
titleHref="https://github.com/hoverkraft-tech/ci-github-container"
179+
meta="Smarty • ⭐ 4 • Updated Oct 28, 2025"
180+
description="Opinionated GitHub Actions and workflows for continuous integration in container (OCI) context"
181+
tags={["build", "containers", "continuous-integration", "docker", "github-actions"]}
182182
actions={[
183-
{ label: "View on GitHub", href: "https://github.com/hoverkraft-tech/compose-action" },
184-
{ label: "Live Demo", href: "https://github.com/marketplace/actions/docker-compose-action" }
183+
{ label: "View on GitHub", href: "https://github.com/hoverkraft-tech/ci-github-container" },
184+
{ label: "Documentation", href: "https://hoverkraft-tech.github.io/ci-github-container/" }
185185
]}
186186
/>
187187

@@ -282,7 +282,7 @@ including TypeScript, Astro, Makefile, Smarty, Dockerfile, and more.
282282
tags={["aws", "boilerplate", "eks", "environments", "hoverkraft-tech"]}
283283
actions={[
284284
{ label: "View on GitHub", href: "https://github.com/hoverkraft-tech/infrastructure-aws-template" },
285-
{ label: "Live Demo", href: "https://hoverkraft.cloud/" }
285+
{ label: "Documentation", href: "https://hoverkraft.cloud/" }
286286
]}
287287
/>
288288

@@ -303,7 +303,7 @@ including TypeScript, Astro, Makefile, Smarty, Dockerfile, and more.
303303
tags={["chart", "email", "helm", "kubernetes", "postal"]}
304304
actions={[
305305
{ label: "View on GitHub", href: "https://github.com/hoverkraft-tech/helm-chart-postal" },
306-
{ label: "Live Demo", href: "https://hoverkraft-tech.github.io/helm-chart-postal/" }
306+
{ label: "Documentation", href: "https://hoverkraft-tech.github.io/helm-chart-postal/" }
307307
]}
308308
/>
309309

@@ -400,7 +400,7 @@ including TypeScript, Astro, Makefile, Smarty, Dockerfile, and more.
400400
tags={["bitnami", "charts", "depreciation", "helm", "kubernetes"]}
401401
actions={[
402402
{ label: "View on GitHub", href: "https://github.com/hoverkraft-tech/bitnami-depreciation" },
403-
{ label: "Live Demo", href: "https://news.broadcom.com/app-dev/broadcom-introduces-bitnami-secure-images-for-production-ready-containerized-applications" }
403+
{ label: "Documentation", href: "https://news.broadcom.com/app-dev/broadcom-introduces-bitnami-secure-images-for-production-ready-containerized-applications" }
404404
]}
405405
/>
406406

@@ -413,7 +413,7 @@ including TypeScript, Astro, Makefile, Smarty, Dockerfile, and more.
413413
tags={["chart", "dufs", "helm", "kubernetes"]}
414414
actions={[
415415
{ label: "View on GitHub", href: "https://github.com/hoverkraft-tech/helm-chart-dufs" },
416-
{ label: "Live Demo", href: "https://github.com/sigoden/dufs" }
416+
{ label: "Documentation", href: "https://github.com/sigoden/dufs" }
417417
]}
418418
/>
419419

@@ -467,4 +467,4 @@ including TypeScript, Astro, Makefile, Smarty, Dockerfile, and more.
467467

468468
---
469469
*This page is automatically generated from our GitHub repositories.
470-
Last updated: 2025-10-30*
470+
Last updated: 2025-10-31*

application/src/pages/index.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,7 @@ function ProjectsSection() {
126126

127127

128128

129+
129130
return (
130131
<section style={{ padding: '4rem 0' }}>
131132
<div style={{ maxWidth: '1200px', margin: '0 auto', padding: '0 1rem' }}>

0 commit comments

Comments
 (0)