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
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ description: Documentation for Compose Action
Documentation for the Compose Action project.

**Source Repository:** [hoverkraft-tech/compose-action](https://github.com/hoverkraft-tech/compose-action)
**Last Synced:** 2026-03-26T16:40:49.816Z
**Last Synced:** 2026-03-27T06:08:26.624Z
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ title: Compose Action
source_repo: hoverkraft-tech/compose-action
source_path: README.md
source_branch: main
source_run_id: 23606134255
last_synced: 2026-03-26T16:40:49.816Z
source_run_id: 23633574102
last_synced: 2026-03-27T06:08:26.624Z
---

<!-- header:start -->
Expand Down
92 changes: 46 additions & 46 deletions application/docs/projects/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ export const projectSections = [

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

meta: 'TypeScript • ⭐ 207 • Updated Mar 26, 2026',
meta: 'TypeScript • ⭐ 207 • Updated Mar 27, 2026',

description: 'This action runs your docker-compose file and clean up before action finished',

Expand Down Expand Up @@ -62,6 +62,50 @@ export const projectSections = [

},

{

icon: '⚡',

title: 'ci-dokumentor',

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

meta: 'TypeScript • ⭐ 5 • Updated Mar 26, 2026',

description: 'Automated documentation generator for CI/CD components',

tags: [

'documentation',

'github-actions',

'open-source'

],

actions: [

{

label: 'View on GitHub',

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

},

{

label: 'Documentation',

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

}

]

},

{

icon: '⚡',
Expand Down Expand Up @@ -252,50 +296,6 @@ export const projectSections = [

},

{

icon: '⚡',

title: 'ci-dokumentor',

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

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

description: 'Automated documentation generator for CI/CD components',

tags: [

'documentation',

'github-actions',

'open-source'

],

actions: [

{

label: 'View on GitHub',

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

},

{

label: 'Documentation',

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

}

]

},

{

icon: '⚡',
Expand Down Expand Up @@ -1358,7 +1358,7 @@ export const quickStats = [

export const projectSnapshot = {

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

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

Expand Down
Loading