Skip to content

Commit ba64a71

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

File tree

4 files changed

+42
-41
lines changed

4 files changed

+42
-41
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/732bc18e5455d16e2e9d6547f0dd8210540faba62acb9c79e82a6b6b4fa69694/hoverkraft-tech/public-docs" width="60px" align="center" alt="Generate Documentation" />
6+
<img src="https://opengraph.githubassets.com/1ec7fdb989f8cb10cc10d6f22d4e0efb257b3fe33051d72fdd6afa1c38d4d2bf/hoverkraft-tech/public-docs" width="60px" align="center" alt="Generate Documentation" />
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/732bc18e5455d16e2e9d6547f0dd8210540faba62acb9c79e82a6b6b4fa69694/hoverkraft-tech/public-docs" width="60px" align="center" alt="Push Documentation Helper" />
6+
<img src="https://opengraph.githubassets.com/1ec7fdb989f8cb10cc10d6f22d4e0efb257b3fe33051d72fdd6afa1c38d4d2bf/hoverkraft-tech/public-docs" width="60px" align="center" alt="Push Documentation Helper" />
77
</div>
88

99
---

application/docs/projects.md

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

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

1313
## 📊 Quick Stats
1414

@@ -298,33 +298,33 @@ including Makefile, TypeScript, Smarty, Astro, Dockerfile, and more.
298298
<div>
299299
<h3 className="{styles.projectTitle}">
300300
<a
301-
href="https://github.com/hoverkraft-tech/ci-github-nodejs"
301+
href="https://github.com/hoverkraft-tech/ci-github-common"
302302
target="_blank"
303303
rel="noopener noreferrer"
304304
>
305-
ci-github-nodejs
305+
ci-github-common
306306
</a>
307307
</h3>
308308
<p className="{styles.projectMeta}">
309-
Makefile • ⭐ 1 • Updated Oct 28, 2025
309+
Makefile • ⭐ 3 • Updated Oct 28, 2025
310310
</p>
311311
</div>
312312
</div>
313-
<p className="{styles.projectDescription}">Opinionated Github actions and workflows for continuous integration in NodeJs context</p>
313+
<p className="{styles.projectDescription}">Opinionated GitHub actions and workflows for common continuous integration needs</p>
314314
<div className="{styles.projectFooter}">
315315
316316
<span className="{styles.projectTag}">continuous-integration</span>
317317
318318
<span className="{styles.projectTag}">github-actions</span>
319319
320-
<span className="{styles.projectTag}">node</span>
321-
322320
<span className="{styles.projectTag}">open-source</span>
323321
322+
<span className="{styles.projectTag}">workflow</span>
323+
324324
</div>
325325
<div className="{styles.projectLinks}">
326326
<a
327-
href="https://github.com/hoverkraft-tech/ci-github-nodejs"
327+
href="https://github.com/hoverkraft-tech/ci-github-common"
328328
target="_blank"
329329
rel="noopener noreferrer"
330330
className="{styles.projectLink}"
@@ -333,7 +333,7 @@ including Makefile, TypeScript, Smarty, Astro, Dockerfile, and more.
333333
</a>
334334
335335
<a
336-
href="https://hoverkraft-tech.github.io/ci-github-nodejs/"
336+
href="https://hoverkraft-tech.github.io/ci-github-common/"
337337
target="_blank"
338338
rel="noopener noreferrer"
339339
className="{styles.projectLink}"
@@ -350,35 +350,33 @@ including Makefile, TypeScript, Smarty, Astro, Dockerfile, and more.
350350
<div>
351351
<h3 className="{styles.projectTitle}">
352352
<a
353-
href="https://github.com/hoverkraft-tech/ci-github-container"
353+
href="https://github.com/hoverkraft-tech/ci-github-nodejs"
354354
target="_blank"
355355
rel="noopener noreferrer"
356356
>
357-
ci-github-container
357+
ci-github-nodejs
358358
</a>
359359
</h3>
360360
<p className="{styles.projectMeta}">
361-
Smarty • ⭐ 4 • Updated Oct 28, 2025
361+
Makefile • ⭐ 1 • Updated Oct 28, 2025
362362
</p>
363363
</div>
364364
</div>
365-
<p className="{styles.projectDescription}">Opinionated GitHub Actions and workflows for continuous integration in container (OCI) context</p>
365+
<p className="{styles.projectDescription}">Opinionated Github actions and workflows for continuous integration in NodeJs context</p>
366366
<div className="{styles.projectFooter}">
367367
368-
<span className="{styles.projectTag}">build</span>
369-
370-
<span className="{styles.projectTag}">containers</span>
371-
372368
<span className="{styles.projectTag}">continuous-integration</span>
373369
374-
<span className="{styles.projectTag}">docker</span>
375-
376370
<span className="{styles.projectTag}">github-actions</span>
377371
372+
<span className="{styles.projectTag}">node</span>
373+
374+
<span className="{styles.projectTag}">open-source</span>
375+
378376
</div>
379377
<div className="{styles.projectLinks}">
380378
<a
381-
href="https://github.com/hoverkraft-tech/ci-github-container"
379+
href="https://github.com/hoverkraft-tech/ci-github-nodejs"
382380
target="_blank"
383381
rel="noopener noreferrer"
384382
className="{styles.projectLink}"
@@ -387,7 +385,7 @@ including Makefile, TypeScript, Smarty, Astro, Dockerfile, and more.
387385
</a>
388386
389387
<a
390-
href="https://hoverkraft-tech.github.io/ci-github-container/"
388+
href="https://hoverkraft-tech.github.io/ci-github-nodejs/"
391389
target="_blank"
392390
rel="noopener noreferrer"
393391
className="{styles.projectLink}"
@@ -404,31 +402,35 @@ including Makefile, TypeScript, Smarty, Astro, Dockerfile, and more.
404402
<div>
405403
<h3 className="{styles.projectTitle}">
406404
<a
407-
href="https://github.com/hoverkraft-tech/ci-dokumentor"
405+
href="https://github.com/hoverkraft-tech/ci-github-container"
408406
target="_blank"
409407
rel="noopener noreferrer"
410408
>
411-
ci-dokumentor
409+
ci-github-container
412410
</a>
413411
</h3>
414412
<p className="{styles.projectMeta}">
415-
TypeScript • ⭐ 2 • Updated Oct 28, 2025
413+
Smarty • ⭐ 4 • Updated Oct 28, 2025
416414
</p>
417415
</div>
418416
</div>
419-
<p className="{styles.projectDescription}">Automated documentation generator for CI/CD components</p>
417+
<p className="{styles.projectDescription}">Opinionated GitHub Actions and workflows for continuous integration in container (OCI) context</p>
420418
<div className="{styles.projectFooter}">
421419
422-
<span className="{styles.projectTag}">documentation</span>
420+
<span className="{styles.projectTag}">build</span>
423421
424-
<span className="{styles.projectTag}">github-actions</span>
422+
<span className="{styles.projectTag}">containers</span>
425423
426-
<span className="{styles.projectTag}">open-source</span>
424+
<span className="{styles.projectTag}">continuous-integration</span>
425+
426+
<span className="{styles.projectTag}">docker</span>
427+
428+
<span className="{styles.projectTag}">github-actions</span>
427429
428430
</div>
429431
<div className="{styles.projectLinks}">
430432
<a
431-
href="https://github.com/hoverkraft-tech/ci-dokumentor"
433+
href="https://github.com/hoverkraft-tech/ci-github-container"
432434
target="_blank"
433435
rel="noopener noreferrer"
434436
className="{styles.projectLink}"
@@ -437,7 +439,7 @@ including Makefile, TypeScript, Smarty, Astro, Dockerfile, and more.
437439
</a>
438440
439441
<a
440-
href="https://hoverkraft-tech.github.io/ci-dokumentor/"
442+
href="https://hoverkraft-tech.github.io/ci-github-container/"
441443
target="_blank"
442444
rel="noopener noreferrer"
443445
className="{styles.projectLink}"
@@ -454,33 +456,31 @@ including Makefile, TypeScript, Smarty, Astro, Dockerfile, and more.
454456
<div>
455457
<h3 className="{styles.projectTitle}">
456458
<a
457-
href="https://github.com/hoverkraft-tech/ci-github-common"
459+
href="https://github.com/hoverkraft-tech/ci-dokumentor"
458460
target="_blank"
459461
rel="noopener noreferrer"
460462
>
461-
ci-github-common
463+
ci-dokumentor
462464
</a>
463465
</h3>
464466
<p className="{styles.projectMeta}">
465-
Makefile • ⭐ 3 • Updated Oct 27, 2025
467+
TypeScript • ⭐ 2 • Updated Oct 28, 2025
466468
</p>
467469
</div>
468470
</div>
469-
<p className="{styles.projectDescription}">Opinionated GitHub actions and workflows for common continuous integration needs</p>
471+
<p className="{styles.projectDescription}">Automated documentation generator for CI/CD components</p>
470472
<div className="{styles.projectFooter}">
471473
472-
<span className="{styles.projectTag}">continuous-integration</span>
474+
<span className="{styles.projectTag}">documentation</span>
473475
474476
<span className="{styles.projectTag}">github-actions</span>
475477
476478
<span className="{styles.projectTag}">open-source</span>
477479
478-
<span className="{styles.projectTag}">workflow</span>
479-
480480
</div>
481481
<div className="{styles.projectLinks}">
482482
<a
483-
href="https://github.com/hoverkraft-tech/ci-github-common"
483+
href="https://github.com/hoverkraft-tech/ci-dokumentor"
484484
target="_blank"
485485
rel="noopener noreferrer"
486486
className="{styles.projectLink}"
@@ -489,7 +489,7 @@ including Makefile, TypeScript, Smarty, Astro, Dockerfile, and more.
489489
</a>
490490
491491
<a
492-
href="https://hoverkraft-tech.github.io/ci-github-common/"
492+
href="https://hoverkraft-tech.github.io/ci-dokumentor/"
493493
target="_blank"
494494
rel="noopener noreferrer"
495495
className="{styles.projectLink}"

application/src/pages/index.tsx

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

118118

119119

120+
120121
return (
121122
<section style={{ padding: '4rem 0' }}>
122123
<div style={{ maxWidth: '1200px', margin: '0 auto', padding: '0 1rem' }}>

0 commit comments

Comments
 (0)