@@ -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
13591359export 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