From 662d23933e1444579214284696b67d57031c6a24 Mon Sep 17 00:00:00 2001 From: Gasmi Christophe Date: Fri, 12 Apr 2019 07:32:45 +0200 Subject: [PATCH] fix header and add card (#13791) --- content/fr/docs/tutorials/hello-minikube.md | 19 +++++++++++-------- 1 file changed, 11 insertions(+), 8 deletions(-) diff --git a/content/fr/docs/tutorials/hello-minikube.md b/content/fr/docs/tutorials/hello-minikube.md index 577b56fd9b..4c0af1530a 100644 --- a/content/fr/docs/tutorials/hello-minikube.md +++ b/content/fr/docs/tutorials/hello-minikube.md @@ -1,13 +1,16 @@ --- -titre : Hello Minikube -content_template : templates/tutorial -poids : 5 -menu : - principal : - titre : "Démarrer" - poids : 10 - poste : > +title: Hello Minikube +content_template: templates/tutorial +weight: 5 +menu: + main: + title: "Démarrer" + weight: 10 + post: >

Prêt à vous salir les mains ? Créez un cluster Kubernetes simple qui exécute "Hello World" pour Node.js.

>. +card: + name: tutoriels + weight: 10 --- {{% capture overview %}}