diff --git a/docs/getting-started/hello-world.es.md b/docs/getting-started/hello-world.es.md index ac1450b1..3d24526b 100644 --- a/docs/getting-started/hello-world.es.md +++ b/docs/getting-started/hello-world.es.md @@ -15,13 +15,13 @@ El primer paso es crear un nuevo proyecto de Vapor en tu computadora. Abre el te vapor new hello -n ``` -!!! consejo +!!! tip "Consejo" La marca `-n` te da una plantilla básica contestando negativamente a todas las preguntas de manera automática. -!!! tip +!!! tip "Consejo" También puedes obtener la plantilla más reciente desde GitHub sin usar Vapor Toolbox clonando [template respository](https://github.com/vapor/template-bare) -!!! tip +!!! tip "Consejo" Vapor y la plantilla ahora usan `async`/`await` por defecto. Si no puedes actualizar a macOS 12 y/o necesitas seguir usando los `EventLoopFuture`, usa la marca `--branch macos10-15`. diff --git a/mkdocs.yml b/mkdocs.yml index 23fd855e..39eb1665 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -306,7 +306,7 @@ plugins: Install: Instalación Getting Started: Comenzando Hello, world: Hola, mundo - Folder Structure: Estructura de carpetas + Folder Structure: Estructura de Carpetas SwiftPM: SwiftPM Xcode: Xcode Basics: Fundamentos @@ -347,7 +347,7 @@ plugins: Passwords: Contraseñas JWT: JWT Contributing: Colaborar - Contributing Guide: Guía pra colaborar + Contributing Guide: Guía para Colaborar Version (4.0): Versión (4.0) Legacy Docs: Documentación Legacy Upgrading: Actualizar