Add translationKey and French slugs to link FR/EN articles
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:
parent
c1cf6ceed5
commit
b91fdcd0f1
31 changed files with 69 additions and 0 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue