File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
content/fr/docs/contribute Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -67,10 +67,10 @@ These instructions use the [ISO 639-1](https://www.loc.gov/standards/iso639-2/ph
67
67
### Modifier la configuration du site
68
68
69
69
Le site web de Kubernetes utilise Hugo comme son web framework.
70
- La configuration Hugo du site Web se trouve dans le fichier [ ` config .toml` ] ( https://github.com/kubernetes/website/tree/master/config .toml ) .
71
- Pour prendre en charge une nouvelle localisation, vous devrez modifier ` config .toml` .
70
+ La configuration Hugo du site Web se trouve dans le fichier [ ` hugo .toml` ] ( https://github.com/kubernetes/website/tree/master/hugo .toml ) .
71
+ Pour prendre en charge une nouvelle localisation, vous devrez modifier ` hugo .toml` .
72
72
73
- Ajoutez un bloc de configuration pour la nouvelle langue dans ` config .toml` , sous le bloc ` [languages] ` existant.
73
+ Ajoutez un bloc de configuration pour la nouvelle langue dans ` hugo .toml` , sous le bloc ` [languages] ` existant.
74
74
Le bloc allemand, par exemple, ressemble à :
75
75
76
76
``` toml
You can’t perform that action at this time.
0 commit comments