From 9f484e382e26424ff91d2a62a942f93cf36f6a00 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Davi=20Ant=C3=B4nio=20da=20Silva=20Santos?= Date: Sun, 5 Nov 2023 19:18:15 -0300 Subject: [PATCH] =?UTF-8?q?docs:=20muda=20para=20ingl=C3=AAs=20as=20p?= =?UTF-8?q?=C3=A1ginas=20neste=20idioma?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit As páginas de scripts estão em inglês, logo o título na `nav` foi modificado. --- mkdocs.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mkdocs.yml b/mkdocs.yml index d3c5fbd..a467af9 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -80,14 +80,14 @@ nav: - Primeiros Passos: Instruções/Maquina_Virtual.md - Trabalhando com o v4: - Introdução ao NAOqi: Instruções/NAOqi-overview_v4.md - - Máquina Virtual com scripts: vms/ubuntu-14/how-to-use.md + - QEMU-based Virtual Machine and installation scripts: vms/ubuntu-14/how-to-use.md - NAO Flahser: Instruções/NAO_Flasher.md - SDK C++: Instruções/CPP_SDK_v4.md - Choregraphe: Instruções/Choregraphe_v4.md - C++ examples: naoqi-2.1/cpp/about-the-examples.md - Trabalhando com o v6: - Introdução ao NAOqi: Instruções/NAOqi-overview_v6.md - - Máquina Virtual com scripts: vms/ubuntu-16/how-to-use.md + - QEMU-based Virtual Machine and installation scripts: vms/ubuntu-16/how-to-use.md - Robot Settings: Instruções/Robot_Settings.md - SDK C++: Instruções/CPP_SDK_v6.md - Choregraphe: Instruções/Choregraphe_v6.md