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,10 +1,14 @@
|
|||
---
|
||||
title: Donner une connectivité IPv6 à ses conteneurs Docker en utilisant un bloc d'IPv6 de son opérateur
|
||||
date: !!timestamp '2023-05-04 15:10:00'
|
||||
slug: ipv6-dans-docker
|
||||
translationKey: use-ipv6-docker
|
||||
tags:
|
||||
- network
|
||||
- ipv6
|
||||
- docker
|
||||
aliases:
|
||||
- /fr/post/use-ipv6-in-docker
|
||||
---
|
||||
|
||||
Il peut paraître étonnant qu'un service moderne comme Docker n'offre pas d'IPv6 dans les conteneurs par défaut, en particulier lorsqu'on se trouve dans un réseau avec de l'IPv6.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue