docs: add es

This commit is contained in:
kawamataryo
2024-11-23 08:40:03 +09:00
parent c9af9451d5
commit e75f352bba
4 changed files with 246 additions and 0 deletions

View File

@@ -138,6 +138,18 @@ export default defineConfig({
{ text: "Guia de Solução de Problemas", link: "/pt/troubleshooting" },
],
}
},
es: {
label: "Español",
lang: "es",
link: "/es/",
themeConfig: {
nav: [
{ text: "Inicio", link: "/" },
{ text: "Comenzando", link: "/es/get-started" },
{ text: "Guía de solución de problemas", link: "/es/troubleshooting" },
],
}
}
}
});