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/bc1597056f56e256c38a681fb1228bb1fb1cb07cdf9aba92559a4545022cc2fe/hoverkraft-tech/public-docs" width="60px" align="center" alt="Generate Documentation" />
<img src="https://opengraph.githubassets.com/4637deaee4500b49cc978f0e458f627f4d92086303ef45a66d1d4fc5ffe77279/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/bc1597056f56e256c38a681fb1228bb1fb1cb07cdf9aba92559a4545022cc2fe/hoverkraft-tech/public-docs" width="60px" align="center" alt="Inject Documentation" />
<img src="https://opengraph.githubassets.com/4637deaee4500b49cc978f0e458f627f4d92086303ef45a66d1d4fc5ffe77279/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/bc1597056f56e256c38a681fb1228bb1fb1cb07cdf9aba92559a4545022cc2fe/hoverkraft-tech/public-docs" width="60px" align="center" alt="Prepare Documentation Bundle" />
<img src="https://opengraph.githubassets.com/4637deaee4500b49cc978f0e458f627f4d92086303ef45a66d1d4fc5ffe77279/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/bc1597056f56e256c38a681fb1228bb1fb1cb07cdf9aba92559a4545022cc2fe/hoverkraft-tech/public-docs" width="60px" align="center" alt="Resolve Documentation Target" />
<img src="https://opengraph.githubassets.com/4637deaee4500b49cc978f0e458f627f4d92086303ef45a66d1d4fc5ffe77279/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/bc1597056f56e256c38a681fb1228bb1fb1cb07cdf9aba92559a4545022cc2fe/hoverkraft-tech/public-docs" width="60px" align="center" alt="Push Documentation Helper" />
<img src="https://opengraph.githubassets.com/4637deaee4500b49cc978f0e458f627f4d92086303ef45a66d1d4fc5ffe77279/hoverkraft-tech/public-docs" width="60px" align="center" alt="Push Documentation Helper" />
</div>

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

icon: '⚡',

title: 'ci-github-nodejs',
title: 'ci-github-container',

titleHref: 'https://github.com/hoverkraft-tech/ci-github-nodejs',
titleHref: 'https://github.com/hoverkraft-tech/ci-github-container',

meta: 'Makefile • ⭐ 1 • Updated Mar 27, 2026',
meta: 'Go Template • ⭐ 5 • Updated Mar 27, 2026',

description: 'Opinionated Github actions and workflows for continuous integration in NodeJs context',
description: 'Opinionated GitHub Actions and workflows for continuous integration in container (OCI) context',

tags: [

'continuous-integration',
'build',

'github-actions',
'containers',

'node',
'continuous-integration',

'open-source'
'docker',

'github-actions'

],

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

label: 'View on GitHub',

href: 'https://github.com/hoverkraft-tech/ci-github-nodejs'
href: 'https://github.com/hoverkraft-tech/ci-github-container'

},

{

label: 'Documentation',

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

}

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

icon: '⚡',

title: 'ci-github-container',
title: 'ci-github-nodejs',

titleHref: 'https://github.com/hoverkraft-tech/ci-github-container',
titleHref: 'https://github.com/hoverkraft-tech/ci-github-nodejs',

meta: 'Go Template • ⭐ 5 • Updated Mar 27, 2026',
meta: 'Makefile • ⭐ 1 • Updated Mar 27, 2026',

description: 'Opinionated GitHub Actions and workflows for continuous integration in container (OCI) context',
description: 'Opinionated Github actions and workflows for continuous integration in NodeJs context',

tags: [

'build',

'containers',

'continuous-integration',

'docker',
'github-actions',

'github-actions'
'node',

'open-source'

],

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

label: 'View on GitHub',

href: 'https://github.com/hoverkraft-tech/ci-github-container'
href: 'https://github.com/hoverkraft-tech/ci-github-nodejs'

},

{

label: 'Documentation',

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

}

Expand Down Expand Up @@ -1360,7 +1360,7 @@ export const projectSnapshot = {

lastUpdated: '2026-03-27',

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

};

Expand Down