Skip to content

Commit

Permalink
feat: spanish docs added on landing page
Browse files Browse the repository at this point in the history
  • Loading branch information
ezegavilan-teco authored and ezegavilan committed Jun 6, 2024
1 parent b4dd93f commit 4dc768b
Show file tree
Hide file tree
Showing 182 changed files with 148,445 additions and 1 deletion.
9 changes: 8 additions & 1 deletion docs-v1/config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ theme = ["docsy"]
enableGitInfo = true

# Language settings
contentDir = "content/en"
defaultContentLanguage = "en"
defaultContentLanguageInSubdir = false
# Useful when translating.
Expand Down Expand Up @@ -69,12 +68,20 @@ id = "UA-120945544-1"

[languages]
[languages.en]
contentDir = "content/en"
title = "Skaffold"
description = "Easy and Repeatable Kubernetes Development"
languageName ="English"
# Weight used for sorting.
weight = 1

[languages.es]
contentDir = "content/es"
title = "Skaffold"
description = "Desarrollo fácil y reutilizable de Kubernetes"
languageName ="Español"
weight = 2

# Configuration for displaying a banner on archived doc sites
archived_version = true
version = "v1.39"
Expand Down
160 changes: 160 additions & 0 deletions docs-v1/content/es/_index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,160 @@
+++
title = "Skaffold"
linkTitle = "Skaffold"
+++


<section class="main-color row td-box td-box--white position-relative td-box--gradient td-box--height-small">
<div class="text-color container-fluid main-container skaffold-font">
<div class="landing-section hero">
<div class="row">
<div class="col-sm-1"></div>
<div class="col-sm-4" align="left">
<div class="tagline row">
Rápido. Repetible. Simple.
</div>
<div class="title row" id="fadein">
Desarrollo Local con Kubernetes.
</div>
<div class="row mt-4">
<div class="col-sm-8">
<div style="margin:auto; display: flex;">
<a class="splashbutton splashbutton-primary btn" style="margin: auto"
href="{{< relref "/docs/install#standalone-binary" >}}">
Obtener Skaffold para CLI <i class="fas fa-download"></i>
</a>
</div>
</div>
<div class="row mt-1"></div>
<div class="col-sm-8">
<div style="margin:auto; display: flex;">
<a class="splashbutton splashbutton-primary btn" style="margin: auto"
href="{{< relref "/docs/install#managed-ide" >}}">
Obtener Skaffold en tu IDE <i class="fas fa-laptop-code"></i>
</a>
</div>
</div>
<div class="row mt-1"></div>
<div class="col-sm-8">
<div style="margin:auto; display: flex;">
<a class="splashbutton splashbutton-secondary btn" style="margin: auto"
href="{{< relref "/docs/quickstart" >}}">
Comenzar ahora <i class="fas fa-arrow-alt-circle-right"></i>
</a>
</div>
</div>
<div class="col-sm-2"></div>
</div>
<div class="row mt-4 mb-3"></div>
<div class="row mt-2" style="font-size:1.2rem">
Skaffold maneja el workflow de building, pushing y deploying de tu aplicación, permitiendo que
te enfoques en lo que es más importante: <b style="display: contents">escribir código</b>.
</div>
<div class="row mt-4 text-center">
<img src="/images/skaffold-logo-white.png" style="height: 5rem; margin: auto"></img>
</div>
<div class="row mt-4" style="font-size:1.2rem">
<div class="col-sm-2"></div>
<div class="col-sm-8 text-center">
Un proyecto open source de Google.
</div>
<div class="col-sm-2"></div>
</div>
</div>
<div class="col-sm-7">
<div class="row">
<video autoplay="" muted="" loop="">
<source src="/images/splash.mp4" type="video/mp4">
</video>
</div>
</div>
</div>
</div>
</div>
</section>


{{< blocks/values-section >}}

<div class="col-lg-3 mb-5 mb-lg-0 text-center">
<div class="mb-4 h1">
<i class="fas fa-feather-alt"></i>
</div>
<h4 class="h3 mb-4">Ligero</h4>
<p class="mb-0 text-left">Skaffold es solo client-side. Sin componentes on-cluster, no hay gastos generales
ni cargas de mantenimiento para tu cluster.
</p>
</div>

<div class="col-lg-3 mb-5 mb-lg-0 text-center">
<div class="mb-4 h1">
<i class="fa fa-globe"></i>
</div>
<h4 class="h3 mb-4">Funciona en todas partes</h4>
<p class="mb-2 text-left">Skaffold es la forma más sencilla de compartir tus proyectos con el mundo: 'git clone', y luego
'skaffold run'.</p>
<p class="mb-0 text-left">Adicionalmente, se pueden usar perfiles, configuración de usuario local, variables de entorno, y flags para
fácilmente incorporar diferencias a través de ambientes.</p>
</div>

<div class="col-lg-3 mb-5 mb-lg-0 text-center">
<div class="mb-4 h1">
<i class="far fa-gem"></i>
</div>
<h4 class="h3 mb-4">Funcionalidades</h4>
<p class="mb-0 text-left">Skaffold tiene muchas funcionalidades esenciales para desarrollo kubernetes nativo, incluyendo
tagging de imágenes basado en políticas, recursos port-forwarding y loggin, sincronización de archivos, y mucho más.</p>
</div>

<div class="col-lg-3 mb-5 mb-lg-0 text-center">
<div class="mb-4 h1">
<i class="fas fa-cogs"></i>
</div>
<h4 class="h3 mb-4">Desarrollo optimizado</h4>
<p class="mb-0 text-left">El loop interno de Skaffold es ajustado y altamente optimizado, brindado feedback instantáneo
desarrollando.</p>

</div>

{{< /blocks/values-section >}}

{{< blocks/testimonial-section >}}

<div class="col-lg-4 mb-5 mb-lg-0 text-center">
<div class="mb-4 h1">
<img src="../images/forgerock.png" style="max-width: 40%"></img>
</div>
<h4 class="testimonial h3 mb-4">"Our customers love [Kubernetes], but consistently gave us feedback that
developing on Kubernetes was cumbersome. Skaffold hit the mark in addressing this problem. Changes to a docker
image or a configuration that previously took several minutes to deploy now take seconds. Skaffold's plugin
architecture gives us the ability to deploy to Helm or Kustomize, and to use various docker build plugins such
as Kaniko. Skaffold replaced our bespoke collection of utilities and scripts with a streamlined tool that is
easy to use."</h4>
<p class="testimonial-byline mb-0 text-left">Warren Strange, Engineering Director, ForgeRock</p>
</div>


<div class="col-lg-4 mb-5 mb-lg-0 text-center">
<div class="mb-4 h1">
<img src="../images/quora.png" style="max-width: 40%"></img>
</div>
<h4 class="testimonial h3 mb-4">"When we evaluated what workflows we could use with Kubernetes, Skaffold stood out
as a tool we'd want for both development and deployment. It gives us a common entry point across applications
that we can also reuse for CI/CD. Right now, all of our CI/CD pipelines for Kubernetes applications use Skaffold
when building and deploying."</h4>
<p class="testimonial-byline mb-0 text-left">Taylor Barrella, Software Engineer, Quora</p>
</div>

<div class="col-lg-4 mb-5 mb-lg-0 text-center">
<div class="mb-4 h1">
<img src="../images/tng.png" style="max-width: 40%"></img>
</div>
<h4 class="testimonial h3 mb-4">"Skaffold is an amazing tool that simplified development and delivery for us.
Skaffold hit our sweet spot by covering two dimensions: First, the entire development cycle from local
development, integration testing to delivery. Second, Skaffold enabled us to develop independently of the platform
on Linux, OSX, and Windows, with no platform specific logic required."</h4>
<p class="testimonial-byline mb-0 text-left">Martin Höfling, Principal Consultant, TNG Technology Consulting
GmbH</p>
</div>

{{< /blocks/testimonial-section >}}
Loading

0 comments on commit 4dc768b

Please sign in to comment.