Skip to content

Commit c666c37

Browse files
authored
Merge pull request #158 from DenisValeev/codex/update-year-from-2024-to-2025
Update wiki articles and docs to 2025 timeline
2 parents b2d9b12 + d3627dc commit c666c37

5 files changed

Lines changed: 12 additions & 12 deletions

File tree

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: "Hello, toolbox"
3-
date: 2024-09-24
3+
date: 2025-09-17
44
summary: "The repository was born with a bare index, a rough jokes deck, and a flurry of direct uploads."
55
emoji: "🌱"
66
tags:
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: "Uploads and hotfixes"
3-
date: 2024-09-25
3+
date: 2025-09-18
44
summary: "Early project day dominated by manual HTML uploads and edits while the decks lived as stand-alone files."
55
emoji: "🪛"
66
tags:

apps/wiki/articles/index.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@
88
- 2025-09-21
99
- 2025-09-20
1010
- 2025-09-19
11-
- 2024-09-25
12-
- 2024-09-24
11+
- 2025-09-18
12+
- 2025-09-17

docs/docs/architecture.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ The toolbox intentionally avoids a build pipeline. Each page is authored as stan
1414
- Generated by `node tools/generate-offline-manifest.js` (surfaced via `npm run build:offline`).
1515
- Lists every HTML, JavaScript, and JSON asset shipped with the site, together with byte sizes and a combined SHA-256 digest.
1616
- Includes the Git commit metadata embedded by the generator so the landing page can show which revision produced the bundle.
17-
- Stored under versioned keys such as `"version": "2024-04-02T20-19-04"`, which doubles as the cache suffix used by the service worker.
17+
- Stored under versioned keys such as `"version": "2025-04-02T20-19-04"`, which doubles as the cache suffix used by the service worker.
1818

1919
## Service worker (`service-worker.js`)
2020

offline-manifest.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"version": "20250927-e59e9d21d194-18a27712e865",
3-
"generatedAt": "2025-09-27T03:59:01.628Z",
2+
"version": "20250927-9756ae69aeba-92c6d5b8cc8d-dirty",
3+
"generatedAt": "2025-09-27T04:02:23.719Z",
44
"totalAssets": 73,
55
"totalBytes": 6089734,
66
"assets": [
@@ -129,11 +129,11 @@
129129
"bytes": 24762
130130
},
131131
{
132-
"path": "apps/wiki/articles/2024-09-24.md",
132+
"path": "apps/wiki/articles/2025-09-17.md",
133133
"bytes": 1369
134134
},
135135
{
136-
"path": "apps/wiki/articles/2024-09-25.md",
136+
"path": "apps/wiki/articles/2025-09-18.md",
137137
"bytes": 1342
138138
},
139139
{
@@ -298,8 +298,8 @@
298298
}
299299
],
300300
"commit": {
301-
"hash": "18a27712e8655ec006d288dbcbda8021bf6653fd",
302-
"short": "18a27712e865",
303-
"dirty": false
301+
"hash": "92c6d5b8cc8db85b3f4d8a5493463d778d37ea47",
302+
"short": "92c6d5b8cc8d",
303+
"dirty": true
304304
}
305305
}

0 commit comments

Comments
 (0)