Skip to content

Commit c26cead

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

6 files changed

Lines changed: 52 additions & 52 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/f569308c8d4bafd0b4f5e68023e9bba97c064a3388c958c381b38506cc81df97/hoverkraft-tech/public-docs" width="60px" align="center" alt="Generate Documentation" />
6+
<img src="https://opengraph.githubassets.com/7377a2b43b0d2247b1d8a52adfd806df5f311da1bb4bf42e2d06f8973a3da59e/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/f569308c8d4bafd0b4f5e68023e9bba97c064a3388c958c381b38506cc81df97/hoverkraft-tech/public-docs" width="60px" align="center" alt="Inject Documentation" />
6+
<img src="https://opengraph.githubassets.com/7377a2b43b0d2247b1d8a52adfd806df5f311da1bb4bf42e2d06f8973a3da59e/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/f569308c8d4bafd0b4f5e68023e9bba97c064a3388c958c381b38506cc81df97/hoverkraft-tech/public-docs" width="60px" align="center" alt="Prepare Documentation Bundle" />
6+
<img src="https://opengraph.githubassets.com/7377a2b43b0d2247b1d8a52adfd806df5f311da1bb4bf42e2d06f8973a3da59e/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/f569308c8d4bafd0b4f5e68023e9bba97c064a3388c958c381b38506cc81df97/hoverkraft-tech/public-docs" width="60px" align="center" alt="Resolve Documentation Target" />
6+
<img src="https://opengraph.githubassets.com/7377a2b43b0d2247b1d8a52adfd806df5f311da1bb4bf42e2d06f8973a3da59e/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/f569308c8d4bafd0b4f5e68023e9bba97c064a3388c958c381b38506cc81df97/hoverkraft-tech/public-docs" width="60px" align="center" alt="Push Documentation Helper" />
6+
<img src="https://opengraph.githubassets.com/7377a2b43b0d2247b1d8a52adfd806df5f311da1bb4bf42e2d06f8973a3da59e/hoverkraft-tech/public-docs" width="60px" align="center" alt="Push Documentation Helper" />
77
</div>
88

99
---

application/docs/projects/index.mdx

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

1717
projects: [
1818

19+
{
20+
21+
icon: '',
22+
23+
title: 'ci-dokumentor',
24+
25+
titleHref: 'https://github.com/hoverkraft-tech/ci-dokumentor',
26+
27+
meta: 'TypeScript • ⭐ 5 • Updated Feb 20, 2026',
28+
29+
description: 'Automated documentation generator for CI/CD components',
30+
31+
tags: [
32+
33+
'documentation',
34+
35+
'github-actions',
36+
37+
'open-source'
38+
39+
],
40+
41+
actions: [
42+
43+
{
44+
45+
label: 'View on GitHub',
46+
47+
href: 'https://github.com/hoverkraft-tech/ci-dokumentor'
48+
49+
},
50+
51+
{
52+
53+
label: 'Documentation',
54+
55+
href: 'https://hoverkraft-tech.github.io/ci-dokumentor/'
56+
57+
}
58+
59+
]
60+
61+
},
62+
1963
{
2064

2165
icon: '',
@@ -204,50 +248,6 @@ export const projectSections = [
204248

205249
},
206250

207-
{
208-
209-
icon: '',
210-
211-
title: 'ci-dokumentor',
212-
213-
titleHref: 'https://github.com/hoverkraft-tech/ci-dokumentor',
214-
215-
meta: 'TypeScript • ⭐ 5 • Updated Feb 20, 2026',
216-
217-
description: 'Automated documentation generator for CI/CD components',
218-
219-
tags: [
220-
221-
'documentation',
222-
223-
'github-actions',
224-
225-
'open-source'
226-
227-
],
228-
229-
actions: [
230-
231-
{
232-
233-
label: 'View on GitHub',
234-
235-
href: 'https://github.com/hoverkraft-tech/ci-dokumentor'
236-
237-
},
238-
239-
{
240-
241-
label: 'Documentation',
242-
243-
href: 'https://hoverkraft-tech.github.io/ci-dokumentor/'
244-
245-
}
246-
247-
]
248-
249-
},
250-
251251
{
252252

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

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

1109-
meta: 'Astro • ⭐ 2 • Updated Feb 18, 2026',
1109+
meta: 'Astro • ⭐ 2 • Updated Feb 20, 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-02-20',
1361+
lastUpdated: '2026-02-22',
13621362

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

13651365
};
13661366

0 commit comments

Comments
 (0)