Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/actions/generate-docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# GitHub Action: Generate Documentation

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

---
Expand Down
2 changes: 1 addition & 1 deletion .github/actions/inject-docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# GitHub Action: Inject Documentation

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

---
Expand Down
2 changes: 1 addition & 1 deletion .github/actions/prepare-docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# GitHub Action: Prepare Documentation Bundle

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

---
Expand Down
2 changes: 1 addition & 1 deletion .github/actions/resolve-docs-target/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# GitHub Action: Resolve Documentation Target

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

---
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/sync-docs-dispatcher.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# GitHub Reusable Workflow: Push Documentation Helper

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

---
Expand Down
78 changes: 39 additions & 39 deletions application/docs/projects/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -20,23 +20,23 @@ export const projectSections = [

icon: '⚡',

title: 'ci-github-common',
title: 'compose-action',

titleHref: 'https://github.com/hoverkraft-tech/ci-github-common',
titleHref: 'https://github.com/hoverkraft-tech/compose-action',

meta: 'JavaScript • ⭐ 4 • Updated Mar 25, 2026',
meta: 'TypeScript • ⭐ 207 • Updated Mar 25, 2026',

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

tags: [

'continuous-integration',

'github-actions',
'docker-compose',

'open-source',
'github-actions',

'workflow'
'open-source'

],

Expand All @@ -46,15 +46,15 @@ export const projectSections = [

label: 'View on GitHub',

href: 'https://github.com/hoverkraft-tech/ci-github-common'
href: 'https://github.com/hoverkraft-tech/compose-action'

},

{

label: 'Documentation',

href: 'https://docs.hoverkraft.cloud/docs/projects/github-actions-and-reusable-workflows/ci-github-common/'
href: 'https://docs.hoverkraft.cloud/docs/projects/github-actions-and-reusable-workflows/compose-action/'

}

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

icon: '⚡',

title: 'ci-github-publish',
title: 'ci-github-common',

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

meta: 'JavaScript • ⭐ 5 • Updated Mar 24, 2026',
meta: 'JavaScript • ⭐ 4 • Updated Mar 25, 2026',

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

tags: [

'continuous-delivery',

'continuous-deployment',

'continuous-integration',

'github-actions',

'open-source'
'open-source',

'workflow'

],

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

label: 'View on GitHub',

href: 'https://github.com/hoverkraft-tech/ci-github-publish'
href: 'https://github.com/hoverkraft-tech/ci-github-common'

},

{

label: 'Documentation',

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

}

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

icon: '⚡',

title: 'ci-dokumentor',
title: 'ci-github-publish',

titleHref: 'https://github.com/hoverkraft-tech/ci-dokumentor',
titleHref: 'https://github.com/hoverkraft-tech/ci-github-publish',

meta: 'TypeScript • ⭐ 5 • Updated Mar 23, 2026',
meta: 'JavaScript • ⭐ 5 • Updated Mar 24, 2026',

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

tags: [

'documentation',
'continuous-delivery',

'continuous-deployment',

'continuous-integration',

'github-actions',

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

label: 'View on GitHub',

href: 'https://github.com/hoverkraft-tech/ci-dokumentor'
href: 'https://github.com/hoverkraft-tech/ci-github-publish'

},

{

label: 'Documentation',

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

}

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

icon: '⚡',

title: 'compose-action',
title: 'ci-dokumentor',

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

meta: 'TypeScript • ⭐ 207 • Updated Mar 22, 2026',
meta: 'TypeScript • ⭐ 5 • Updated Mar 23, 2026',

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

tags: [

'continuous-integration',

'docker-compose',
'documentation',

'github-actions',

Expand All @@ -184,15 +184,15 @@ export const projectSections = [

label: 'View on GitHub',

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

},

{

label: 'Documentation',

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

}

Expand Down Expand Up @@ -1106,7 +1106,7 @@ export const projectSections = [

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

meta: 'Astro • ⭐ 2 • Updated Mar 23, 2026',
meta: 'Astro • ⭐ 2 • Updated Mar 26, 2026',

description: 'Landing Page of hoverkraft organization',

Expand Down Expand Up @@ -1358,9 +1358,9 @@ export const quickStats = [

export const projectSnapshot = {

lastUpdated: '2026-03-25',
lastUpdated: '2026-03-26',

technologiesSummary: 'including JavaScript, Astro, TypeScript, Go Template, HCL, and more.'
technologiesSummary: 'including Astro, TypeScript, JavaScript, Go Template, HCL, and more.'

};

Expand Down