Add translationKey and French slugs to link FR/EN articles
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
ci/woodpecker/cron/woodpecker Pipeline was successful

For all French posts with English counterparts, add translationKey to
both FR and EN versions so the language switcher can link them. Also
give French posts proper French slugs and add aliases to preserve the
old English-slug URLs.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
nemunaire 2026-03-13 16:19:11 +07:00
commit b91fdcd0f1
31 changed files with 69 additions and 0 deletions

View file

@ -1,12 +1,16 @@
---
title: "Explorons les Whiteout files: tout savoir sur la suppression de fichiers dans nos conteneurs Docker"
date: !!timestamp '2023-11-09 15:35:00'
slug: explorer-fichiers-whiteout
translationKey: unveiling-whiteout-files
image: /post/unveiling-whiteout-files/og.webp
tags:
- kernel
- container
- docker
- linux
aliases:
- /fr/post/unveiling-whiteout-files
---
Les unions de systèmes de fichiers sont un mécanisme permettant de fusionner deux ou plusieurs systèmes de fichiers, pour les présenter unifiés, sous un seul point d'accès à l'utilisateur.