-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[es] Create homepage for Spanish localization #4989
Merged
Merged
Changes from all commits
Commits
Show all changes
10 commits
Select commit
Hold shift + click to select a range
b8c2ee1
Create homepage
theletterf 8cb2e9d
Update content/es/_index.md
theletterf d96be6e
Edit configuration
theletterf d4b01d2
Add Spanish cSpell dictionary
theletterf 2920016
[CI][i18n] Spell check content/pt, and enable other dicts (#4982)
chalin 6e3f93c
Fix contributor guide URL (#4978)
Metal-Bat 8b17f73
Merge branch 'main' into theletterf-initial-es-localization
theletterf 4c3e56e
Update content/es/_index.md
theletterf c7e8a9e
Formatting
theletterf 9d833cf
Modify configuration
theletterf File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,97 @@ | ||
--- | ||
title: OpenTelemetry | ||
description: >- | ||
Telemetría portable, ubicua, y de alta calidad para una observabilidad eficaz | ||
outputs: | ||
- HTML | ||
developer_note: | ||
La macro para los bloques/portada usa como imagen de fondo cualquier archivo | ||
de imagen que contenga la palabra "background" en su nombre. | ||
show_banner: true | ||
default_lang_commit: 7ac35d6b429165bbe6c28bdd91feeae83fd35142 | ||
--- | ||
|
||
<div class="d-none"><a rel="me" href="https://fosstodon.org/@opentelemetry"></a></div> | ||
|
||
{{< blocks/cover image_anchor="top" height="max" color="primary" >}} | ||
|
||
<!-- prettier-ignore --> | ||
![OpenTelemetry](/img/logos/opentelemetry-horizontal-color.svg) | ||
{.otel-logo} | ||
|
||
<!-- prettier-ignore --> | ||
{{% param description %}} | ||
{.display-6} | ||
|
||
<div class="l-primary-buttons mt-5"> | ||
|
||
- [Aprende más](docs/what-is-opentelemetry/) | ||
- [Prueba la demo](docs/demo/) | ||
- [Explora las integraciones](/ecosystem/integrations/) | ||
|
||
</div> | ||
|
||
<div class="h3 mt-4"> | ||
<a class="text-secondary" href="docs/getting-started/">Tutorial de inicio rápido</a> basado en tu rol | ||
</div> | ||
<div class="l-get-started-buttons"> | ||
|
||
- [Dev](docs/getting-started/dev/) | ||
- [Ops](docs/getting-started/ops/) | ||
|
||
</div> | ||
{{< /blocks/cover >}} | ||
|
||
{{% blocks/lead color="white" %}} | ||
|
||
OpenTelemetry es un conjunto de API, SDK y herramientas. Úsalo para | ||
instrumentar, generar, recopilar y exportar datos de telemetría (métricas, logs | ||
y trazas) para que te ayuden a analizar el rendimiento y comportamiento de tu | ||
aplicación. | ||
|
||
> OpenTelemetry está actualmente disponible para | ||
> [varios lenguajes de programación](docs/languages) y puede usarse en entornos | ||
> de producción. | ||
|
||
{{% /blocks/lead %}} | ||
|
||
{{% blocks/section color="dark" type="row" %}} | ||
|
||
{{% blocks/feature icon="fas fa-chart-line" title="Trazas, métricas y logs"%}} | ||
|
||
Genera y recopila datos de telemetría desde tus servicios y aplicaciones y | ||
reenvíalos a una amplia variedad de herramientas de análisis. | ||
{{% /blocks/feature %}} | ||
|
||
{{% blocks/feature icon="fas fa-magic" title="Instrumentación fácil de desplegar"%}} | ||
|
||
OpenTelemetry se integra con librerías y frameworks populares, tales como | ||
[Spring](https://spring.io), | ||
[ASP.NET Core](https://docs.microsoft.com/aspnet/core), | ||
[Express](https://expressjs.com), [Quarkus](https://quarkus.io) y muchos más. | ||
Instalar e integrar OpenTelemetry puede ser tan sencillo como añadir unas pocas | ||
líneas de código. | ||
|
||
{{% /blocks/feature %}} | ||
|
||
{{% blocks/feature icon="fab fa-github" title="Código abierto, Independiente de proveedores" %}} | ||
|
||
100% gratuito y de código abierto, OpenTelemetry es usado y respaldado por | ||
[empresas líderes](/ecosystem/vendors/) en el sector de la observabilidad. | ||
|
||
{{% /blocks/feature %}} | ||
|
||
{{% /blocks/section %}} | ||
|
||
{{% blocks/section color="secondary" type="cncf" %}} | ||
|
||
**OpenTelemetry es un proyecto [CNCF][] [en incubación][]**.<br> Se formó a partir | ||
de la fusión de los proyectos OpenTracing y OpenCensus. | ||
|
||
[![CNCF logo][]][cncf] | ||
|
||
[cncf]: https://cncf.io | ||
[cncf logo]: /img/logos/cncf-white.svg | ||
[en incubación]: https://www.cncf.io/projects/ | ||
|
||
{{% /blocks/section %}} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@theletterf - you'll also need to setup
mount
points; see towards the end of this Hugo config file. Without them, no content will render: