Skip to content

Commit cd3f060

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

5 files changed

Lines changed: 18 additions & 17 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/d958a966db82b42fafdd7642e5be36b1fb665af132706691c8242b46c7202039/hoverkraft-tech/public-docs" width="60px" align="center" alt="Generate Documentation" />
6+
<img src="https://opengraph.githubassets.com/481b287ac2cebcdd0bc1f1a13659698f2a88985572c295ea3daefcdfc11c47f9/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/d958a966db82b42fafdd7642e5be36b1fb665af132706691c8242b46c7202039/hoverkraft-tech/public-docs" width="60px" align="center" alt="Prepare Documentation Bundle" />
6+
<img src="https://opengraph.githubassets.com/481b287ac2cebcdd0bc1f1a13659698f2a88985572c295ea3daefcdfc11c47f9/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/d958a966db82b42fafdd7642e5be36b1fb665af132706691c8242b46c7202039/hoverkraft-tech/public-docs" width="60px" align="center" alt="Push Documentation Helper" />
6+
<img src="https://opengraph.githubassets.com/481b287ac2cebcdd0bc1f1a13659698f2a88985572c295ea3daefcdfc11c47f9/hoverkraft-tech/public-docs" width="60px" align="center" alt="Push Documentation Helper" />
77
</div>
88

99
---

application/docs/projects/index.md

Lines changed: 14 additions & 14 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, JavaScript, Makefile, Astro, Smarty, and more.
12+
including JavaScript, TypeScript, Makefile, Astro, Smarty, and more.
1313

1414
## 📊 Quick Stats
1515

@@ -107,6 +107,19 @@ including TypeScript, JavaScript, Makefile, Astro, Smarty, and more.
107107

108108
<div className={styles.projectsGrid}>
109109

110+
<HoverkraftProjectCard
111+
icon="⚡"
112+
title="ci-github-publish"
113+
titleHref="https://github.com/hoverkraft-tech/ci-github-publish"
114+
meta="JavaScript • ⭐ 2 • Updated Oct 31, 2025"
115+
description="Opinionated GitHub actions and workflows for streamlined release, deployment, and publishing."
116+
tags={["continuous-delivery", "continuous-deployment", "continuous-integration", "github-actions", "open-source"]}
117+
actions={[
118+
{ label: "View on GitHub", href: "https://github.com/hoverkraft-tech/ci-github-publish" },
119+
{ label: "Documentation", href: "https://hoverkraft-tech.github.io/ci-github-publish/" }
120+
]}
121+
/>
122+
110123
<HoverkraftProjectCard
111124
icon="⚡"
112125
title="compose-action"
@@ -133,19 +146,6 @@ including TypeScript, JavaScript, Makefile, Astro, Smarty, and more.
133146
]}
134147
/>
135148

136-
<HoverkraftProjectCard
137-
icon="⚡"
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"]}
143-
actions={[
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/" }
146-
]}
147-
/>
148-
149149
<HoverkraftProjectCard
150150
icon="⚡"
151151
title="ci-github-nodejs"

application/src/pages/index.tsx

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

130130

131131

132+
132133

133134
return (
134135
<section style={{ padding: '4rem 0' }}>

0 commit comments

Comments
 (0)