jekyll-theme-zer0 1.26.0 → 1.28.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGELOG.md +558 -5
- data/README.md +10 -27
- data/_data/authors.yml +4 -3
- data/_data/backlog.yml +28 -0
- data/_data/consumers.yml +147 -0
- data/_data/features.yml +142 -23
- data/_data/i18n/fr.yml +98 -0
- data/_data/i18n/languages.yml +36 -0
- data/_data/i18n/manifest.yml +1502 -0
- data/_data/navigation/docs.yml +2 -0
- data/_data/navigation/main.yml +6 -0
- data/_data/series.yml +19 -0
- data/_data/theme-manifest.yml +348 -268
- data/_data/ui-text.yml +36 -246
- data/_includes/README.md +25 -2
- data/_includes/analytics/google-tag-manager-body.html +11 -2
- data/_includes/analytics/google-tag-manager-head.html +16 -6
- data/_includes/analytics/posthog.html +33 -4
- data/_includes/components/abc-letter.html +43 -0
- data/_includes/components/author-avatar-url.html +4 -2
- data/_includes/components/book-card.html +42 -0
- data/_includes/components/book-nav.html +80 -0
- data/_includes/components/book-plate.html +31 -0
- data/_includes/components/book-toc.html +47 -0
- data/_includes/components/bookshelf.html +68 -0
- data/_includes/components/card-grid.html +60 -0
- data/_includes/components/data-card.html +95 -0
- data/_includes/components/env-switcher.html +3 -1
- data/_includes/components/halfmoon.html +5 -1
- data/_includes/components/language-toggle.html +81 -0
- data/_includes/components/page-feedback.html +65 -2
- data/_includes/components/search-modal.html +2 -2
- data/_includes/components/shortcuts-modal.html +1 -1
- data/_includes/components/theme-controls-bar.html +10 -2
- data/_includes/components/theme-customizer.html +8 -2
- data/_includes/components/translation-notice.html +27 -0
- data/_includes/content/intro.html +16 -15
- data/_includes/content/seo.html +9 -3
- data/_includes/core/color-mode-init.html +13 -4
- data/_includes/core/favicon.html +46 -0
- data/_includes/core/footer.html +9 -4
- data/_includes/core/head.html +18 -0
- data/_includes/core/header.html +9 -4
- data/_includes/core/hreflang.html +33 -0
- data/_includes/core/i18n.html +36 -0
- data/_includes/custom/body-end.html +18 -0
- data/_includes/custom/body-start.html +17 -0
- data/_includes/custom/footer.html +18 -0
- data/_includes/custom/head.html +18 -0
- data/_includes/navigation/breadcrumbs.html +1 -1
- data/_includes/navigation/local-graph.html +28 -2
- data/_includes/navigation/nav-tree.html +3 -3
- data/_includes/navigation/navbar.html +5 -4
- data/_includes/navigation/sidebar-config.html +21 -0
- data/_includes/navigation/sidebar-nav.html +4 -0
- data/_includes/navigation/sidebar-pagetree.html +150 -0
- data/_includes/navigation/sidebar-right.html +3 -2
- data/_includes/navigation/unified-drawer.html +9 -3
- data/_includes/obsidian/full-graph.html +165 -136
- data/_layouts/404.html +260 -0
- data/_layouts/README.md +2 -0
- data/_layouts/article.html +7 -1
- data/_layouts/book-abc.html +106 -0
- data/_layouts/book-story.html +91 -0
- data/_layouts/book.html +113 -0
- data/_layouts/collection.html +17 -5
- data/_layouts/default.html +5 -3
- data/_layouts/home.html +5 -2
- data/_layouts/landing.html +9 -0
- data/_layouts/news.html +159 -33
- data/_layouts/root.html +29 -9
- data/_layouts/section.html +61 -17
- data/_sass/components/_book.scss +423 -0
- data/_sass/core/_navbar.scss +13 -0
- data/_sass/core/_obsidian.scss +295 -7
- data/_sass/layouts/_navbar-extras.scss +6 -1
- data/_sass/theme/_backgrounds.scss +21 -8
- data/assets/css/main.scss +1 -0
- data/assets/js/auto-hide-nav.js +5 -1
- data/assets/js/halfmoon.js +26 -0
- data/assets/js/obsidian-graph.js +707 -265
- data/assets/js/obsidian-local-graph.js +161 -54
- data/assets/js/search-modal.js +4 -1
- data/scripts/README.md +20 -26
- data/scripts/bin/audit-consumer +1 -1
- data/scripts/bin/manifest +31 -5
- data/scripts/bin/sync-plugins +0 -1
- data/scripts/bin/validate +5 -1
- data/scripts/dev/rasterize-svg.js +65 -0
- data/scripts/features/generate-preview-images +49 -1390
- data/scripts/features/install-preview-generator +55 -33
- data/scripts/install/README.md +55 -25
- data/scripts/install/ai/client.sh +302 -93
- data/scripts/install/ai/prompts/spec.schema.json +1 -1
- data/scripts/install/ai/prompts/wizard.system.md +8 -17
- data/scripts/install/ai/wizard.sh +10 -5
- data/scripts/install/apply.sh +7 -3
- data/scripts/install/cli.sh +54 -4
- data/scripts/install/config.sh +167 -0
- data/scripts/install/doctor.sh +38 -0
- data/scripts/install/plan.sh +10 -0
- data/scripts/install/spec.sh +15 -7
- data/scripts/install/template.sh +4 -0
- data/scripts/lib/README.md +1 -5
- data/scripts/lib/install/deploy/README.md +3 -9
- data/scripts/lib/preview_generator.py +2261 -1341
- data/scripts/propagate.rb +277 -0
- data/scripts/translate.rb +1204 -0
- metadata +34 -3
- data/_plugins/preview_image_generator.rb +0 -351
|
@@ -0,0 +1,1502 @@
|
|
|
1
|
+
# ================================================================
|
|
2
|
+
# GENERATED FILE — do not edit by hand.
|
|
3
|
+
# Maintained by scripts/translate.rb (see .github/workflows/translate.yml).
|
|
4
|
+
# Maps each English page URL to its generated translations; read by
|
|
5
|
+
# _includes/components/language-toggle.html and _includes/core/hreflang.html.
|
|
6
|
+
# ================================================================
|
|
7
|
+
version: 1
|
|
8
|
+
pages:
|
|
9
|
+
"/about/":
|
|
10
|
+
source: pages/_about/index.md
|
|
11
|
+
sha: 70e0f353668e72a5fe635cab847e09febd20972bd6862fca5d27ba62b3ae556f
|
|
12
|
+
fr:
|
|
13
|
+
url: "/fr/about/"
|
|
14
|
+
path: fr/about/index.md
|
|
15
|
+
sha: 70e0f353668e72a5fe635cab847e09febd20972bd6862fca5d27ba62b3ae556f
|
|
16
|
+
translated_at: '2026-08-05T04:49:10Z'
|
|
17
|
+
prompt_version: 1
|
|
18
|
+
"/about/bamr87/":
|
|
19
|
+
source: pages/_about/profile/bamr87.md
|
|
20
|
+
sha: 42f0ae0cb763f6efd4d83478b7458c95b6f729e684af5e79a57671be423702c0
|
|
21
|
+
fr:
|
|
22
|
+
url: "/fr/about/bamr87/"
|
|
23
|
+
path: fr/about/profile/bamr87.md
|
|
24
|
+
sha: 42f0ae0cb763f6efd4d83478b7458c95b6f729e684af5e79a57671be423702c0
|
|
25
|
+
translated_at: '2026-08-05T04:49:17Z'
|
|
26
|
+
prompt_version: 1
|
|
27
|
+
"/about/features/":
|
|
28
|
+
source: pages/_about/features/index.md
|
|
29
|
+
sha: '059735857124094b9e850d9938cbe0ee124398c430f396c8c684764058d07209'
|
|
30
|
+
fr:
|
|
31
|
+
url: "/fr/about/features/"
|
|
32
|
+
path: fr/about/features/index.md
|
|
33
|
+
sha: '059735857124094b9e850d9938cbe0ee124398c430f396c8c684764058d07209'
|
|
34
|
+
translated_at: '2026-08-05T04:47:07Z'
|
|
35
|
+
prompt_version: 1
|
|
36
|
+
"/about/features/add-floating-back-to-top-button/":
|
|
37
|
+
source: pages/_about/features/add-floating-back-to-top-button.md
|
|
38
|
+
sha: cbc5f327ba288863d6bfc78338b0db2dbf557c1e34c5b60198478b90523e8f51
|
|
39
|
+
fr:
|
|
40
|
+
url: "/fr/about/features/add-floating-back-to-top-button/"
|
|
41
|
+
path: fr/about/features/add-floating-back-to-top-button.md
|
|
42
|
+
sha: cbc5f327ba288863d6bfc78338b0db2dbf557c1e34c5b60198478b90523e8f51
|
|
43
|
+
translated_at: '2026-08-05T04:43:44Z'
|
|
44
|
+
prompt_version: 1
|
|
45
|
+
"/about/features/ai-development-guide/":
|
|
46
|
+
source: pages/_about/features/ai-development-guide.md
|
|
47
|
+
sha: d821810029906d480935dae0dd58ee2bbabf0dfc2a8fada2f7b5a46c64620f21
|
|
48
|
+
fr:
|
|
49
|
+
url: "/fr/about/features/ai-development-guide/"
|
|
50
|
+
path: fr/about/features/ai-development-guide.md
|
|
51
|
+
sha: d821810029906d480935dae0dd58ee2bbabf0dfc2a8fada2f7b5a46c64620f21
|
|
52
|
+
translated_at: '2026-08-05T04:44:23Z'
|
|
53
|
+
prompt_version: 1
|
|
54
|
+
"/about/features/automated-version-build-system/":
|
|
55
|
+
source: pages/_about/features/automated-version-build-system.md
|
|
56
|
+
sha: e093558c8a5e07bdc0eef0e88d84e246913cbb8b577f027d55f8134e62acf479
|
|
57
|
+
fr:
|
|
58
|
+
url: "/fr/about/features/automated-version-build-system/"
|
|
59
|
+
path: fr/about/features/automated-version-build-system.md
|
|
60
|
+
sha: e093558c8a5e07bdc0eef0e88d84e246913cbb8b577f027d55f8134e62acf479
|
|
61
|
+
translated_at: '2026-08-05T04:45:05Z'
|
|
62
|
+
prompt_version: 1
|
|
63
|
+
"/about/features/comprehensive-gem-automation-system/":
|
|
64
|
+
source: pages/_about/features/comprehensive-gem-automation-system.md
|
|
65
|
+
sha: bbc7431d4a786896161b27411022927bd4dfeb5cf44f01275bb0582ec66790f6
|
|
66
|
+
fr:
|
|
67
|
+
url: "/fr/about/features/comprehensive-gem-automation-system/"
|
|
68
|
+
path: fr/about/features/comprehensive-gem-automation-system.md
|
|
69
|
+
sha: bbc7431d4a786896161b27411022927bd4dfeb5cf44f01275bb0582ec66790f6
|
|
70
|
+
translated_at: '2026-08-05T04:46:11Z'
|
|
71
|
+
prompt_version: 1
|
|
72
|
+
"/about/features/jekyll/":
|
|
73
|
+
source: pages/_about/features/jekyll-technical-reference.md
|
|
74
|
+
sha: 445d8224c84e8f635c5600ab0475c36aaca2319e811fb390fa99beeb95022da4
|
|
75
|
+
fr:
|
|
76
|
+
url: "/fr/about/features/jekyll/"
|
|
77
|
+
path: fr/about/features/jekyll-technical-reference.md
|
|
78
|
+
sha: 445d8224c84e8f635c5600ab0475c36aaca2319e811fb390fa99beeb95022da4
|
|
79
|
+
translated_at: '2026-08-05T04:47:09Z'
|
|
80
|
+
prompt_version: 1
|
|
81
|
+
"/about/features/navigation/sitemap/":
|
|
82
|
+
source: pages/_about/features/sitemap.md
|
|
83
|
+
sha: 59933f6864826fb44dc95060f1b9d5325c14f924127158b16e179b0b48496479
|
|
84
|
+
fr:
|
|
85
|
+
url: "/fr/about/features/navigation/sitemap/"
|
|
86
|
+
path: fr/about/features/sitemap.md
|
|
87
|
+
sha: 59933f6864826fb44dc95060f1b9d5325c14f924127158b16e179b0b48496479
|
|
88
|
+
translated_at: '2026-08-05T04:47:44Z'
|
|
89
|
+
prompt_version: 1
|
|
90
|
+
"/about/features/statistics-dashboard/":
|
|
91
|
+
source: pages/_about/features/statistics-dashboard.md
|
|
92
|
+
sha: c42451b6434bcb7ac5895111c737009fca696f02147852e3d277e73d0d1691c5
|
|
93
|
+
fr:
|
|
94
|
+
url: "/fr/about/features/statistics-dashboard/"
|
|
95
|
+
path: fr/about/features/statistics-dashboard.md
|
|
96
|
+
sha: c42451b6434bcb7ac5895111c737009fca696f02147852e3d277e73d0d1691c5
|
|
97
|
+
translated_at: '2026-08-05T04:48:30Z'
|
|
98
|
+
prompt_version: 1
|
|
99
|
+
"/about/settings/analytics/":
|
|
100
|
+
source: pages/_about/settings/analytics.md
|
|
101
|
+
sha: f1b35afd03f85e2ed462eab7d0a669d87c53c9ffefff0da3af3cf177294c8a14
|
|
102
|
+
fr:
|
|
103
|
+
url: "/fr/about/settings/analytics/"
|
|
104
|
+
path: fr/about/settings/analytics.md
|
|
105
|
+
sha: f1b35afd03f85e2ed462eab7d0a669d87c53c9ffefff0da3af3cf177294c8a14
|
|
106
|
+
translated_at: '2026-08-05T04:49:19Z'
|
|
107
|
+
prompt_version: 1
|
|
108
|
+
"/about/settings/collections/":
|
|
109
|
+
source: pages/_about/settings/collections.md
|
|
110
|
+
sha: 9a33715b85d8dcbff7cf5c1e22c4a2288f05666754b476ea13fea05efc3e2569
|
|
111
|
+
fr:
|
|
112
|
+
url: "/fr/about/settings/collections/"
|
|
113
|
+
path: fr/about/settings/collections.md
|
|
114
|
+
sha: 9a33715b85d8dcbff7cf5c1e22c4a2288f05666754b476ea13fea05efc3e2569
|
|
115
|
+
translated_at: '2026-08-05T04:49:21Z'
|
|
116
|
+
prompt_version: 1
|
|
117
|
+
"/about/settings/components/":
|
|
118
|
+
source: pages/_about/settings/components.md
|
|
119
|
+
sha: a775b0ade22f246a36d259244f1f5b943dde204b99abf4b009dc5535f64910e0
|
|
120
|
+
fr:
|
|
121
|
+
url: "/fr/about/settings/components/"
|
|
122
|
+
path: fr/about/settings/components.md
|
|
123
|
+
sha: a775b0ade22f246a36d259244f1f5b943dde204b99abf4b009dc5535f64910e0
|
|
124
|
+
translated_at: '2026-08-05T04:49:25Z'
|
|
125
|
+
prompt_version: 1
|
|
126
|
+
"/about/settings/environment/":
|
|
127
|
+
source: pages/_about/settings/environment.md
|
|
128
|
+
sha: d549e2c4bc76bfa103e4add312ca996bec22a4f4dbcd0cab6f39a52e4c4dd283
|
|
129
|
+
fr:
|
|
130
|
+
url: "/fr/about/settings/environment/"
|
|
131
|
+
path: fr/about/settings/environment.md
|
|
132
|
+
sha: d549e2c4bc76bfa103e4add312ca996bec22a4f4dbcd0cab6f39a52e4c4dd283
|
|
133
|
+
translated_at: '2026-08-07T04:21:42Z'
|
|
134
|
+
prompt_version: 1
|
|
135
|
+
"/about/settings/navigation/":
|
|
136
|
+
source: pages/_about/settings/navigation.md
|
|
137
|
+
sha: b10d3f9a24917ae90aac2fab789030298218fa3b2c7387e86ab76ed7550d6d65
|
|
138
|
+
fr:
|
|
139
|
+
url: "/fr/about/settings/navigation/"
|
|
140
|
+
path: fr/about/settings/navigation.md
|
|
141
|
+
sha: b10d3f9a24917ae90aac2fab789030298218fa3b2c7387e86ab76ed7550d6d65
|
|
142
|
+
translated_at: '2026-08-07T04:21:50Z'
|
|
143
|
+
prompt_version: 1
|
|
144
|
+
"/about/settings/theme-preview/":
|
|
145
|
+
source: pages/_about/settings/theme-preview.md
|
|
146
|
+
sha: e283d9e761c8c119f7da16822be3350cb474165ac7d77f0f19eb131ef8899a1e
|
|
147
|
+
fr:
|
|
148
|
+
url: "/fr/about/settings/theme-preview/"
|
|
149
|
+
path: fr/about/settings/theme-preview.md
|
|
150
|
+
sha: e283d9e761c8c119f7da16822be3350cb474165ac7d77f0f19eb131ef8899a1e
|
|
151
|
+
translated_at: '2026-08-07T04:22:01Z'
|
|
152
|
+
prompt_version: 1
|
|
153
|
+
"/about/settings/theme/":
|
|
154
|
+
source: pages/_about/settings/theme.md
|
|
155
|
+
sha: 227959a1fb26065382267f3f6653cb1054a8e188c6547fcfc3a1653744e62f26
|
|
156
|
+
fr:
|
|
157
|
+
url: "/fr/about/settings/theme/"
|
|
158
|
+
path: fr/about/settings/theme.md
|
|
159
|
+
sha: 227959a1fb26065382267f3f6653cb1054a8e188c6547fcfc3a1653744e62f26
|
|
160
|
+
translated_at: '2026-08-07T04:22:21Z'
|
|
161
|
+
prompt_version: 1
|
|
162
|
+
"/about/stats-enhancement-summary/":
|
|
163
|
+
source: pages/_about/features/STATS_ENHANCEMENT_SUMMARY.md
|
|
164
|
+
sha: f147f2bc3a5485f3c2a7411afa30331ac539266c801ccddc802c678a1f4a7846
|
|
165
|
+
fr:
|
|
166
|
+
url: "/fr/about/stats-enhancement-summary/"
|
|
167
|
+
path: fr/about/features/STATS_ENHANCEMENT_SUMMARY.md
|
|
168
|
+
sha: f147f2bc3a5485f3c2a7411afa30331ac539266c801ccddc802c678a1f4a7846
|
|
169
|
+
translated_at: '2026-08-05T04:43:41Z'
|
|
170
|
+
prompt_version: 1
|
|
171
|
+
"/about/stats/":
|
|
172
|
+
source: pages/_about/stats.md
|
|
173
|
+
sha: 06c9f75195626ba67992484fa0828a5069f3ee3e3bb65554b25eb84c852361c5
|
|
174
|
+
fr:
|
|
175
|
+
url: "/fr/about/stats/"
|
|
176
|
+
path: fr/about/stats.md
|
|
177
|
+
sha: 06c9f75195626ba67992484fa0828a5069f3ee3e3bb65554b25eb84c852361c5
|
|
178
|
+
translated_at: '2026-08-07T04:22:24Z'
|
|
179
|
+
prompt_version: 1
|
|
180
|
+
"/about/theme/":
|
|
181
|
+
source: pages/_about/theme.md
|
|
182
|
+
sha: f1e267f28ce1caf97a711da592946025d3a20d91fabd862a7b214f193af4cec9
|
|
183
|
+
fr:
|
|
184
|
+
url: "/fr/about/theme/"
|
|
185
|
+
path: fr/about/theme.md
|
|
186
|
+
sha: f1e267f28ce1caf97a711da592946025d3a20d91fabd862a7b214f193af4cec9
|
|
187
|
+
translated_at: '2026-08-07T04:22:26Z'
|
|
188
|
+
prompt_version: 1
|
|
189
|
+
"/authors/":
|
|
190
|
+
source: pages/_about/authors/index.md
|
|
191
|
+
sha: 85960b87208d9fae9265f8d9dcc938e86c4c104940a25518c77f7e371bdf30c5
|
|
192
|
+
fr:
|
|
193
|
+
url: "/fr/authors/"
|
|
194
|
+
path: fr/about/authors/index.md
|
|
195
|
+
sha: 85960b87208d9fae9265f8d9dcc938e86c4c104940a25518c77f7e371bdf30c5
|
|
196
|
+
translated_at: '2026-08-05T04:42:56Z'
|
|
197
|
+
prompt_version: 1
|
|
198
|
+
"/authors/bamr87/":
|
|
199
|
+
source: pages/_about/authors/bamr87.md
|
|
200
|
+
sha: f6b87c0064c8a83714f6fc00d94931d047edbbfb1d7f98346fb853f937c38409
|
|
201
|
+
fr:
|
|
202
|
+
url: "/fr/authors/bamr87/"
|
|
203
|
+
path: fr/about/authors/bamr87.md
|
|
204
|
+
sha: f6b87c0064c8a83714f6fc00d94931d047edbbfb1d7f98346fb853f937c38409
|
|
205
|
+
translated_at: '2026-08-05T04:42:27Z'
|
|
206
|
+
prompt_version: 1
|
|
207
|
+
"/authors/cassandra/":
|
|
208
|
+
source: pages/_about/authors/cassandra.md
|
|
209
|
+
sha: e39500a0658229e0728e9f3f7e3554a8fb58596a893162790dccfe88ac4e594d
|
|
210
|
+
fr:
|
|
211
|
+
url: "/fr/authors/cassandra/"
|
|
212
|
+
path: fr/about/authors/cassandra.md
|
|
213
|
+
sha: e39500a0658229e0728e9f3f7e3554a8fb58596a893162790dccfe88ac4e594d
|
|
214
|
+
translated_at: '2026-08-05T04:42:30Z'
|
|
215
|
+
prompt_version: 1
|
|
216
|
+
"/authors/default/":
|
|
217
|
+
source: pages/_about/authors/default.md
|
|
218
|
+
sha: a9a97e4dfce7495627ecf061323b73db7bb85720c744e908357fdcbd2f3ba5a5
|
|
219
|
+
fr:
|
|
220
|
+
url: "/fr/authors/default/"
|
|
221
|
+
path: fr/about/authors/default.md
|
|
222
|
+
sha: a9a97e4dfce7495627ecf061323b73db7bb85720c744e908357fdcbd2f3ba5a5
|
|
223
|
+
translated_at: '2026-08-05T04:42:31Z'
|
|
224
|
+
prompt_version: 1
|
|
225
|
+
"/authors/guest/":
|
|
226
|
+
source: pages/_about/authors/guest.md
|
|
227
|
+
sha: cd27b030744f508e799ba962517e345852e375250bc1f104f90f63b9443a96ad
|
|
228
|
+
fr:
|
|
229
|
+
url: "/fr/authors/guest/"
|
|
230
|
+
path: fr/about/authors/guest.md
|
|
231
|
+
sha: cd27b030744f508e799ba962517e345852e375250bc1f104f90f63b9443a96ad
|
|
232
|
+
translated_at: '2026-08-05T04:42:51Z'
|
|
233
|
+
prompt_version: 1
|
|
234
|
+
"/authors/vega/":
|
|
235
|
+
source: pages/_about/authors/vega.md
|
|
236
|
+
sha: aa231d65673848a7b52a9f8341f56482d844c1c98d24e7f44903ad6f8eb496be
|
|
237
|
+
fr:
|
|
238
|
+
url: "/fr/authors/vega/"
|
|
239
|
+
path: fr/about/authors/vega.md
|
|
240
|
+
sha: aa231d65673848a7b52a9f8341f56482d844c1c98d24e7f44903ad6f8eb496be
|
|
241
|
+
translated_at: '2026-08-05T04:42:58Z'
|
|
242
|
+
prompt_version: 1
|
|
243
|
+
"/docs/":
|
|
244
|
+
source: pages/_docs/index.md
|
|
245
|
+
sha: d43825e9ed60cdfb2a02bb0e4e59a51f16d6474f3f6e09f4506fa4764f75c484
|
|
246
|
+
fr:
|
|
247
|
+
url: "/fr/docs/"
|
|
248
|
+
path: fr/docs/index.md
|
|
249
|
+
sha: d43825e9ed60cdfb2a02bb0e4e59a51f16d6474f3f6e09f4506fa4764f75c484
|
|
250
|
+
translated_at: '2026-08-05T04:36:26Z'
|
|
251
|
+
prompt_version: 1
|
|
252
|
+
"/docs/analytics/":
|
|
253
|
+
source: pages/_docs/analytics/index.md
|
|
254
|
+
sha: 3e75b181bb8459209a06a561aecc47ffef3c1c410451f65bab8ac532a6daf0d0
|
|
255
|
+
fr:
|
|
256
|
+
url: "/fr/docs/analytics/"
|
|
257
|
+
path: fr/docs/analytics/index.md
|
|
258
|
+
sha: 3e75b181bb8459209a06a561aecc47ffef3c1c410451f65bab8ac532a6daf0d0
|
|
259
|
+
translated_at: '2026-07-23T17:09:23Z'
|
|
260
|
+
prompt_version: 1
|
|
261
|
+
"/docs/analytics/google-analytics/":
|
|
262
|
+
source: pages/_docs/analytics/google-analytics.md
|
|
263
|
+
sha: 2ae7ac85b18df61ceee7e9efb0936a3a0bd5fde0159989e1fa4a7478826c72fd
|
|
264
|
+
fr:
|
|
265
|
+
url: "/fr/docs/analytics/google-analytics/"
|
|
266
|
+
path: fr/docs/analytics/google-analytics.md
|
|
267
|
+
sha: 2ae7ac85b18df61ceee7e9efb0936a3a0bd5fde0159989e1fa4a7478826c72fd
|
|
268
|
+
translated_at: '2026-07-23T17:08:39Z'
|
|
269
|
+
prompt_version: 1
|
|
270
|
+
"/docs/analytics/google-tag-manager/":
|
|
271
|
+
source: pages/_docs/analytics/google-tag-manager.md
|
|
272
|
+
sha: bdf0494721472f3c04d0f421ce3721d6543cd7696730b5bf9697b024bddb02d8
|
|
273
|
+
fr:
|
|
274
|
+
url: "/fr/docs/analytics/google-tag-manager/"
|
|
275
|
+
path: fr/docs/analytics/google-tag-manager.md
|
|
276
|
+
sha: bdf0494721472f3c04d0f421ce3721d6543cd7696730b5bf9697b024bddb02d8
|
|
277
|
+
translated_at: '2026-07-23T17:09:12Z'
|
|
278
|
+
prompt_version: 1
|
|
279
|
+
"/docs/bootstrap/":
|
|
280
|
+
source: pages/_docs/bootstrap/index.md
|
|
281
|
+
sha: 3df6221d99c3ee69950624840487fed4308131d34cc7a1e54533e8b5fa5b9496
|
|
282
|
+
fr:
|
|
283
|
+
url: "/fr/docs/bootstrap/"
|
|
284
|
+
path: fr/docs/bootstrap/index.md
|
|
285
|
+
sha: 3df6221d99c3ee69950624840487fed4308131d34cc7a1e54533e8b5fa5b9496
|
|
286
|
+
translated_at: '2026-07-23T17:09:41Z'
|
|
287
|
+
prompt_version: 1
|
|
288
|
+
"/docs/customization/":
|
|
289
|
+
source: pages/_docs/customization/index.md
|
|
290
|
+
sha: b64ef8d39a8632943b11c7c047ae6f7661f06d88f011f62df009be9006414d06
|
|
291
|
+
fr:
|
|
292
|
+
url: "/fr/docs/customization/"
|
|
293
|
+
path: fr/docs/customization/index.md
|
|
294
|
+
sha: b64ef8d39a8632943b11c7c047ae6f7661f06d88f011f62df009be9006414d06
|
|
295
|
+
translated_at: '2026-07-23T17:11:13Z'
|
|
296
|
+
prompt_version: 1
|
|
297
|
+
"/docs/customization/author-profiles/":
|
|
298
|
+
source: pages/_docs/customization/author-profiles.md
|
|
299
|
+
sha: c6ab7cc3db384582798e06b4b299b07d5f7129fab96442efb5d1b1863e4b6beb
|
|
300
|
+
fr:
|
|
301
|
+
url: "/fr/docs/customization/author-profiles/"
|
|
302
|
+
path: fr/docs/customization/author-profiles.md
|
|
303
|
+
sha: c6ab7cc3db384582798e06b4b299b07d5f7129fab96442efb5d1b1863e4b6beb
|
|
304
|
+
translated_at: '2026-07-23T17:10:34Z'
|
|
305
|
+
prompt_version: 1
|
|
306
|
+
"/docs/customization/includes/":
|
|
307
|
+
source: pages/_docs/customization/includes.md
|
|
308
|
+
sha: 302b054e92b74d17d0b0d0cf05942fbd021a5bf7e6639bdd70e9121fc1de6a54
|
|
309
|
+
fr:
|
|
310
|
+
url: "/fr/docs/customization/includes/"
|
|
311
|
+
path: fr/docs/customization/includes.md
|
|
312
|
+
sha: 302b054e92b74d17d0b0d0cf05942fbd021a5bf7e6639bdd70e9121fc1de6a54
|
|
313
|
+
translated_at: '2026-07-23T17:11:02Z'
|
|
314
|
+
prompt_version: 1
|
|
315
|
+
"/docs/customization/layouts/":
|
|
316
|
+
source: pages/_docs/customization/layouts.md
|
|
317
|
+
sha: edeb35201153cbae4bdb43b39604df3a2842c809a5f8b86915990359c1e59bd4
|
|
318
|
+
fr:
|
|
319
|
+
url: "/fr/docs/customization/layouts/"
|
|
320
|
+
path: fr/docs/customization/layouts.md
|
|
321
|
+
sha: edeb35201153cbae4bdb43b39604df3a2842c809a5f8b86915990359c1e59bd4
|
|
322
|
+
translated_at: '2026-07-23T17:11:28Z'
|
|
323
|
+
prompt_version: 1
|
|
324
|
+
"/docs/customization/navigation/":
|
|
325
|
+
source: pages/_docs/customization/navigation.md
|
|
326
|
+
sha: 3ff754c43c15ee543da7223ca51f50eaff5886b73d839b3beb29662a317b8c43
|
|
327
|
+
fr:
|
|
328
|
+
url: "/fr/docs/customization/navigation/"
|
|
329
|
+
path: fr/docs/customization/navigation.md
|
|
330
|
+
sha: 3ff754c43c15ee543da7223ca51f50eaff5886b73d839b3beb29662a317b8c43
|
|
331
|
+
translated_at: '2026-07-23T17:11:38Z'
|
|
332
|
+
prompt_version: 1
|
|
333
|
+
"/docs/customization/styles/":
|
|
334
|
+
source: pages/_docs/customization/styles.md
|
|
335
|
+
sha: 76ceef73178c00bd52721c0b977aa21e3e79e305277c2bc86386afb2980dc716
|
|
336
|
+
fr:
|
|
337
|
+
url: "/fr/docs/customization/styles/"
|
|
338
|
+
path: fr/docs/customization/styles.md
|
|
339
|
+
sha: 76ceef73178c00bd52721c0b977aa21e3e79e305277c2bc86386afb2980dc716
|
|
340
|
+
translated_at: '2026-07-23T17:11:51Z'
|
|
341
|
+
prompt_version: 1
|
|
342
|
+
"/docs/deployment/":
|
|
343
|
+
source: pages/_docs/deployment/index.md
|
|
344
|
+
sha: e2264346b00dcc258a27e0d2eab98093dd28d00318c3900670f2d038314bc513
|
|
345
|
+
fr:
|
|
346
|
+
url: "/fr/docs/deployment/"
|
|
347
|
+
path: fr/docs/deployment/index.md
|
|
348
|
+
sha: e2264346b00dcc258a27e0d2eab98093dd28d00318c3900670f2d038314bc513
|
|
349
|
+
translated_at: '2026-08-05T03:18:09Z'
|
|
350
|
+
prompt_version: 1
|
|
351
|
+
"/docs/deployment/build-overlay/":
|
|
352
|
+
source: pages/_docs/deployment/build-overlay.md
|
|
353
|
+
sha: fb72cf0bff9e1643c8902c7e756455f0ab4c73811a1d053987a88d540c92c1ef
|
|
354
|
+
fr:
|
|
355
|
+
url: "/fr/docs/deployment/build-overlay/"
|
|
356
|
+
path: fr/docs/deployment/build-overlay.md
|
|
357
|
+
sha: fb72cf0bff9e1643c8902c7e756455f0ab4c73811a1d053987a88d540c92c1ef
|
|
358
|
+
translated_at: '2026-07-23T17:12:08Z'
|
|
359
|
+
prompt_version: 1
|
|
360
|
+
"/docs/deployment/custom-domain/":
|
|
361
|
+
source: pages/_docs/deployment/custom-domain.md
|
|
362
|
+
sha: d2bcbbbf0f5a3cedfb2c2f33eb55af42e0d61138306d0842689b9f402317c950
|
|
363
|
+
fr:
|
|
364
|
+
url: "/fr/docs/deployment/custom-domain/"
|
|
365
|
+
path: fr/docs/deployment/custom-domain.md
|
|
366
|
+
sha: d2bcbbbf0f5a3cedfb2c2f33eb55af42e0d61138306d0842689b9f402317c950
|
|
367
|
+
translated_at: '2026-07-23T17:12:40Z'
|
|
368
|
+
prompt_version: 1
|
|
369
|
+
"/docs/deployment/github-pages/":
|
|
370
|
+
source: pages/_docs/deployment/github-pages.md
|
|
371
|
+
sha: be0523b0bf140bf69ff0242e92ed06de6aa40668692fcbe6dbb5336839b3e17e
|
|
372
|
+
fr:
|
|
373
|
+
url: "/fr/docs/deployment/github-pages/"
|
|
374
|
+
path: fr/docs/deployment/github-pages.md
|
|
375
|
+
sha: be0523b0bf140bf69ff0242e92ed06de6aa40668692fcbe6dbb5336839b3e17e
|
|
376
|
+
translated_at: '2026-07-23T17:13:01Z'
|
|
377
|
+
prompt_version: 1
|
|
378
|
+
"/docs/deployment/netlify/":
|
|
379
|
+
source: pages/_docs/deployment/netlify.md
|
|
380
|
+
sha: c5996bf9900121c7f0e6edcdcc253d824eb653bebdedd7317548252eaf2ec859
|
|
381
|
+
fr:
|
|
382
|
+
url: "/fr/docs/deployment/netlify/"
|
|
383
|
+
path: fr/docs/deployment/netlify.md
|
|
384
|
+
sha: c5996bf9900121c7f0e6edcdcc253d824eb653bebdedd7317548252eaf2ec859
|
|
385
|
+
translated_at: '2026-08-05T03:18:38Z'
|
|
386
|
+
prompt_version: 1
|
|
387
|
+
"/docs/deployment/remote-theme-checklist/":
|
|
388
|
+
source: pages/_docs/deployment/remote-theme-checklist.md
|
|
389
|
+
sha: 9b96d540317e61dcd98890875b5d59454548cf983b741e9f59fc66ebfa4f1468
|
|
390
|
+
fr:
|
|
391
|
+
url: "/fr/docs/deployment/remote-theme-checklist/"
|
|
392
|
+
path: fr/docs/deployment/remote-theme-checklist.md
|
|
393
|
+
sha: 9b96d540317e61dcd98890875b5d59454548cf983b741e9f59fc66ebfa4f1468
|
|
394
|
+
translated_at: '2026-08-05T03:19:14Z'
|
|
395
|
+
prompt_version: 1
|
|
396
|
+
"/docs/development/":
|
|
397
|
+
source: pages/_docs/development/index.md
|
|
398
|
+
sha: 13bb41961ce9bd95d16195f3e855f7be6b0f9ab3ba7c6507288bbfa855f15275
|
|
399
|
+
fr:
|
|
400
|
+
url: "/fr/docs/development/"
|
|
401
|
+
path: fr/docs/development/index.md
|
|
402
|
+
sha: 13bb41961ce9bd95d16195f3e855f7be6b0f9ab3ba7c6507288bbfa855f15275
|
|
403
|
+
translated_at: '2026-08-05T03:21:25Z'
|
|
404
|
+
prompt_version: 1
|
|
405
|
+
"/docs/development/agents/":
|
|
406
|
+
source: pages/_docs/development/agents.md
|
|
407
|
+
sha: 4edda52c2a189296c0da120c2742dacc1170416e7190be6fb0adee0a5c28bd5f
|
|
408
|
+
fr:
|
|
409
|
+
url: "/fr/docs/development/agents/"
|
|
410
|
+
path: fr/docs/development/agents.md
|
|
411
|
+
sha: 4edda52c2a189296c0da120c2742dacc1170416e7190be6fb0adee0a5c28bd5f
|
|
412
|
+
translated_at: '2026-08-05T03:19:31Z'
|
|
413
|
+
prompt_version: 1
|
|
414
|
+
"/docs/development/ci-cd/":
|
|
415
|
+
source: pages/_docs/development/ci-cd.md
|
|
416
|
+
sha: 33cc91ba86fc22755fd6aa5176f474f2027ebbc2058454b4c32d775821a07ee8
|
|
417
|
+
fr:
|
|
418
|
+
url: "/fr/docs/development/ci-cd/"
|
|
419
|
+
path: fr/docs/development/ci-cd.md
|
|
420
|
+
sha: 33cc91ba86fc22755fd6aa5176f474f2027ebbc2058454b4c32d775821a07ee8
|
|
421
|
+
translated_at: '2026-08-05T03:19:51Z'
|
|
422
|
+
prompt_version: 1
|
|
423
|
+
"/docs/development/dependency-updates/":
|
|
424
|
+
source: pages/_docs/development/dependency-updates.md
|
|
425
|
+
sha: 42c6899a9066d1348816fa82ba469979ba4f91c595ea6f3500e9e4b63a390530
|
|
426
|
+
fr:
|
|
427
|
+
url: "/fr/docs/development/dependency-updates/"
|
|
428
|
+
path: fr/docs/development/dependency-updates.md
|
|
429
|
+
sha: 42c6899a9066d1348816fa82ba469979ba4f91c595ea6f3500e9e4b63a390530
|
|
430
|
+
translated_at: '2026-08-05T03:19:56Z'
|
|
431
|
+
prompt_version: 1
|
|
432
|
+
"/docs/development/devcontainer/":
|
|
433
|
+
source: pages/_docs/development/devcontainer.md
|
|
434
|
+
sha: 4af1a1fd3c5264e6ba68fba968f8060171e7e3a7db8d771f8e97becbc02fb159
|
|
435
|
+
fr:
|
|
436
|
+
url: "/fr/docs/development/devcontainer/"
|
|
437
|
+
path: fr/docs/development/devcontainer.md
|
|
438
|
+
sha: 4af1a1fd3c5264e6ba68fba968f8060171e7e3a7db8d771f8e97becbc02fb159
|
|
439
|
+
translated_at: '2026-08-05T03:20:20Z'
|
|
440
|
+
prompt_version: 1
|
|
441
|
+
"/docs/development/docker-publishing/":
|
|
442
|
+
source: pages/_docs/development/docker-publishing.md
|
|
443
|
+
sha: 2c3546d339fcba8c31a8c062ffbbf5127a40a998c164087032bf370882d365cf
|
|
444
|
+
fr:
|
|
445
|
+
url: "/fr/docs/development/docker-publishing/"
|
|
446
|
+
path: fr/docs/development/docker-publishing.md
|
|
447
|
+
sha: 2c3546d339fcba8c31a8c062ffbbf5127a40a998c164087032bf370882d365cf
|
|
448
|
+
translated_at: '2026-08-05T03:20:34Z'
|
|
449
|
+
prompt_version: 1
|
|
450
|
+
"/docs/development/documentation/":
|
|
451
|
+
source: pages/_docs/development/documentation.md
|
|
452
|
+
sha: 7443f2de6a96a63c988fc418924bb838c4315055348b233b80be3d78c45ca147
|
|
453
|
+
fr:
|
|
454
|
+
url: "/fr/docs/development/documentation/"
|
|
455
|
+
path: fr/docs/development/documentation.md
|
|
456
|
+
sha: 7443f2de6a96a63c988fc418924bb838c4315055348b233b80be3d78c45ca147
|
|
457
|
+
translated_at: '2026-08-05T03:20:57Z'
|
|
458
|
+
prompt_version: 1
|
|
459
|
+
"/docs/development/frontmatter-validation/":
|
|
460
|
+
source: pages/_docs/development/frontmatter-validation.md
|
|
461
|
+
sha: c8e6c41854b175628814a3e1d7cbbe783317b978a8a6804207e5c39c8e573715
|
|
462
|
+
fr:
|
|
463
|
+
url: "/fr/docs/development/frontmatter-validation/"
|
|
464
|
+
path: fr/docs/development/frontmatter-validation.md
|
|
465
|
+
sha: c8e6c41854b175628814a3e1d7cbbe783317b978a8a6804207e5c39c8e573715
|
|
466
|
+
translated_at: '2026-08-05T03:21:13Z'
|
|
467
|
+
prompt_version: 1
|
|
468
|
+
"/docs/development/prd/":
|
|
469
|
+
source: pages/_docs/development/prd.md
|
|
470
|
+
sha: 591ee4d82bd63ebc34435faa1a9006560d653d32213fa3222e1250cac8d0e593
|
|
471
|
+
fr:
|
|
472
|
+
url: "/fr/docs/development/prd/"
|
|
473
|
+
path: fr/docs/development/prd.md
|
|
474
|
+
sha: 591ee4d82bd63ebc34435faa1a9006560d653d32213fa3222e1250cac8d0e593
|
|
475
|
+
translated_at: '2026-08-05T03:21:32Z'
|
|
476
|
+
prompt_version: 1
|
|
477
|
+
"/docs/development/release-management/":
|
|
478
|
+
source: pages/_docs/development/release-management.md
|
|
479
|
+
sha: 7d4039713c7b35ca6ba8c3adbe99d444cb4a026df823859758d6cbb21959144c
|
|
480
|
+
fr:
|
|
481
|
+
url: "/fr/docs/development/release-management/"
|
|
482
|
+
path: fr/docs/development/release-management.md
|
|
483
|
+
sha: 7d4039713c7b35ca6ba8c3adbe99d444cb4a026df823859758d6cbb21959144c
|
|
484
|
+
translated_at: '2026-08-05T03:21:37Z'
|
|
485
|
+
prompt_version: 1
|
|
486
|
+
"/docs/development/scripts/":
|
|
487
|
+
source: pages/_docs/development/scripts.md
|
|
488
|
+
sha: 36431e67c42485998fca3e3d4d57b5d1d355036389912a5f0ccc9c1325654a7c
|
|
489
|
+
fr:
|
|
490
|
+
url: "/fr/docs/development/scripts/"
|
|
491
|
+
path: fr/docs/development/scripts.md
|
|
492
|
+
sha: 36431e67c42485998fca3e3d4d57b5d1d355036389912a5f0ccc9c1325654a7c
|
|
493
|
+
translated_at: '2026-08-05T03:21:55Z'
|
|
494
|
+
prompt_version: 1
|
|
495
|
+
"/docs/development/security/":
|
|
496
|
+
source: pages/_docs/development/security.md
|
|
497
|
+
sha: 2fcdc12799709a90ff761a68789117efcfc1dc36dcf05de7e865ad0ad6f1e622
|
|
498
|
+
fr:
|
|
499
|
+
url: "/fr/docs/development/security/"
|
|
500
|
+
path: fr/docs/development/security.md
|
|
501
|
+
sha: 2fcdc12799709a90ff761a68789117efcfc1dc36dcf05de7e865ad0ad6f1e622
|
|
502
|
+
translated_at: '2026-08-05T03:22:19Z'
|
|
503
|
+
prompt_version: 1
|
|
504
|
+
"/docs/development/testing/":
|
|
505
|
+
source: pages/_docs/development/testing.md
|
|
506
|
+
sha: 61cc694046fe8e58c7e83ed7dbfa6637ed499d1420bfc23feace91a348270bee
|
|
507
|
+
fr:
|
|
508
|
+
url: "/fr/docs/development/testing/"
|
|
509
|
+
path: fr/docs/development/testing.md
|
|
510
|
+
sha: 61cc694046fe8e58c7e83ed7dbfa6637ed499d1420bfc23feace91a348270bee
|
|
511
|
+
translated_at: '2026-08-05T03:22:26Z'
|
|
512
|
+
prompt_version: 1
|
|
513
|
+
"/docs/development/vendor-assets/":
|
|
514
|
+
source: pages/_docs/development/vendor-assets.md
|
|
515
|
+
sha: 7676f7374d66bec9c4b0d66378944a924209b3b644323b769dda883aa73cb36f
|
|
516
|
+
fr:
|
|
517
|
+
url: "/fr/docs/development/vendor-assets/"
|
|
518
|
+
path: fr/docs/development/vendor-assets.md
|
|
519
|
+
sha: 7676f7374d66bec9c4b0d66378944a924209b3b644323b769dda883aa73cb36f
|
|
520
|
+
translated_at: '2026-08-05T03:22:39Z'
|
|
521
|
+
prompt_version: 1
|
|
522
|
+
"/docs/development/version-bump/":
|
|
523
|
+
source: pages/_docs/development/version-bump.md
|
|
524
|
+
sha: 894bc95d515fb9081a52dae8f27f2cd13d1887c179834d2cf8301d8ef996add9
|
|
525
|
+
fr:
|
|
526
|
+
url: "/fr/docs/development/version-bump/"
|
|
527
|
+
path: fr/docs/development/version-bump.md
|
|
528
|
+
sha: 894bc95d515fb9081a52dae8f27f2cd13d1887c179834d2cf8301d8ef996add9
|
|
529
|
+
translated_at: '2026-08-05T03:22:46Z'
|
|
530
|
+
prompt_version: 1
|
|
531
|
+
"/docs/docker/":
|
|
532
|
+
source: pages/_docs/docker/index.md
|
|
533
|
+
sha: cc9ee3edfdce3da5b6b34aba3bc3206dbd3012b9feeb261f2f9a677103deaf0c
|
|
534
|
+
fr:
|
|
535
|
+
url: "/fr/docs/docker/"
|
|
536
|
+
path: fr/docs/docker/index.md
|
|
537
|
+
sha: cc9ee3edfdce3da5b6b34aba3bc3206dbd3012b9feeb261f2f9a677103deaf0c
|
|
538
|
+
translated_at: '2026-08-05T03:22:54Z'
|
|
539
|
+
prompt_version: 1
|
|
540
|
+
"/docs/features/":
|
|
541
|
+
source: pages/_docs/features/index.md
|
|
542
|
+
sha: 5ad1befc459ddd3720ed83db62877f5fc94e66d288974107ff920c3cddf6abab
|
|
543
|
+
fr:
|
|
544
|
+
url: "/fr/docs/features/"
|
|
545
|
+
path: fr/docs/features/index.md
|
|
546
|
+
sha: 5ad1befc459ddd3720ed83db62877f5fc94e66d288974107ff920c3cddf6abab
|
|
547
|
+
translated_at: '2026-08-05T03:28:16Z'
|
|
548
|
+
prompt_version: 1
|
|
549
|
+
"/docs/features/admin-dashboard/":
|
|
550
|
+
source: pages/_docs/features/admin-dashboard.md
|
|
551
|
+
sha: 06e9923ed1a17fdb78ce38cce36a8399ac3d6c59f544f690898326bf598a96cd
|
|
552
|
+
fr:
|
|
553
|
+
url: "/fr/docs/features/admin-dashboard/"
|
|
554
|
+
path: fr/docs/features/admin-dashboard.md
|
|
555
|
+
sha: 06e9923ed1a17fdb78ce38cce36a8399ac3d6c59f544f690898326bf598a96cd
|
|
556
|
+
translated_at: '2026-08-05T03:23:10Z'
|
|
557
|
+
prompt_version: 1
|
|
558
|
+
"/docs/features/ai-chat-assistant/":
|
|
559
|
+
source: pages/_docs/features/ai-chat-assistant.md
|
|
560
|
+
sha: 663b35e275eb1c9e970ad05f9d37ba674a7217db2e35961802ab60d19f6a7919
|
|
561
|
+
fr:
|
|
562
|
+
url: "/fr/docs/features/ai-chat-assistant/"
|
|
563
|
+
path: fr/docs/features/ai-chat-assistant.md
|
|
564
|
+
sha: 663b35e275eb1c9e970ad05f9d37ba674a7217db2e35961802ab60d19f6a7919
|
|
565
|
+
translated_at: '2026-08-05T03:23:57Z'
|
|
566
|
+
prompt_version: 1
|
|
567
|
+
"/docs/features/auto-hide-nav/":
|
|
568
|
+
source: pages/_docs/features/auto-hide-nav.md
|
|
569
|
+
sha: 1ecda74449355dcdc05cb0e951d00ec946079bc63f755c784bf061da947f177a
|
|
570
|
+
fr:
|
|
571
|
+
url: "/fr/docs/features/auto-hide-nav/"
|
|
572
|
+
path: fr/docs/features/auto-hide-nav.md
|
|
573
|
+
sha: 1ecda74449355dcdc05cb0e951d00ec946079bc63f755c784bf061da947f177a
|
|
574
|
+
translated_at: '2026-08-05T03:24:08Z'
|
|
575
|
+
prompt_version: 1
|
|
576
|
+
"/docs/features/back-to-top/":
|
|
577
|
+
source: pages/_docs/features/back-to-top.md
|
|
578
|
+
sha: 07233eb5a5a3987257a8e849c4234de0a9bc91dfbba2733e7fa38ebbaf39475b
|
|
579
|
+
fr:
|
|
580
|
+
url: "/fr/docs/features/back-to-top/"
|
|
581
|
+
path: fr/docs/features/back-to-top.md
|
|
582
|
+
sha: 07233eb5a5a3987257a8e849c4234de0a9bc91dfbba2733e7fa38ebbaf39475b
|
|
583
|
+
translated_at: '2026-08-05T03:24:23Z'
|
|
584
|
+
prompt_version: 1
|
|
585
|
+
"/docs/features/book-collection/":
|
|
586
|
+
source: pages/_docs/features/book-collection.md
|
|
587
|
+
sha: a058d4ca2e2149564ea0f1c09de4ffb4e836da3e352745bf554a434db3c49689
|
|
588
|
+
fr:
|
|
589
|
+
url: "/fr/docs/features/book-collection/"
|
|
590
|
+
path: fr/docs/features/book-collection.md
|
|
591
|
+
sha: a058d4ca2e2149564ea0f1c09de4ffb4e836da3e352745bf554a434db3c49689
|
|
592
|
+
translated_at: '2026-08-05T03:24:46Z'
|
|
593
|
+
prompt_version: 1
|
|
594
|
+
"/docs/features/breadcrumbs/":
|
|
595
|
+
source: pages/_docs/features/breadcrumbs.md
|
|
596
|
+
sha: 02ed2d34de6a32060b05481031d8f287084b2cf3aa3ce4236142fb0ccda7b23b
|
|
597
|
+
fr:
|
|
598
|
+
url: "/fr/docs/features/breadcrumbs/"
|
|
599
|
+
path: fr/docs/features/breadcrumbs.md
|
|
600
|
+
sha: 02ed2d34de6a32060b05481031d8f287084b2cf3aa3ce4236142fb0ccda7b23b
|
|
601
|
+
translated_at: '2026-08-05T03:25:01Z'
|
|
602
|
+
prompt_version: 1
|
|
603
|
+
"/docs/features/code-copy/":
|
|
604
|
+
source: pages/_docs/features/code-copy.md
|
|
605
|
+
sha: 747017052ef0a78a5bef59e86927fc8f01736f2b9ae6ca30c4846bff76e1203c
|
|
606
|
+
fr:
|
|
607
|
+
url: "/fr/docs/features/code-copy/"
|
|
608
|
+
path: fr/docs/features/code-copy.md
|
|
609
|
+
sha: 747017052ef0a78a5bef59e86927fc8f01736f2b9ae6ca30c4846bff76e1203c
|
|
610
|
+
translated_at: '2026-08-05T03:25:18Z'
|
|
611
|
+
prompt_version: 1
|
|
612
|
+
"/docs/features/color-modes/":
|
|
613
|
+
source: pages/_docs/features/color-modes.md
|
|
614
|
+
sha: 42ea6fdec8a04f27516f5a49f93c53671bf98ea06058945b39495657863a27d6
|
|
615
|
+
fr:
|
|
616
|
+
url: "/fr/docs/features/color-modes/"
|
|
617
|
+
path: fr/docs/features/color-modes.md
|
|
618
|
+
sha: 42ea6fdec8a04f27516f5a49f93c53671bf98ea06058945b39495657863a27d6
|
|
619
|
+
translated_at: '2026-08-05T03:25:32Z'
|
|
620
|
+
prompt_version: 1
|
|
621
|
+
"/docs/features/cookie-consent/":
|
|
622
|
+
source: pages/_docs/features/cookie-consent.md
|
|
623
|
+
sha: a7054fb3fcc62ff925ae9d257d441afac2b49123608801bea9caa43bf0edcb07
|
|
624
|
+
fr:
|
|
625
|
+
url: "/fr/docs/features/cookie-consent/"
|
|
626
|
+
path: fr/docs/features/cookie-consent.md
|
|
627
|
+
sha: a7054fb3fcc62ff925ae9d257d441afac2b49123608801bea9caa43bf0edcb07
|
|
628
|
+
translated_at: '2026-08-05T03:25:56Z'
|
|
629
|
+
prompt_version: 1
|
|
630
|
+
"/docs/features/copilot-integration/":
|
|
631
|
+
source: pages/_docs/features/copilot-integration.md
|
|
632
|
+
sha: c60a7f9c46b5ce80a856c8612c8ac54956c70359ed04090b9ca12934aa390b94
|
|
633
|
+
fr:
|
|
634
|
+
url: "/fr/docs/features/copilot-integration/"
|
|
635
|
+
path: fr/docs/features/copilot-integration.md
|
|
636
|
+
sha: c60a7f9c46b5ce80a856c8612c8ac54956c70359ed04090b9ca12934aa390b94
|
|
637
|
+
translated_at: '2026-08-05T03:26:33Z'
|
|
638
|
+
prompt_version: 1
|
|
639
|
+
"/docs/features/dynamic-navigation/":
|
|
640
|
+
source: pages/_docs/features/dynamic-navigation.md
|
|
641
|
+
sha: 1224dc4dea333fc57db3250d0d13b219f986cbddc72dc902166434970d2bb031
|
|
642
|
+
fr:
|
|
643
|
+
url: "/fr/docs/features/dynamic-navigation/"
|
|
644
|
+
path: fr/docs/features/dynamic-navigation.md
|
|
645
|
+
sha: 1224dc4dea333fc57db3250d0d13b219f986cbddc72dc902166434970d2bb031
|
|
646
|
+
translated_at: '2026-08-05T03:26:44Z'
|
|
647
|
+
prompt_version: 1
|
|
648
|
+
"/docs/features/favicon/":
|
|
649
|
+
source: pages/_docs/features/favicon.md
|
|
650
|
+
sha: 264da6b68023d01da6d1330c999686a2ca880db77a29fa3e4cfc4a2d63b7a53b
|
|
651
|
+
fr:
|
|
652
|
+
url: "/fr/docs/features/favicon/"
|
|
653
|
+
path: fr/docs/features/favicon.md
|
|
654
|
+
sha: 264da6b68023d01da6d1330c999686a2ca880db77a29fa3e4cfc4a2d63b7a53b
|
|
655
|
+
translated_at: '2026-08-05T03:26:59Z'
|
|
656
|
+
prompt_version: 1
|
|
657
|
+
"/docs/features/giscus-comments/":
|
|
658
|
+
source: pages/_docs/features/giscus-comments.md
|
|
659
|
+
sha: 52efdd3386dcf88f48f187e9b85c00dbd4503217fedaafab1788d89fe6d60c01
|
|
660
|
+
fr:
|
|
661
|
+
url: "/fr/docs/features/giscus-comments/"
|
|
662
|
+
path: fr/docs/features/giscus-comments.md
|
|
663
|
+
sha: 52efdd3386dcf88f48f187e9b85c00dbd4503217fedaafab1788d89fe6d60c01
|
|
664
|
+
translated_at: '2026-08-05T03:27:46Z'
|
|
665
|
+
prompt_version: 1
|
|
666
|
+
"/docs/features/jupyter-notebooks/":
|
|
667
|
+
source: pages/_docs/features/jupyter-notebooks.md
|
|
668
|
+
sha: 491318d3fcb33b0d33353bacb6f64d10a225d0e9acde7656fd573da9c4fde2f0
|
|
669
|
+
fr:
|
|
670
|
+
url: "/fr/docs/features/jupyter-notebooks/"
|
|
671
|
+
path: fr/docs/features/jupyter-notebooks.md
|
|
672
|
+
sha: 491318d3fcb33b0d33353bacb6f64d10a225d0e9acde7656fd573da9c4fde2f0
|
|
673
|
+
translated_at: '2026-08-05T03:28:36Z'
|
|
674
|
+
prompt_version: 1
|
|
675
|
+
"/docs/features/keyboard-navigation/":
|
|
676
|
+
source: pages/_docs/features/keyboard-navigation.md
|
|
677
|
+
sha: d0be119d5f6c6d6b177a52157542ba70126fcf3c6bec01dceede24101a9b8ff3
|
|
678
|
+
fr:
|
|
679
|
+
url: "/fr/docs/features/keyboard-navigation/"
|
|
680
|
+
path: fr/docs/features/keyboard-navigation.md
|
|
681
|
+
sha: d0be119d5f6c6d6b177a52157542ba70126fcf3c6bec01dceede24101a9b8ff3
|
|
682
|
+
translated_at: '2026-08-05T03:29:11Z'
|
|
683
|
+
prompt_version: 1
|
|
684
|
+
"/docs/features/mathjax-math/":
|
|
685
|
+
source: pages/_docs/features/mathjax-math.md
|
|
686
|
+
sha: ad2447aad6d4c97c4030c1936b8ae6f5744b192a349c0cbc1fae1f9f4e0cca60
|
|
687
|
+
fr:
|
|
688
|
+
url: "/fr/docs/features/mathjax-math/"
|
|
689
|
+
path: fr/docs/features/mathjax-math.md
|
|
690
|
+
sha: ad2447aad6d4c97c4030c1936b8ae6f5744b192a349c0cbc1fae1f9f4e0cca60
|
|
691
|
+
translated_at: '2026-08-05T03:29:38Z'
|
|
692
|
+
prompt_version: 1
|
|
693
|
+
"/docs/features/mermaid-diagrams/":
|
|
694
|
+
source: pages/_docs/features/mermaid-diagrams.md
|
|
695
|
+
sha: b8e7cd0aada3d21fa9fd357a681d97669bc0b5a0b68d6e50f8572de4421b8d90
|
|
696
|
+
fr:
|
|
697
|
+
url: "/fr/docs/features/mermaid-diagrams/"
|
|
698
|
+
path: fr/docs/features/mermaid-diagrams.md
|
|
699
|
+
sha: b8e7cd0aada3d21fa9fd357a681d97669bc0b5a0b68d6e50f8572de4421b8d90
|
|
700
|
+
translated_at: '2026-08-05T03:30:12Z'
|
|
701
|
+
prompt_version: 1
|
|
702
|
+
"/docs/features/mobile-toc/":
|
|
703
|
+
source: pages/_docs/features/mobile-toc.md
|
|
704
|
+
sha: 0e7adef532b1d8346e3fae20e1ca0d2972a93be88f871a779b06fe62fa75bef9
|
|
705
|
+
fr:
|
|
706
|
+
url: "/fr/docs/features/mobile-toc/"
|
|
707
|
+
path: fr/docs/features/mobile-toc.md
|
|
708
|
+
sha: 0e7adef532b1d8346e3fae20e1ca0d2972a93be88f871a779b06fe62fa75bef9
|
|
709
|
+
translated_at: '2026-08-05T03:30:38Z'
|
|
710
|
+
prompt_version: 1
|
|
711
|
+
"/docs/features/navigation-architecture/":
|
|
712
|
+
source: pages/_docs/features/navigation-architecture.md
|
|
713
|
+
sha: 2f062d7f74fb14ce79b61b3ca597f012ecd0616297781ff2db40015abbf9872e
|
|
714
|
+
fr:
|
|
715
|
+
url: "/fr/docs/features/navigation-architecture/"
|
|
716
|
+
path: fr/docs/features/navigation-architecture.md
|
|
717
|
+
sha: 2f062d7f74fb14ce79b61b3ca597f012ecd0616297781ff2db40015abbf9872e
|
|
718
|
+
translated_at: '2026-08-05T03:30:53Z'
|
|
719
|
+
prompt_version: 1
|
|
720
|
+
"/docs/features/particles-background/":
|
|
721
|
+
source: pages/_docs/features/particles-background.md
|
|
722
|
+
sha: 815b5d59e622c0b6126d114ea29f35c6868d07bae5312e1ef5568e28acb8013d
|
|
723
|
+
fr:
|
|
724
|
+
url: "/fr/docs/features/particles-background/"
|
|
725
|
+
path: fr/docs/features/particles-background.md
|
|
726
|
+
sha: 815b5d59e622c0b6126d114ea29f35c6868d07bae5312e1ef5568e28acb8013d
|
|
727
|
+
translated_at: '2026-08-05T03:31:02Z'
|
|
728
|
+
prompt_version: 1
|
|
729
|
+
"/docs/features/posthog-analytics/":
|
|
730
|
+
source: pages/_docs/features/posthog-analytics.md
|
|
731
|
+
sha: b61e1e545b0decfdc848aec4c4b019e5db3f2c200d4b06492f4cc77ecc288e77
|
|
732
|
+
fr:
|
|
733
|
+
url: "/fr/docs/features/posthog-analytics/"
|
|
734
|
+
path: fr/docs/features/posthog-analytics.md
|
|
735
|
+
sha: b61e1e545b0decfdc848aec4c4b019e5db3f2c200d4b06492f4cc77ecc288e77
|
|
736
|
+
translated_at: '2026-08-05T03:31:33Z'
|
|
737
|
+
prompt_version: 1
|
|
738
|
+
"/docs/features/preview-image-generator/":
|
|
739
|
+
source: pages/_docs/features/preview-image-generator.md
|
|
740
|
+
sha: 9901ab3fc428545bf5891d5f27f373b09946c15367758b1a17766f5dbf3681a8
|
|
741
|
+
fr:
|
|
742
|
+
url: "/fr/docs/features/preview-image-generator/"
|
|
743
|
+
path: fr/docs/features/preview-image-generator.md
|
|
744
|
+
sha: 9901ab3fc428545bf5891d5f27f373b09946c15367758b1a17766f5dbf3681a8
|
|
745
|
+
translated_at: '2026-08-05T03:32:12Z'
|
|
746
|
+
prompt_version: 1
|
|
747
|
+
"/docs/features/sidebar-navigation/":
|
|
748
|
+
source: pages/_docs/features/sidebar-navigation.md
|
|
749
|
+
sha: 7b2f6d514ad2de98951456dfe1e8a94aff24cd162dc910e3671fd17bf2d7b120
|
|
750
|
+
fr:
|
|
751
|
+
url: "/fr/docs/features/sidebar-navigation/"
|
|
752
|
+
path: fr/docs/features/sidebar-navigation.md
|
|
753
|
+
sha: 7b2f6d514ad2de98951456dfe1e8a94aff24cd162dc910e3671fd17bf2d7b120
|
|
754
|
+
translated_at: '2026-08-05T03:32:56Z'
|
|
755
|
+
prompt_version: 1
|
|
756
|
+
"/docs/features/sidebar-page-tree/":
|
|
757
|
+
source: pages/_docs/features/sidebar-page-tree.md
|
|
758
|
+
sha: 78aaa54a3a5ccf0c0fc38bb4ed178e43d764a194358ce5878240f20a88f3c04a
|
|
759
|
+
fr:
|
|
760
|
+
url: "/fr/docs/features/sidebar-page-tree/"
|
|
761
|
+
path: fr/docs/features/sidebar-page-tree.md
|
|
762
|
+
sha: 78aaa54a3a5ccf0c0fc38bb4ed178e43d764a194358ce5878240f20a88f3c04a
|
|
763
|
+
translated_at: '2026-08-05T03:33:13Z'
|
|
764
|
+
prompt_version: 1
|
|
765
|
+
"/docs/features/site-search/":
|
|
766
|
+
source: pages/_docs/features/site-search.md
|
|
767
|
+
sha: 6cec0dc08d9c626a53d5cbe47172eddb1fc7de497a5e2a76616f4e81a6896673
|
|
768
|
+
fr:
|
|
769
|
+
url: "/fr/docs/features/site-search/"
|
|
770
|
+
path: fr/docs/features/site-search.md
|
|
771
|
+
sha: 6cec0dc08d9c626a53d5cbe47172eddb1fc7de497a5e2a76616f4e81a6896673
|
|
772
|
+
translated_at: '2026-08-05T03:33:28Z'
|
|
773
|
+
prompt_version: 1
|
|
774
|
+
"/docs/features/skip-to-content/":
|
|
775
|
+
source: pages/_docs/features/skip-to-content.md
|
|
776
|
+
sha: 4389fc104c0562973ff51ff65061fb637fa1e4635abbeccf3e028eea6e7fda29
|
|
777
|
+
fr:
|
|
778
|
+
url: "/fr/docs/features/skip-to-content/"
|
|
779
|
+
path: fr/docs/features/skip-to-content.md
|
|
780
|
+
sha: 4389fc104c0562973ff51ff65061fb637fa1e4635abbeccf3e028eea6e7fda29
|
|
781
|
+
translated_at: '2026-08-05T03:33:58Z'
|
|
782
|
+
prompt_version: 1
|
|
783
|
+
"/docs/features/smart-404/":
|
|
784
|
+
source: pages/_docs/features/smart-404.md
|
|
785
|
+
sha: a36e25dd68dc7c46ff1657c0c1e9f56c3f70bd72caacdb4ca4d2499d314ce505
|
|
786
|
+
fr:
|
|
787
|
+
url: "/fr/docs/features/smart-404/"
|
|
788
|
+
path: fr/docs/features/smart-404.md
|
|
789
|
+
sha: a36e25dd68dc7c46ff1657c0c1e9f56c3f70bd72caacdb4ca4d2499d314ce505
|
|
790
|
+
translated_at: '2026-08-05T03:34:08Z'
|
|
791
|
+
prompt_version: 1
|
|
792
|
+
"/docs/features/statistics-dashboard/":
|
|
793
|
+
source: pages/_docs/features/statistics-dashboard.md
|
|
794
|
+
sha: 1c020f7e148c8047442a5f4b202c51a00f261afc9c7f8db161def090cbdca286
|
|
795
|
+
fr:
|
|
796
|
+
url: "/fr/docs/features/statistics-dashboard/"
|
|
797
|
+
path: fr/docs/features/statistics-dashboard.md
|
|
798
|
+
sha: 1c020f7e148c8047442a5f4b202c51a00f261afc9c7f8db161def090cbdca286
|
|
799
|
+
translated_at: '2026-08-05T03:34:18Z'
|
|
800
|
+
prompt_version: 1
|
|
801
|
+
"/docs/features/theme-version/":
|
|
802
|
+
source: pages/_docs/features/theme-version.md
|
|
803
|
+
sha: 6cc8fea4896432aeec5d038fda395f31aa94e67c4df4882b36b1459a003bbd82
|
|
804
|
+
fr:
|
|
805
|
+
url: "/fr/docs/features/theme-version/"
|
|
806
|
+
path: fr/docs/features/theme-version.md
|
|
807
|
+
sha: 6cc8fea4896432aeec5d038fda395f31aa94e67c4df4882b36b1459a003bbd82
|
|
808
|
+
translated_at: '2026-08-05T03:34:44Z'
|
|
809
|
+
prompt_version: 1
|
|
810
|
+
"/docs/features/toc/":
|
|
811
|
+
source: pages/_docs/features/toc.md
|
|
812
|
+
sha: 6e3a36b8d8b967bc391d2a0f7821f6fa276927a43265cf253c4d713e08db2306
|
|
813
|
+
fr:
|
|
814
|
+
url: "/fr/docs/features/toc/"
|
|
815
|
+
path: fr/docs/features/toc.md
|
|
816
|
+
sha: 6e3a36b8d8b967bc391d2a0f7821f6fa276927a43265cf253c4d713e08db2306
|
|
817
|
+
translated_at: '2026-08-05T03:34:58Z'
|
|
818
|
+
prompt_version: 1
|
|
819
|
+
"/docs/features/vendored-assets/":
|
|
820
|
+
source: pages/_docs/features/vendored-assets.md
|
|
821
|
+
sha: e2786f28998b0d06c58bd589e8204fa412c581f786886a5a8aa22f43d85f8c71
|
|
822
|
+
fr:
|
|
823
|
+
url: "/fr/docs/features/vendored-assets/"
|
|
824
|
+
path: fr/docs/features/vendored-assets.md
|
|
825
|
+
sha: e2786f28998b0d06c58bd589e8204fa412c581f786886a5a8aa22f43d85f8c71
|
|
826
|
+
translated_at: '2026-08-05T04:34:37Z'
|
|
827
|
+
prompt_version: 1
|
|
828
|
+
"/docs/front-matter/":
|
|
829
|
+
source: pages/_docs/front-matter.md
|
|
830
|
+
sha: ce72cd558f51ad56e1318f8506790a71b04a4eb6a373ad09bcca74531f325673
|
|
831
|
+
fr:
|
|
832
|
+
url: "/fr/docs/front-matter/"
|
|
833
|
+
path: fr/docs/front-matter.md
|
|
834
|
+
sha: ce72cd558f51ad56e1318f8506790a71b04a4eb6a373ad09bcca74531f325673
|
|
835
|
+
translated_at: '2026-08-05T04:34:47Z'
|
|
836
|
+
prompt_version: 1
|
|
837
|
+
"/docs/getting-started/":
|
|
838
|
+
source: pages/_docs/getting-started/index.md
|
|
839
|
+
sha: 5c48cab38677042cb554cbc25796ce9d1b0597adcdc0d9e639fbfa30302a0901
|
|
840
|
+
fr:
|
|
841
|
+
url: "/fr/docs/getting-started/"
|
|
842
|
+
path: fr/docs/getting-started/index.md
|
|
843
|
+
sha: 5c48cab38677042cb554cbc25796ce9d1b0597adcdc0d9e639fbfa30302a0901
|
|
844
|
+
translated_at: '2026-08-05T04:34:56Z'
|
|
845
|
+
prompt_version: 1
|
|
846
|
+
"/docs/getting-started/quick-start/":
|
|
847
|
+
source: pages/_docs/getting-started/quick-start.md
|
|
848
|
+
sha: f48dddacb177a74aac0c221d66e7f99ba2f293c5f254de5d3f1c23e0d2de5d0d
|
|
849
|
+
fr:
|
|
850
|
+
url: "/fr/docs/getting-started/quick-start/"
|
|
851
|
+
path: fr/docs/getting-started/quick-start.md
|
|
852
|
+
sha: f48dddacb177a74aac0c221d66e7f99ba2f293c5f254de5d3f1c23e0d2de5d0d
|
|
853
|
+
translated_at: '2026-08-05T04:35:42Z'
|
|
854
|
+
prompt_version: 1
|
|
855
|
+
"/docs/getting-started/theme-guide/":
|
|
856
|
+
source: pages/_docs/getting-started/theme-guide.md
|
|
857
|
+
sha: 446d47041206cc329ebe36b611b6238b3ccc45228eb7c5200fb4fe2ccbc2bae0
|
|
858
|
+
fr:
|
|
859
|
+
url: "/fr/docs/getting-started/theme-guide/"
|
|
860
|
+
path: fr/docs/getting-started/theme-guide.md
|
|
861
|
+
sha: 446d47041206cc329ebe36b611b6238b3ccc45228eb7c5200fb4fe2ccbc2bae0
|
|
862
|
+
translated_at: '2026-08-05T04:36:08Z'
|
|
863
|
+
prompt_version: 1
|
|
864
|
+
"/docs/installation/":
|
|
865
|
+
source: pages/_docs/installation.md
|
|
866
|
+
sha: d7b38e187a1114b4ad19af628b0bfaa6fb60241f315226cb6b41617739981280
|
|
867
|
+
fr:
|
|
868
|
+
url: "/fr/docs/installation/"
|
|
869
|
+
path: fr/docs/installation.md
|
|
870
|
+
sha: d7b38e187a1114b4ad19af628b0bfaa6fb60241f315226cb6b41617739981280
|
|
871
|
+
translated_at: '2026-08-05T04:36:40Z'
|
|
872
|
+
prompt_version: 1
|
|
873
|
+
"/docs/jekyll/":
|
|
874
|
+
source: pages/_docs/jekyll/index.md
|
|
875
|
+
sha: fa145fad7d0896357ca935efe1ec2a0c9eb436f04368d554cd5fa77a8553e5e1
|
|
876
|
+
fr:
|
|
877
|
+
url: "/fr/docs/jekyll/"
|
|
878
|
+
path: fr/docs/jekyll/index.md
|
|
879
|
+
sha: fa145fad7d0896357ca935efe1ec2a0c9eb436f04368d554cd5fa77a8553e5e1
|
|
880
|
+
translated_at: '2026-08-05T04:37:30Z'
|
|
881
|
+
prompt_version: 1
|
|
882
|
+
"/docs/jekyll/code-highlighting/":
|
|
883
|
+
source: pages/_docs/jekyll/code-highlighting.md
|
|
884
|
+
sha: f7c0497eed727b653d9e3902384e8675f86f82ea59abc55f5deb9026f495c309
|
|
885
|
+
fr:
|
|
886
|
+
url: "/fr/docs/jekyll/code-highlighting/"
|
|
887
|
+
path: fr/docs/jekyll/code-highlighting.md
|
|
888
|
+
sha: f7c0497eed727b653d9e3902384e8675f86f82ea59abc55f5deb9026f495c309
|
|
889
|
+
translated_at: '2026-08-05T04:36:52Z'
|
|
890
|
+
prompt_version: 1
|
|
891
|
+
"/docs/jekyll/collections/":
|
|
892
|
+
source: pages/_docs/jekyll/collections.md
|
|
893
|
+
sha: 031612b6df214b64dc636a5c9314725ba2b027f317f9e9b391aaad55593c8fb4
|
|
894
|
+
fr:
|
|
895
|
+
url: "/fr/docs/jekyll/collections/"
|
|
896
|
+
path: fr/docs/jekyll/collections.md
|
|
897
|
+
sha: 031612b6df214b64dc636a5c9314725ba2b027f317f9e9b391aaad55593c8fb4
|
|
898
|
+
translated_at: '2026-08-05T04:37:11Z'
|
|
899
|
+
prompt_version: 1
|
|
900
|
+
"/docs/jekyll/pagination/":
|
|
901
|
+
source: pages/_docs/jekyll/pagination.md
|
|
902
|
+
sha: da789c476b8ba07ff4f1d55434e1e7220fadbbb14fa2c1495157a5988a74f219
|
|
903
|
+
fr:
|
|
904
|
+
url: "/fr/docs/jekyll/pagination/"
|
|
905
|
+
path: fr/docs/jekyll/pagination.md
|
|
906
|
+
sha: da789c476b8ba07ff4f1d55434e1e7220fadbbb14fa2c1495157a5988a74f219
|
|
907
|
+
translated_at: '2026-08-05T04:37:38Z'
|
|
908
|
+
prompt_version: 1
|
|
909
|
+
"/docs/liquid/":
|
|
910
|
+
source: pages/_docs/liquid/index.md
|
|
911
|
+
sha: ec79a55a9d22945a1ed067b2f718ebb59904765532bfe481f97ff212fd577e20
|
|
912
|
+
fr:
|
|
913
|
+
url: "/fr/docs/liquid/"
|
|
914
|
+
path: fr/docs/liquid/index.md
|
|
915
|
+
sha: ec79a55a9d22945a1ed067b2f718ebb59904765532bfe481f97ff212fd577e20
|
|
916
|
+
translated_at: '2026-08-05T04:37:46Z'
|
|
917
|
+
prompt_version: 1
|
|
918
|
+
"/docs/obsidian/":
|
|
919
|
+
source: pages/_docs/obsidian/index.md
|
|
920
|
+
sha: 1c166b90ed274af3e98c4bd8d3d8d31e57bcaa7e907fcb43a592b882d4d057e0
|
|
921
|
+
fr:
|
|
922
|
+
url: "/fr/docs/obsidian/"
|
|
923
|
+
path: fr/docs/obsidian/index.md
|
|
924
|
+
sha: 1c166b90ed274af3e98c4bd8d3d8d31e57bcaa7e907fcb43a592b882d4d057e0
|
|
925
|
+
translated_at: '2026-08-05T04:38:37Z'
|
|
926
|
+
prompt_version: 1
|
|
927
|
+
"/docs/obsidian/authoring-workflow/":
|
|
928
|
+
source: pages/_docs/obsidian/authoring-workflow.md
|
|
929
|
+
sha: e7a5d08181802b8c82eeef20b26796cc19e2b230e90a5838faabd0bbf2a46cab
|
|
930
|
+
fr:
|
|
931
|
+
url: "/fr/docs/obsidian/authoring-workflow/"
|
|
932
|
+
path: fr/docs/obsidian/authoring-workflow.md
|
|
933
|
+
sha: e7a5d08181802b8c82eeef20b26796cc19e2b230e90a5838faabd0bbf2a46cab
|
|
934
|
+
translated_at: '2026-08-05T04:38:03Z'
|
|
935
|
+
prompt_version: 1
|
|
936
|
+
"/docs/obsidian/getting-started/":
|
|
937
|
+
source: pages/_docs/obsidian/getting-started.md
|
|
938
|
+
sha: 90cee16fcdf6234ac224cc419ea0ec0828a4a3618b41ac89841352ff381fb7a6
|
|
939
|
+
fr:
|
|
940
|
+
url: "/fr/docs/obsidian/getting-started/"
|
|
941
|
+
path: fr/docs/obsidian/getting-started.md
|
|
942
|
+
sha: 90cee16fcdf6234ac224cc419ea0ec0828a4a3618b41ac89841352ff381fb7a6
|
|
943
|
+
translated_at: '2026-08-05T04:38:21Z'
|
|
944
|
+
prompt_version: 1
|
|
945
|
+
"/docs/obsidian/graph/":
|
|
946
|
+
source: pages/_docs/obsidian/graph.md
|
|
947
|
+
sha: f8d79a65ff41a372d00c64fad1bfd12a504d3e4576b5bd75dc8c12205406f1d4
|
|
948
|
+
fr:
|
|
949
|
+
url: "/fr/docs/obsidian/graph/"
|
|
950
|
+
path: fr/docs/obsidian/graph.md
|
|
951
|
+
sha: f8d79a65ff41a372d00c64fad1bfd12a504d3e4576b5bd75dc8c12205406f1d4
|
|
952
|
+
translated_at: '2026-08-05T04:38:23Z'
|
|
953
|
+
prompt_version: 1
|
|
954
|
+
"/docs/obsidian/performance/":
|
|
955
|
+
source: pages/_docs/obsidian/performance.md
|
|
956
|
+
sha: 6586d60c57aa85cb1cd2e2f5985ee714bf32a232edc38de436e19b9850b175a3
|
|
957
|
+
fr:
|
|
958
|
+
url: "/fr/docs/obsidian/performance/"
|
|
959
|
+
path: fr/docs/obsidian/performance.md
|
|
960
|
+
sha: 6586d60c57aa85cb1cd2e2f5985ee714bf32a232edc38de436e19b9850b175a3
|
|
961
|
+
translated_at: '2026-08-05T04:38:54Z'
|
|
962
|
+
prompt_version: 1
|
|
963
|
+
"/docs/obsidian/syntax-reference/":
|
|
964
|
+
source: pages/_docs/obsidian/syntax-reference.md
|
|
965
|
+
sha: ba40d91073b281e70878531a458b0bb714e7cc08ae7f61b2d47d173280485939
|
|
966
|
+
fr:
|
|
967
|
+
url: "/fr/docs/obsidian/syntax-reference/"
|
|
968
|
+
path: fr/docs/obsidian/syntax-reference.md
|
|
969
|
+
sha: ba40d91073b281e70878531a458b0bb714e7cc08ae7f61b2d47d173280485939
|
|
970
|
+
translated_at: '2026-08-05T04:39:30Z'
|
|
971
|
+
prompt_version: 1
|
|
972
|
+
"/docs/obsidian/troubleshooting/":
|
|
973
|
+
source: pages/_docs/obsidian/troubleshooting.md
|
|
974
|
+
sha: 2515b91e8b1add29d8041de299c502940491b02d70b4830d92c61f3cbf3e7aaa
|
|
975
|
+
fr:
|
|
976
|
+
url: "/fr/docs/obsidian/troubleshooting/"
|
|
977
|
+
path: fr/docs/obsidian/troubleshooting.md
|
|
978
|
+
sha: 2515b91e8b1add29d8041de299c502940491b02d70b4830d92c61f3cbf3e7aaa
|
|
979
|
+
translated_at: '2026-08-05T04:39:56Z'
|
|
980
|
+
prompt_version: 1
|
|
981
|
+
"/docs/quickstart/":
|
|
982
|
+
source: pages/_docs/quickstart/index.md
|
|
983
|
+
sha: 2b6514fcc314f0df1a1fd9acdf966b7233e8e5e062b731c38c1e6dbe4edfd7e6
|
|
984
|
+
fr:
|
|
985
|
+
url: "/fr/docs/quickstart/"
|
|
986
|
+
path: fr/docs/quickstart/index.md
|
|
987
|
+
sha: 2b6514fcc314f0df1a1fd9acdf966b7233e8e5e062b731c38c1e6dbe4edfd7e6
|
|
988
|
+
translated_at: '2026-08-05T04:40:43Z'
|
|
989
|
+
prompt_version: 1
|
|
990
|
+
"/docs/quickstart/bare-minimum/":
|
|
991
|
+
source: pages/_docs/quickstart/bare-minimum.md
|
|
992
|
+
sha: abd24f43d4b076e2ea77ff6e01cfa9c5907f16db5885638dcfa3c25a157363d3
|
|
993
|
+
fr:
|
|
994
|
+
url: "/fr/docs/quickstart/bare-minimum/"
|
|
995
|
+
path: fr/docs/quickstart/bare-minimum.md
|
|
996
|
+
sha: abd24f43d4b076e2ea77ff6e01cfa9c5907f16db5885638dcfa3c25a157363d3
|
|
997
|
+
translated_at: '2026-08-05T04:40:07Z'
|
|
998
|
+
prompt_version: 1
|
|
999
|
+
"/docs/quickstart/fork-and-deploy/":
|
|
1000
|
+
source: pages/_docs/quickstart/fork-and-deploy.md
|
|
1001
|
+
sha: d5c4897cbad956160cabc103026d7358c12ca068a3e5aa32fb4a9d31043f026e
|
|
1002
|
+
fr:
|
|
1003
|
+
url: "/fr/docs/quickstart/fork-and-deploy/"
|
|
1004
|
+
path: fr/docs/quickstart/fork-and-deploy.md
|
|
1005
|
+
sha: d5c4897cbad956160cabc103026d7358c12ca068a3e5aa32fb4a9d31043f026e
|
|
1006
|
+
translated_at: '2026-08-05T04:40:29Z'
|
|
1007
|
+
prompt_version: 1
|
|
1008
|
+
"/docs/ruby-101/":
|
|
1009
|
+
source: pages/_docs/ruby-101.md
|
|
1010
|
+
sha: 43ad3ba65d710012bcc7289fdf641f5a24a736013978504b02a2305320635562
|
|
1011
|
+
fr:
|
|
1012
|
+
url: "/fr/docs/ruby-101/"
|
|
1013
|
+
path: fr/docs/ruby-101.md
|
|
1014
|
+
sha: 43ad3ba65d710012bcc7289fdf641f5a24a736013978504b02a2305320635562
|
|
1015
|
+
translated_at: '2026-08-05T04:41:04Z'
|
|
1016
|
+
prompt_version: 1
|
|
1017
|
+
"/docs/ruby/":
|
|
1018
|
+
source: pages/_docs/ruby/index.md
|
|
1019
|
+
sha: 06536d065d917519bde20566024bca5cea85e751903a805a09b272fe0f9af9cb
|
|
1020
|
+
fr:
|
|
1021
|
+
url: "/fr/docs/ruby/"
|
|
1022
|
+
path: fr/docs/ruby/index.md
|
|
1023
|
+
sha: 06536d065d917519bde20566024bca5cea85e751903a805a09b272fe0f9af9cb
|
|
1024
|
+
translated_at: '2026-08-05T04:41:10Z'
|
|
1025
|
+
prompt_version: 1
|
|
1026
|
+
"/docs/seo/":
|
|
1027
|
+
source: pages/_docs/seo/index.md
|
|
1028
|
+
sha: 56c57c81e52f04d7089e984b4d9f6a043d6c7b70bb2ae817ad8f61e4fd1ec1c5
|
|
1029
|
+
fr:
|
|
1030
|
+
url: "/fr/docs/seo/"
|
|
1031
|
+
path: fr/docs/seo/index.md
|
|
1032
|
+
sha: 56c57c81e52f04d7089e984b4d9f6a043d6c7b70bb2ae817ad8f61e4fd1ec1c5
|
|
1033
|
+
translated_at: '2026-08-05T04:41:36Z'
|
|
1034
|
+
prompt_version: 1
|
|
1035
|
+
"/docs/seo/aieo/":
|
|
1036
|
+
source: pages/_docs/seo/aieo.md
|
|
1037
|
+
sha: 2ca067bf7e91964fa7d06400cd704685754f7191644031bf62e5077949090e4f
|
|
1038
|
+
fr:
|
|
1039
|
+
url: "/fr/docs/seo/aieo/"
|
|
1040
|
+
path: fr/docs/seo/aieo.md
|
|
1041
|
+
sha: 2ca067bf7e91964fa7d06400cd704685754f7191644031bf62e5077949090e4f
|
|
1042
|
+
translated_at: '2026-08-05T04:41:28Z'
|
|
1043
|
+
prompt_version: 1
|
|
1044
|
+
"/docs/seo/meta-tags/":
|
|
1045
|
+
source: pages/_docs/seo/meta-tags.md
|
|
1046
|
+
sha: 697066a7bd7f21e954f05bf5795a1f2cd79be8f0f528eb16df9e017fc96463b1
|
|
1047
|
+
fr:
|
|
1048
|
+
url: "/fr/docs/seo/meta-tags/"
|
|
1049
|
+
path: fr/docs/seo/meta-tags.md
|
|
1050
|
+
sha: 697066a7bd7f21e954f05bf5795a1f2cd79be8f0f528eb16df9e017fc96463b1
|
|
1051
|
+
translated_at: '2026-08-05T04:41:54Z'
|
|
1052
|
+
prompt_version: 1
|
|
1053
|
+
"/docs/seo/sitemap/":
|
|
1054
|
+
source: pages/_docs/seo/sitemap.md
|
|
1055
|
+
sha: c0a70d349c49ed3771b65e9efd2f9370ee780bb42d71cf324a142e90cd44b21b
|
|
1056
|
+
fr:
|
|
1057
|
+
url: "/fr/docs/seo/sitemap/"
|
|
1058
|
+
path: fr/docs/seo/sitemap.md
|
|
1059
|
+
sha: c0a70d349c49ed3771b65e9efd2f9370ee780bb42d71cf324a142e90cd44b21b
|
|
1060
|
+
translated_at: '2026-08-05T04:42:14Z'
|
|
1061
|
+
prompt_version: 1
|
|
1062
|
+
"/docs/troubleshooting/":
|
|
1063
|
+
source: pages/_docs/troubleshooting.md
|
|
1064
|
+
sha: a8990514b26fd2d01d1fda0f81b3c75ddf20f4b38fb890d71cb3f73809f5a5a8
|
|
1065
|
+
fr:
|
|
1066
|
+
url: "/fr/docs/troubleshooting/"
|
|
1067
|
+
path: fr/docs/troubleshooting.md
|
|
1068
|
+
sha: a8990514b26fd2d01d1fda0f81b3c75ddf20f4b38fb890d71cb3f73809f5a5a8
|
|
1069
|
+
translated_at: '2026-08-05T04:42:25Z'
|
|
1070
|
+
prompt_version: 1
|
|
1071
|
+
"/news/":
|
|
1072
|
+
source: pages/_posts/2000-01-01-index.md
|
|
1073
|
+
sha: 1fb552f8be97026448bd1b0b12f2785fbc9251f219e896b4bda2f0d14c6d604f
|
|
1074
|
+
fr:
|
|
1075
|
+
url: "/fr/news/"
|
|
1076
|
+
path: fr/posts/2000-01-01-index.md
|
|
1077
|
+
sha: 1fb552f8be97026448bd1b0b12f2785fbc9251f219e896b4bda2f0d14c6d604f
|
|
1078
|
+
translated_at: '2026-07-23T16:53:09Z'
|
|
1079
|
+
prompt_version: 1
|
|
1080
|
+
"/news/business/":
|
|
1081
|
+
source: pages/_posts/business/2000-01-01-index.md
|
|
1082
|
+
sha: b264f37362cb749fbe9a2f6539dc9de6a112d394f42173a504157f67673344f4
|
|
1083
|
+
fr:
|
|
1084
|
+
url: "/fr/news/business/"
|
|
1085
|
+
path: fr/posts/business/2000-01-01-index.md
|
|
1086
|
+
sha: b264f37362cb749fbe9a2f6539dc9de6a112d394f42173a504157f67673344f4
|
|
1087
|
+
translated_at: '2026-07-23T16:56:35Z'
|
|
1088
|
+
prompt_version: 1
|
|
1089
|
+
"/news/development/":
|
|
1090
|
+
source: pages/_posts/development/2000-01-01-index.md
|
|
1091
|
+
sha: b6388f4cc919d5173e9d445876076bd47adf5a7fe8dd29a6a0c76eb45ee34a54
|
|
1092
|
+
fr:
|
|
1093
|
+
url: "/fr/news/development/"
|
|
1094
|
+
path: fr/posts/development/2000-01-01-index.md
|
|
1095
|
+
sha: b6388f4cc919d5173e9d445876076bd47adf5a7fe8dd29a6a0c76eb45ee34a54
|
|
1096
|
+
translated_at: '2026-07-23T16:57:30Z'
|
|
1097
|
+
prompt_version: 1
|
|
1098
|
+
"/news/science/":
|
|
1099
|
+
source: pages/_posts/science/2000-01-01-index.md
|
|
1100
|
+
sha: f9e7973d0813edaf50eacbfb22562fac1201f56548cf5ae23079dbc840f05f14
|
|
1101
|
+
fr:
|
|
1102
|
+
url: "/fr/news/science/"
|
|
1103
|
+
path: fr/posts/science/2000-01-01-index.md
|
|
1104
|
+
sha: f9e7973d0813edaf50eacbfb22562fac1201f56548cf5ae23079dbc840f05f14
|
|
1105
|
+
translated_at: '2026-07-23T16:58:32Z'
|
|
1106
|
+
prompt_version: 1
|
|
1107
|
+
"/news/technology/":
|
|
1108
|
+
source: pages/_posts/technology/2000-01-01-index.md
|
|
1109
|
+
sha: 77972cfb4365a28e14b94de4574053fe3e0021aed68b8c0298a0a29ffbbeca45
|
|
1110
|
+
fr:
|
|
1111
|
+
url: "/fr/news/technology/"
|
|
1112
|
+
path: fr/posts/technology/2000-01-01-index.md
|
|
1113
|
+
sha: 77972cfb4365a28e14b94de4574053fe3e0021aed68b8c0298a0a29ffbbeca45
|
|
1114
|
+
translated_at: '2026-07-23T16:59:28Z'
|
|
1115
|
+
prompt_version: 1
|
|
1116
|
+
"/news/tutorial/":
|
|
1117
|
+
source: pages/_posts/tutorial/2000-01-01-index.md
|
|
1118
|
+
sha: b9f70e4677bc8b46e1686db4f66cba70404965c59b66230b0bc3953b6ba1a17b
|
|
1119
|
+
fr:
|
|
1120
|
+
url: "/fr/news/tutorial/"
|
|
1121
|
+
path: fr/posts/tutorial/2000-01-01-index.md
|
|
1122
|
+
sha: b9f70e4677bc8b46e1686db4f66cba70404965c59b66230b0bc3953b6ba1a17b
|
|
1123
|
+
translated_at: '2026-07-23T17:04:56Z'
|
|
1124
|
+
prompt_version: 1
|
|
1125
|
+
"/news/world/":
|
|
1126
|
+
source: pages/_posts/world/2000-01-01-index.md
|
|
1127
|
+
sha: 799accfecc9193b3fda568f654a5d92fa7537b76a614965c4fa7e313719f40ea
|
|
1128
|
+
fr:
|
|
1129
|
+
url: "/fr/news/world/"
|
|
1130
|
+
path: fr/posts/world/2000-01-01-index.md
|
|
1131
|
+
sha: 799accfecc9193b3fda568f654a5d92fa7537b76a614965c4fa7e313719f40ea
|
|
1132
|
+
translated_at: '2026-07-23T17:07:12Z'
|
|
1133
|
+
prompt_version: 1
|
|
1134
|
+
"/notes/bash-shortcuts/":
|
|
1135
|
+
source: pages/_notes/bash-shortcuts.md
|
|
1136
|
+
sha: df7e96ad0959b46f3f4ac5187976e99b0f3d0d6a456d7316b186ac1c90aebc51
|
|
1137
|
+
fr:
|
|
1138
|
+
url: "/fr/notes/bash-shortcuts/"
|
|
1139
|
+
path: fr/notes/bash-shortcuts.md
|
|
1140
|
+
sha: df7e96ad0959b46f3f4ac5187976e99b0f3d0d6a456d7316b186ac1c90aebc51
|
|
1141
|
+
translated_at: '2026-08-07T04:26:30Z'
|
|
1142
|
+
prompt_version: 1
|
|
1143
|
+
"/notes/docker-commands/":
|
|
1144
|
+
source: pages/_notes/docker-commands.md
|
|
1145
|
+
sha: 1ba8b6bf9456b044c5201303a845f34bd9e0c725151d361d207f8c92f2cc307b
|
|
1146
|
+
fr:
|
|
1147
|
+
url: "/fr/notes/docker-commands/"
|
|
1148
|
+
path: fr/notes/docker-commands.md
|
|
1149
|
+
sha: 1ba8b6bf9456b044c5201303a845f34bd9e0c725151d361d207f8c92f2cc307b
|
|
1150
|
+
translated_at: '2026-08-07T04:26:39Z'
|
|
1151
|
+
prompt_version: 1
|
|
1152
|
+
"/notes/git-cheatsheet/":
|
|
1153
|
+
source: pages/_notes/git-cheatsheet.md
|
|
1154
|
+
sha: 7bb8c6a3044317fdda365b29fcc422b778bae092d740e0dfbfa3b02cd64b548a
|
|
1155
|
+
fr:
|
|
1156
|
+
url: "/fr/notes/git-cheatsheet/"
|
|
1157
|
+
path: fr/notes/git-cheatsheet.md
|
|
1158
|
+
sha: 7bb8c6a3044317fdda365b29fcc422b778bae092d740e0dfbfa3b02cd64b548a
|
|
1159
|
+
translated_at: '2026-08-07T04:26:49Z'
|
|
1160
|
+
prompt_version: 1
|
|
1161
|
+
"/notes/jekyll-front-matter/":
|
|
1162
|
+
source: pages/_notes/jekyll-front-matter.md
|
|
1163
|
+
sha: ff5f5fc707147f2a55877457befc62a00c7404a38a7e0b2e7ac43b6bdfd8df43
|
|
1164
|
+
fr:
|
|
1165
|
+
url: "/fr/notes/jekyll-front-matter/"
|
|
1166
|
+
path: fr/notes/jekyll-front-matter.md
|
|
1167
|
+
sha: ff5f5fc707147f2a55877457befc62a00c7404a38a7e0b2e7ac43b6bdfd8df43
|
|
1168
|
+
translated_at: '2026-08-07T04:27:07Z'
|
|
1169
|
+
prompt_version: 1
|
|
1170
|
+
"/notes/markdown-tips/":
|
|
1171
|
+
source: pages/_notes/markdown-tips.md
|
|
1172
|
+
sha: 1c8fdb9919a60952661b9a19a92632487fe09e04b7f33dc7e1dce217c70bf1c2
|
|
1173
|
+
fr:
|
|
1174
|
+
url: "/fr/notes/markdown-tips/"
|
|
1175
|
+
path: fr/notes/markdown-tips.md
|
|
1176
|
+
sha: 1c8fdb9919a60952661b9a19a92632487fe09e04b7f33dc7e1dce217c70bf1c2
|
|
1177
|
+
translated_at: '2026-08-07T04:27:26Z'
|
|
1178
|
+
prompt_version: 1
|
|
1179
|
+
"/posts/2024/06/17/wizard-topples-capitalist-dominance-ingeniously/":
|
|
1180
|
+
source: pages/_posts/2024-06-17-wizard-topples-capitalist-dominance-ingeniously.md
|
|
1181
|
+
sha: 5ba30eeebe4fc18de2391258cbf49f96cf529ff1e7b92a2859877f1f87819ecd
|
|
1182
|
+
fr:
|
|
1183
|
+
url: "/fr/posts/2024/06/17/wizard-topples-capitalist-dominance-ingeniously/"
|
|
1184
|
+
path: fr/posts/2024-06-17-wizard-topples-capitalist-dominance-ingeniously.md
|
|
1185
|
+
sha: 5ba30eeebe4fc18de2391258cbf49f96cf529ff1e7b92a2859877f1f87819ecd
|
|
1186
|
+
translated_at: '2026-07-23T16:54:13Z'
|
|
1187
|
+
prompt_version: 1
|
|
1188
|
+
"/posts/2025/01/01/getting-started-jekyll/":
|
|
1189
|
+
source: pages/_posts/2025-01-01-getting-started-jekyll.md
|
|
1190
|
+
sha: 8d3fbba92fb246c61a122267810e654b0c3b3a6f460d93d6ee51d9a5c5b5a24a
|
|
1191
|
+
fr:
|
|
1192
|
+
url: "/fr/posts/2025/01/01/getting-started-jekyll/"
|
|
1193
|
+
path: fr/posts/2025-01-01-getting-started-jekyll.md
|
|
1194
|
+
sha: 8d3fbba92fb246c61a122267810e654b0c3b3a6f460d93d6ee51d9a5c5b5a24a
|
|
1195
|
+
translated_at: '2026-07-23T16:54:22Z'
|
|
1196
|
+
prompt_version: 1
|
|
1197
|
+
"/posts/2025/01/05/web-accessibility-guide/":
|
|
1198
|
+
source: pages/_posts/2025-01-05-web-accessibility-guide.md
|
|
1199
|
+
sha: 9e36acbd9ad4ea79467e9820a7a6344f3b9109f73a733d946700487f063c4433
|
|
1200
|
+
fr:
|
|
1201
|
+
url: "/fr/posts/2025/01/05/web-accessibility-guide/"
|
|
1202
|
+
path: fr/posts/2025-01-05-web-accessibility-guide.md
|
|
1203
|
+
sha: 9e36acbd9ad4ea79467e9820a7a6344f3b9109f73a733d946700487f063c4433
|
|
1204
|
+
translated_at: '2026-07-23T16:54:34Z'
|
|
1205
|
+
prompt_version: 1
|
|
1206
|
+
"/posts/2025/01/10/bootstrap-5-components/":
|
|
1207
|
+
source: pages/_posts/2025-01-10-bootstrap-5-components.md
|
|
1208
|
+
sha: 24af55442ab536c6989a29b073e252a0123a961b9d1a7a94979ad83d8c1ab278
|
|
1209
|
+
fr:
|
|
1210
|
+
url: "/fr/posts/2025/01/10/bootstrap-5-components/"
|
|
1211
|
+
path: fr/posts/2025-01-10-bootstrap-5-components.md
|
|
1212
|
+
sha: 24af55442ab536c6989a29b073e252a0123a961b9d1a7a94979ad83d8c1ab278
|
|
1213
|
+
translated_at: '2026-07-23T16:54:43Z'
|
|
1214
|
+
prompt_version: 1
|
|
1215
|
+
"/posts/2025/01/15/docker-jekyll-guide/":
|
|
1216
|
+
source: pages/_posts/2025-01-15-docker-jekyll-guide.md
|
|
1217
|
+
sha: f41e406ffb3cb2089ed37dfd8f388f975ca46edac746307768358d892aa9a3d2
|
|
1218
|
+
fr:
|
|
1219
|
+
url: "/fr/posts/2025/01/15/docker-jekyll-guide/"
|
|
1220
|
+
path: fr/posts/2025-01-15-docker-jekyll-guide.md
|
|
1221
|
+
sha: f41e406ffb3cb2089ed37dfd8f388f975ca46edac746307768358d892aa9a3d2
|
|
1222
|
+
translated_at: '2026-07-23T16:54:51Z'
|
|
1223
|
+
prompt_version: 1
|
|
1224
|
+
"/posts/2025/01/18/quantum-computing-explained/":
|
|
1225
|
+
source: pages/_posts/science/2025-01-18-quantum-computing-explained.md
|
|
1226
|
+
sha: 7df0af9b5ebf5a6f94444eb8a888e4bb4c8d0f686e3e682c68feb74bbdedd7ea
|
|
1227
|
+
fr:
|
|
1228
|
+
url: "/fr/posts/2025/01/18/quantum-computing-explained/"
|
|
1229
|
+
path: fr/posts/science/2025-01-18-quantum-computing-explained.md
|
|
1230
|
+
sha: 7df0af9b5ebf5a6f94444eb8a888e4bb4c8d0f686e3e682c68feb74bbdedd7ea
|
|
1231
|
+
translated_at: '2026-07-23T16:58:49Z'
|
|
1232
|
+
prompt_version: 1
|
|
1233
|
+
"/posts/2025/01/20/startup-funding-guide/":
|
|
1234
|
+
source: pages/_posts/business/2025-01-20-startup-funding-guide.md
|
|
1235
|
+
sha: 827630eab154151c3beaeb35c5b3a364d73f5ee9b255b05334fecf15a1119b08
|
|
1236
|
+
fr:
|
|
1237
|
+
url: "/fr/posts/2025/01/20/startup-funding-guide/"
|
|
1238
|
+
path: fr/posts/business/2025-01-20-startup-funding-guide.md
|
|
1239
|
+
sha: 827630eab154151c3beaeb35c5b3a364d73f5ee9b255b05334fecf15a1119b08
|
|
1240
|
+
translated_at: '2026-07-23T16:56:51Z'
|
|
1241
|
+
prompt_version: 1
|
|
1242
|
+
"/posts/2025/01/21/remote-work-revolution/":
|
|
1243
|
+
source: pages/_posts/world/2025-01-21-remote-work-revolution.md
|
|
1244
|
+
sha: c1af2e3b7a1e5e980b0b8751ed1e03474b5f4f7c5b89493af803b5fadb76fe6c
|
|
1245
|
+
fr:
|
|
1246
|
+
url: "/fr/posts/2025/01/21/remote-work-revolution/"
|
|
1247
|
+
path: fr/posts/world/2025-01-21-remote-work-revolution.md
|
|
1248
|
+
sha: c1af2e3b7a1e5e980b0b8751ed1e03474b5f4f7c5b89493af803b5fadb76fe6c
|
|
1249
|
+
translated_at: '2026-07-23T17:07:41Z'
|
|
1250
|
+
prompt_version: 1
|
|
1251
|
+
"/posts/2025/01/22/git-workflow-best-practices/":
|
|
1252
|
+
source: pages/_posts/development/2025-01-22-git-workflow-best-practices.md
|
|
1253
|
+
sha: 935ef23978aa1f12ce1f1d17c647e0946e57936296dfcb4148a854abaa4e964f
|
|
1254
|
+
fr:
|
|
1255
|
+
url: "/fr/posts/2025/01/22/git-workflow-best-practices/"
|
|
1256
|
+
path: fr/posts/development/2025-01-22-git-workflow-best-practices.md
|
|
1257
|
+
sha: 935ef23978aa1f12ce1f1d17c647e0946e57936296dfcb4148a854abaa4e964f
|
|
1258
|
+
translated_at: '2026-07-23T16:57:50Z'
|
|
1259
|
+
prompt_version: 1
|
|
1260
|
+
"/posts/2025/01/23/css-grid-mastery/":
|
|
1261
|
+
source: pages/_posts/tutorial/2025-01-23-css-grid-mastery.md
|
|
1262
|
+
sha: bdc8ce77df057b9084ecad9b438e47c8b5031f21703eb4bbc52d8e8c6b697e59
|
|
1263
|
+
fr:
|
|
1264
|
+
url: "/fr/posts/2025/01/23/css-grid-mastery/"
|
|
1265
|
+
path: fr/posts/tutorial/2025-01-23-css-grid-mastery.md
|
|
1266
|
+
sha: bdc8ce77df057b9084ecad9b438e47c8b5031f21703eb4bbc52d8e8c6b697e59
|
|
1267
|
+
translated_at: '2026-07-23T17:06:40Z'
|
|
1268
|
+
prompt_version: 1
|
|
1269
|
+
"/posts/2025/01/25/ai-tools-productivity/":
|
|
1270
|
+
source: pages/_posts/technology/2025-01-25-ai-tools-productivity.md
|
|
1271
|
+
sha: b64e95aceef7123b7be3260198d79981cffef2a7a26f832f1e5cff7bf55cfa04
|
|
1272
|
+
fr:
|
|
1273
|
+
url: "/fr/posts/2025/01/25/ai-tools-productivity/"
|
|
1274
|
+
path: fr/posts/technology/2025-01-25-ai-tools-productivity.md
|
|
1275
|
+
sha: b64e95aceef7123b7be3260198d79981cffef2a7a26f832f1e5cff7bf55cfa04
|
|
1276
|
+
translated_at: '2026-07-23T16:59:46Z'
|
|
1277
|
+
prompt_version: 1
|
|
1278
|
+
"/posts/2026/04/07/ai-adoption-from-awareness-to-action/":
|
|
1279
|
+
source: pages/_posts/technology/2026-04-07-ai-adoption-from-awareness-to-action.md
|
|
1280
|
+
sha: 25bbccc4ae7ff668b393368b888cb678f5bc05186d2ad49d7a9b13c8cd9907c4
|
|
1281
|
+
fr:
|
|
1282
|
+
url: "/fr/posts/2026/04/07/ai-adoption-from-awareness-to-action/"
|
|
1283
|
+
path: fr/posts/technology/2026-04-07-ai-adoption-from-awareness-to-action.md
|
|
1284
|
+
sha: 25bbccc4ae7ff668b393368b888cb678f5bc05186d2ad49d7a9b13c8cd9907c4
|
|
1285
|
+
translated_at: '2026-07-23T17:01:37Z'
|
|
1286
|
+
prompt_version: 1
|
|
1287
|
+
"/posts/2026/04/07/ai-adoption-imperative-mid-market-manufacturers/":
|
|
1288
|
+
source: pages/_posts/technology/2026-04-07-ai-adoption-imperative-mid-market-manufacturers.md
|
|
1289
|
+
sha: 38b6086a67633236c842a6edaa381b0081af9900a5e9bb4725d6127503ed52b5
|
|
1290
|
+
fr:
|
|
1291
|
+
url: "/fr/posts/2026/04/07/ai-adoption-imperative-mid-market-manufacturers/"
|
|
1292
|
+
path: fr/posts/technology/2026-04-07-ai-adoption-imperative-mid-market-manufacturers.md
|
|
1293
|
+
sha: 38b6086a67633236c842a6edaa381b0081af9900a5e9bb4725d6127503ed52b5
|
|
1294
|
+
translated_at: '2026-07-23T17:02:28Z'
|
|
1295
|
+
prompt_version: 1
|
|
1296
|
+
"/posts/2026/04/07/ai-adoption-map-function-by-function/":
|
|
1297
|
+
source: pages/_posts/technology/2026-04-07-ai-adoption-map-function-by-function.md
|
|
1298
|
+
sha: ec766a3a58a93b79f17d74a644497793c1893190c4669cdb3b42dec552fa29a2
|
|
1299
|
+
fr:
|
|
1300
|
+
url: "/fr/posts/2026/04/07/ai-adoption-map-function-by-function/"
|
|
1301
|
+
path: fr/posts/technology/2026-04-07-ai-adoption-map-function-by-function.md
|
|
1302
|
+
sha: ec766a3a58a93b79f17d74a644497793c1893190c4669cdb3b42dec552fa29a2
|
|
1303
|
+
translated_at: '2026-07-23T17:04:14Z'
|
|
1304
|
+
prompt_version: 1
|
|
1305
|
+
"/posts/2026/04/28/accessible-form-patterns/":
|
|
1306
|
+
source: pages/_posts/tutorial/2026-04-28-accessible-form-patterns.md
|
|
1307
|
+
sha: eae6827443ed29b3c7fc22d07a155c40c51604ffb969632b3b6c9d660dee84a3
|
|
1308
|
+
fr:
|
|
1309
|
+
url: "/fr/posts/2026/04/28/accessible-form-patterns/"
|
|
1310
|
+
path: fr/posts/tutorial/2026-04-28-accessible-form-patterns.md
|
|
1311
|
+
sha: eae6827443ed29b3c7fc22d07a155c40c51604ffb969632b3b6c9d660dee84a3
|
|
1312
|
+
translated_at: '2026-07-23T17:06:54Z'
|
|
1313
|
+
prompt_version: 1
|
|
1314
|
+
"/posts/2026/04/28/building-ai-ready-knowledge-base/":
|
|
1315
|
+
source: pages/_posts/technology/2026-04-28-building-ai-ready-knowledge-base.md
|
|
1316
|
+
sha: 2cd71e27a7b3dfc37dee7deadd1c72972f3e1a3fd506774671c0b906b6af9097
|
|
1317
|
+
fr:
|
|
1318
|
+
url: "/fr/posts/2026/04/28/building-ai-ready-knowledge-base/"
|
|
1319
|
+
path: fr/posts/technology/2026-04-28-building-ai-ready-knowledge-base.md
|
|
1320
|
+
sha: 2cd71e27a7b3dfc37dee7deadd1c72972f3e1a3fd506774671c0b906b6af9097
|
|
1321
|
+
translated_at: '2026-07-23T17:04:32Z'
|
|
1322
|
+
prompt_version: 1
|
|
1323
|
+
"/posts/2026/04/28/climate-data-dashboards/":
|
|
1324
|
+
source: pages/_posts/science/2026-04-28-climate-data-dashboards.md
|
|
1325
|
+
sha: c10375efe992428019b301c0e1947759e265ed923434f4f97ea541a16b33bc01
|
|
1326
|
+
fr:
|
|
1327
|
+
url: "/fr/posts/2026/04/28/climate-data-dashboards/"
|
|
1328
|
+
path: fr/posts/science/2026-04-28-climate-data-dashboards.md
|
|
1329
|
+
sha: c10375efe992428019b301c0e1947759e265ed923434f4f97ea541a16b33bc01
|
|
1330
|
+
translated_at: '2026-07-23T16:59:09Z'
|
|
1331
|
+
prompt_version: 1
|
|
1332
|
+
"/posts/2026/04/28/climate-data-primer/":
|
|
1333
|
+
source: pages/_posts/science/2026-04-28-climate-data-primer.md
|
|
1334
|
+
sha: 90f6bb8478b6329ab89369a05f294ee597587c49bb7e1372a4acdd693033a23f
|
|
1335
|
+
fr:
|
|
1336
|
+
url: "/fr/posts/2026/04/28/climate-data-primer/"
|
|
1337
|
+
path: fr/posts/science/2026-04-28-climate-data-primer.md
|
|
1338
|
+
sha: 90f6bb8478b6329ab89369a05f294ee597587c49bb7e1372a4acdd693033a23f
|
|
1339
|
+
translated_at: '2026-07-23T16:59:26Z'
|
|
1340
|
+
prompt_version: 1
|
|
1341
|
+
"/posts/2026/04/28/customer-onboarding-scorecards/":
|
|
1342
|
+
source: pages/_posts/business/2026-04-28-customer-onboarding-scorecards.md
|
|
1343
|
+
sha: b8028c5a07d3048e555e8f9c1347c2bc717e22723f360cde55aca8904114257a
|
|
1344
|
+
fr:
|
|
1345
|
+
url: "/fr/posts/2026/04/28/customer-onboarding-scorecards/"
|
|
1346
|
+
path: fr/posts/business/2026-04-28-customer-onboarding-scorecards.md
|
|
1347
|
+
sha: b8028c5a07d3048e555e8f9c1347c2bc717e22723f360cde55aca8904114257a
|
|
1348
|
+
translated_at: '2026-07-23T16:57:10Z'
|
|
1349
|
+
prompt_version: 1
|
|
1350
|
+
"/posts/2026/04/28/edge-ai-practical-patterns/":
|
|
1351
|
+
source: pages/_posts/technology/2026-04-28-edge-ai-practical-patterns.md
|
|
1352
|
+
sha: 8a96393b25f7e7cded33f90fc435799c3fad4f68343217968c5f504d8480d1e7
|
|
1353
|
+
fr:
|
|
1354
|
+
url: "/fr/posts/2026/04/28/edge-ai-practical-patterns/"
|
|
1355
|
+
path: fr/posts/technology/2026-04-28-edge-ai-practical-patterns.md
|
|
1356
|
+
sha: 8a96393b25f7e7cded33f90fc435799c3fad4f68343217968c5f504d8480d1e7
|
|
1357
|
+
translated_at: '2026-07-23T17:04:54Z'
|
|
1358
|
+
prompt_version: 1
|
|
1359
|
+
"/posts/2026/04/28/feature-flags-continuous-delivery/":
|
|
1360
|
+
source: pages/_posts/development/2026-04-28-feature-flags-continuous-delivery.md
|
|
1361
|
+
sha: af96deac5ec7a92be2f9fca3b0e1cc7b2959c51cf75281b134fda8c4418c8a6c
|
|
1362
|
+
fr:
|
|
1363
|
+
url: "/fr/posts/2026/04/28/feature-flags-continuous-delivery/"
|
|
1364
|
+
path: fr/posts/development/2026-04-28-feature-flags-continuous-delivery.md
|
|
1365
|
+
sha: af96deac5ec7a92be2f9fca3b0e1cc7b2959c51cf75281b134fda8c4418c8a6c
|
|
1366
|
+
translated_at: '2026-07-23T16:58:10Z'
|
|
1367
|
+
prompt_version: 1
|
|
1368
|
+
"/posts/2026/04/28/local-resilience-networks/":
|
|
1369
|
+
source: pages/_posts/world/2026-04-28-local-resilience-networks.md
|
|
1370
|
+
sha: 0b6a7b5e163627e55821b817b04e1a4bb842b1818a63ef350083f4753ee98a2a
|
|
1371
|
+
fr:
|
|
1372
|
+
url: "/fr/posts/2026/04/28/local-resilience-networks/"
|
|
1373
|
+
path: fr/posts/world/2026-04-28-local-resilience-networks.md
|
|
1374
|
+
sha: 0b6a7b5e163627e55821b817b04e1a4bb842b1818a63ef350083f4753ee98a2a
|
|
1375
|
+
translated_at: '2026-07-23T17:08:00Z'
|
|
1376
|
+
prompt_version: 1
|
|
1377
|
+
"/posts/2026/04/28/observability-for-small-apps/":
|
|
1378
|
+
source: pages/_posts/development/2026-04-28-observability-for-small-apps.md
|
|
1379
|
+
sha: 74c542fe738403afd0b4e87b5c978428ce5c4f7235a8f40219f81bdd8837f1b3
|
|
1380
|
+
fr:
|
|
1381
|
+
url: "/fr/posts/2026/04/28/observability-for-small-apps/"
|
|
1382
|
+
path: fr/posts/development/2026-04-28-observability-for-small-apps.md
|
|
1383
|
+
sha: 74c542fe738403afd0b4e87b5c978428ce5c4f7235a8f40219f81bdd8837f1b3
|
|
1384
|
+
translated_at: '2026-07-23T16:58:29Z'
|
|
1385
|
+
prompt_version: 1
|
|
1386
|
+
"/posts/2026/04/28/responsive-documentation-card-grid/":
|
|
1387
|
+
source: pages/_posts/tutorial/2026-04-28-responsive-documentation-card-grid.md
|
|
1388
|
+
sha: dc8038417e38669fe1e53d094e4acb426feb0fdbf821bad413600b52c13c46d6
|
|
1389
|
+
fr:
|
|
1390
|
+
url: "/fr/posts/2026/04/28/responsive-documentation-card-grid/"
|
|
1391
|
+
path: fr/posts/tutorial/2026-04-28-responsive-documentation-card-grid.md
|
|
1392
|
+
sha: dc8038417e38669fe1e53d094e4acb426feb0fdbf821bad413600b52c13c46d6
|
|
1393
|
+
translated_at: '2026-07-23T17:07:09Z'
|
|
1394
|
+
prompt_version: 1
|
|
1395
|
+
"/posts/2026/04/28/scenario-planning-for-small-teams/":
|
|
1396
|
+
source: pages/_posts/business/2026-04-28-scenario-planning-for-small-teams.md
|
|
1397
|
+
sha: db318c3417b1ca1814aa0709c243e422cf792a4e2a6f223e07bf528f91ebc5a7
|
|
1398
|
+
fr:
|
|
1399
|
+
url: "/fr/posts/2026/04/28/scenario-planning-for-small-teams/"
|
|
1400
|
+
path: fr/posts/business/2026-04-28-scenario-planning-for-small-teams.md
|
|
1401
|
+
sha: db318c3417b1ca1814aa0709c243e422cf792a4e2a6f223e07bf528f91ebc5a7
|
|
1402
|
+
translated_at: '2026-07-23T16:57:28Z'
|
|
1403
|
+
prompt_version: 1
|
|
1404
|
+
"/posts/2026/04/28/urban-resilience-extreme-heat/":
|
|
1405
|
+
source: pages/_posts/world/2026-04-28-urban-resilience-extreme-heat.md
|
|
1406
|
+
sha: 9068abb43e745d0656187dc1847b313e36281b1668e5c57108c56fefde16e3f0
|
|
1407
|
+
fr:
|
|
1408
|
+
url: "/fr/posts/2026/04/28/urban-resilience-extreme-heat/"
|
|
1409
|
+
path: fr/posts/world/2026-04-28-urban-resilience-extreme-heat.md
|
|
1410
|
+
sha: 9068abb43e745d0656187dc1847b313e36281b1668e5c57108c56fefde16e3f0
|
|
1411
|
+
translated_at: '2026-07-23T17:08:22Z'
|
|
1412
|
+
prompt_version: 1
|
|
1413
|
+
"/posts/2026/06/16/favicon-ico-unlocked-door-to-collapse/":
|
|
1414
|
+
source: pages/_posts/2026-06-16-favicon-ico-unlocked-door-to-collapse.md
|
|
1415
|
+
sha: f6d475e173719c97a3da52605c3f0fcd33e61f26e0db442af54cdc682f279569
|
|
1416
|
+
fr:
|
|
1417
|
+
url: "/fr/posts/2026/06/16/favicon-ico-unlocked-door-to-collapse/"
|
|
1418
|
+
path: fr/posts/2026-06-16-favicon-ico-unlocked-door-to-collapse.md
|
|
1419
|
+
sha: f6d475e173719c97a3da52605c3f0fcd33e61f26e0db442af54cdc682f279569
|
|
1420
|
+
translated_at: '2026-07-23T16:55:34Z'
|
|
1421
|
+
prompt_version: 1
|
|
1422
|
+
"/posts/2026/06/17/bayesian-modeled-my-coffee-and-wept-with-joy/":
|
|
1423
|
+
source: pages/_posts/2026-06-17-bayesian-modeled-my-coffee-and-wept-with-joy.md
|
|
1424
|
+
sha: 8d2986743b7f9fc15f48ecaf82a555f28fcd3b20f6b565748270e945a5664c1b
|
|
1425
|
+
fr:
|
|
1426
|
+
url: "/fr/posts/2026/06/17/bayesian-modeled-my-coffee-and-wept-with-joy/"
|
|
1427
|
+
path: fr/posts/2026-06-17-bayesian-modeled-my-coffee-and-wept-with-joy.md
|
|
1428
|
+
sha: 8d2986743b7f9fc15f48ecaf82a555f28fcd3b20f6b565748270e945a5664c1b
|
|
1429
|
+
translated_at: '2026-07-23T16:55:51Z'
|
|
1430
|
+
prompt_version: 1
|
|
1431
|
+
"/posts/2026/06/18/trailing-slash-that-could-end-your-company/":
|
|
1432
|
+
source: pages/_posts/2026-06-18-trailing-slash-that-could-end-your-company.md
|
|
1433
|
+
sha: df6965219e48f18d5725057a792caa2981bd99e570cdbb6f51d0a37f51345ef8
|
|
1434
|
+
fr:
|
|
1435
|
+
url: "/fr/posts/2026/06/18/trailing-slash-that-could-end-your-company/"
|
|
1436
|
+
path: fr/posts/2026-06-18-trailing-slash-that-could-end-your-company.md
|
|
1437
|
+
sha: df6965219e48f18d5725057a792caa2981bd99e570cdbb6f51d0a37f51345ef8
|
|
1438
|
+
translated_at: '2026-07-23T16:56:14Z'
|
|
1439
|
+
prompt_version: 1
|
|
1440
|
+
"/posts/2026/06/19/umap-found-14-hidden-dimensions-in-404-logs/":
|
|
1441
|
+
source: pages/_posts/2026-06-19-umap-found-14-hidden-dimensions-in-404-logs.md
|
|
1442
|
+
sha: 74a066845c5f18d5e97f4ae523fc0cba8ded6a96a2b8c28d9ac874de4b4e5212
|
|
1443
|
+
fr:
|
|
1444
|
+
url: "/fr/posts/2026/06/19/umap-found-14-hidden-dimensions-in-404-logs/"
|
|
1445
|
+
path: fr/posts/2026-06-19-umap-found-14-hidden-dimensions-in-404-logs.md
|
|
1446
|
+
sha: 74a066845c5f18d5e97f4ae523fc0cba8ded6a96a2b8c28d9ac874de4b4e5212
|
|
1447
|
+
translated_at: '2026-07-23T16:56:33Z'
|
|
1448
|
+
prompt_version: 1
|
|
1449
|
+
"/quickstart/":
|
|
1450
|
+
source: pages/_quickstart/index.md
|
|
1451
|
+
sha: 2555308eac40feb9be440ee8287840ef6ed93fed5e8df08a135cecbc0479611b
|
|
1452
|
+
fr:
|
|
1453
|
+
url: "/fr/quickstart/"
|
|
1454
|
+
path: fr/quickstart/index.md
|
|
1455
|
+
sha: 2555308eac40feb9be440ee8287840ef6ed93fed5e8df08a135cecbc0479611b
|
|
1456
|
+
translated_at: '2026-08-07T04:23:04Z'
|
|
1457
|
+
prompt_version: 1
|
|
1458
|
+
"/quickstart/github-setup/":
|
|
1459
|
+
source: pages/_quickstart/github-setup.md
|
|
1460
|
+
sha: b3a9ae56e1bf4b539656a08a0cf1b649530aaba8a300e369c82c430239539cb5
|
|
1461
|
+
fr:
|
|
1462
|
+
url: "/fr/quickstart/github-setup/"
|
|
1463
|
+
path: fr/quickstart/github-setup.md
|
|
1464
|
+
sha: b3a9ae56e1bf4b539656a08a0cf1b649530aaba8a300e369c82c430239539cb5
|
|
1465
|
+
translated_at: '2026-08-07T04:22:44Z'
|
|
1466
|
+
prompt_version: 1
|
|
1467
|
+
"/quickstart/jekyll-setup/":
|
|
1468
|
+
source: pages/_quickstart/jekyll-setup.md
|
|
1469
|
+
sha: fe93ed13d358ba6e0551d1d178ccf91d339bc9e4989b5b8eca7c14f875c8de88
|
|
1470
|
+
fr:
|
|
1471
|
+
url: "/fr/quickstart/jekyll-setup/"
|
|
1472
|
+
path: fr/quickstart/jekyll-setup.md
|
|
1473
|
+
sha: fe93ed13d358ba6e0551d1d178ccf91d339bc9e4989b5b8eca7c14f875c8de88
|
|
1474
|
+
translated_at: '2026-08-07T04:23:18Z'
|
|
1475
|
+
prompt_version: 1
|
|
1476
|
+
"/quickstart/machine-setup/":
|
|
1477
|
+
source: pages/_quickstart/machine-setup.md
|
|
1478
|
+
sha: 02d96d7d4b84d14f75e95ef459874aa4ee9148af179b3154f388db962e2e7221
|
|
1479
|
+
fr:
|
|
1480
|
+
url: "/fr/quickstart/machine-setup/"
|
|
1481
|
+
path: fr/quickstart/machine-setup.md
|
|
1482
|
+
sha: 02d96d7d4b84d14f75e95ef459874aa4ee9148af179b3154f388db962e2e7221
|
|
1483
|
+
translated_at: '2026-08-07T04:23:32Z'
|
|
1484
|
+
prompt_version: 1
|
|
1485
|
+
"/quickstart/personalization/":
|
|
1486
|
+
source: pages/_quickstart/personalization.md
|
|
1487
|
+
sha: 630342fcd53022ce0191d47f9cb12cb5c25138e1a0e877c0b43d6f3bbcfd473e
|
|
1488
|
+
fr:
|
|
1489
|
+
url: "/fr/quickstart/personalization/"
|
|
1490
|
+
path: fr/quickstart/personalization.md
|
|
1491
|
+
sha: 630342fcd53022ce0191d47f9cb12cb5c25138e1a0e877c0b43d6f3bbcfd473e
|
|
1492
|
+
translated_at: '2026-08-07T04:25:50Z'
|
|
1493
|
+
prompt_version: 1
|
|
1494
|
+
ui_text:
|
|
1495
|
+
fr:
|
|
1496
|
+
sha: 20ae0d4de9677f6a111dea02c95dec46599acc4a4d3d54a06ea8553004710361
|
|
1497
|
+
translated_at: '2026-08-07T04:27:46Z'
|
|
1498
|
+
prompt_version: 1
|
|
1499
|
+
source_lang: en
|
|
1500
|
+
languages:
|
|
1501
|
+
- fr
|
|
1502
|
+
updated_at: '2026-08-07T04:27:47Z'
|