From 758a0eceb00dbc6e5dadd5ba777df053a0f69d0e Mon Sep 17 00:00:00 2001 From: Karen Bradshaw Date: Mon, 1 Jun 2020 10:00:11 -0400 Subject: [PATCH] fix missed pages --- content/de/docs/reference/_index.md | 10 +++++----- content/de/docs/reference/kubectl/cheatsheet.md | 15 ++++++++------- content/de/docs/reference/tools.md | 10 +++++----- content/es/docs/_index.md | 8 ++++---- content/pt/docs/_index.md | 8 ++++---- .../overview/working-with-objects/names.md | 3 ++- content/vi/docs/tasks/tools/install-kubectl.md | 3 ++- 7 files changed, 30 insertions(+), 27 deletions(-) diff --git a/content/de/docs/reference/_index.md b/content/de/docs/reference/_index.md index b57b2740cd..7ffa9c04c9 100644 --- a/content/de/docs/reference/_index.md +++ b/content/de/docs/reference/_index.md @@ -5,16 +5,16 @@ approvers: linkTitle: "Referenzen" main_menu: true weight: 70 -content_template: templates/concept +content_type: concept --- -{{% capture overview %}} + Dieser Abschnitt der Kubernetes-Dokumentation enthält Referenzinformationen. -{{% /capture %}} -{{% capture body %}} + + ## API-Referenz @@ -58,4 +58,4 @@ Offiziell unterstützte Clientbibliotheken: Ein Archiv der Designdokumente für Kubernetes-Funktionalität. Gute Ansatzpunkte sind [Kubernetes Architektur](https://git.k8s.io/community/contributors/design-proposals/architecture/architecture.md) und [Kubernetes Design Übersicht](https://git.k8s.io/community/contributors/design-proposals). -{{% /capture %}} + diff --git a/content/de/docs/reference/kubectl/cheatsheet.md b/content/de/docs/reference/kubectl/cheatsheet.md index c68fc183b5..15b8d0bda3 100644 --- a/content/de/docs/reference/kubectl/cheatsheet.md +++ b/content/de/docs/reference/kubectl/cheatsheet.md @@ -1,20 +1,20 @@ --- title: kubectl Spickzettel -content_template: templates/concept +content_type: concept card: name: reference weight: 30 --- -{{% capture overview %}} + Siehe auch: [Kubectl Überblick](/docs/reference/kubectl/overview/) und [JsonPath Dokumentation](/docs/reference/kubectl/jsonpath). Diese Seite ist eine Übersicht über den Befehl `kubectl`. -{{% /capture %}} -{{% capture body %}} + + # kubectl - Spickzettel @@ -335,9 +335,10 @@ Ausführlichkeit | Beschreibung `--v=8` | HTTP-Anforderungsinhalt anzeigen `--v=9` | HTTP-Anforderungsinhalt anzeigen, ohne den Inhalt zu kürzen. -{{% /capture %}} -{{% capture whatsnext %}} + +## {{% heading "whatsnext" %}} + * Lernen Sie mehr im [Überblick auf kubectl](/docs/reference/kubectl/overview/). @@ -347,4 +348,4 @@ Ausführlichkeit | Beschreibung * Entdecken Sie mehr Community [kubectl Spickzettel](https://github.com/dennyzhang/cheatsheet-kubernetes-A4). -{{% /capture %}} + diff --git a/content/de/docs/reference/tools.md b/content/de/docs/reference/tools.md index 3daeda6efe..42bba64616 100644 --- a/content/de/docs/reference/tools.md +++ b/content/de/docs/reference/tools.md @@ -1,13 +1,13 @@ --- title: Tools -content_template: templates/concept +content_type: concept --- -{{% capture overview %}} + Kubernetes enthält mehrere integrierte Tools, die Ihnen bei der Arbeit mit dem Kubernetes System helfen. -{{% /capture %}} -{{% capture body %}} + + ## Kubectl [`kubectl`](/docs/tasks/tools/install-kubectl/) ist ein Kommandozeilenprogramm für Kubernetes. Es steuert den Kubernetes Clustermanager. @@ -49,4 +49,4 @@ Verwenden Sie Kompose um: * Ein Docker Compose Datei in Kubernetes Objekte zu übersetzen * Von Ihrer lokalen Docker Entwicklung auf eine Kubernetes verwaltete Entwicklung zu wechseln * v1 oder v2 Docker Compose `yaml` Dateien oder [Distributed Application Bundles](https://docs.docker.com/compose/bundles/) zu konvertieren -{{% /capture %}} + diff --git a/content/es/docs/_index.md b/content/es/docs/_index.md index e036f2e97e..a5cbf56e30 100644 --- a/content/es/docs/_index.md +++ b/content/es/docs/_index.md @@ -3,18 +3,18 @@ reviewers: - raelga title: Documentación weight: 10 -content_template: templates/concept +content_type: concept --- -{{% capture overview %}} + **¡Bienvenido a la documentación de Kubernetes en Castellano!** Como podrá comprobar, la mayor parte de la documentación aún está disponible solo en inglés, pero no se preocupe, hay un equipo trabajando en la traducción al castellano. -{{% /capture %}} -{{% capture body %}} + + Si quiere participar, puede entrar al canal de Slack [#kubernets-docs-es](http://slack.kubernetes.io/) y formar parte del equipo detrás de la localización. diff --git a/content/pt/docs/_index.md b/content/pt/docs/_index.md index 0cc7186ef0..1d1529975c 100644 --- a/content/pt/docs/_index.md +++ b/content/pt/docs/_index.md @@ -3,18 +3,18 @@ reviewers: - raelga title: Documentação weight: 10 -content_template: templates/concept +content_type: concept --- -{{% capture overview %}} + **Bem-vindo à documentação do Kubernetes em Português** Como você pode ver, a maior parte da documentação ainda está disponível apenas em inglês, mas não se preocupe, há uma equipe trabalhando na tradução para o português. -{{% /capture %}} -{{% capture body %}} + + Se você quiser participar, você pode entrar no canal Slack [#kubernets-docs-pt](http://slack.kubernetes.io/) e fazer parte da equipe por trás da tradução. diff --git a/content/pt/docs/concepts/overview/working-with-objects/names.md b/content/pt/docs/concepts/overview/working-with-objects/names.md index 99aff00a2e..16556d127a 100644 --- a/content/pt/docs/concepts/overview/working-with-objects/names.md +++ b/content/pt/docs/concepts/overview/working-with-objects/names.md @@ -50,7 +50,8 @@ Kubernetes UIDs são identificadores únicos universais (também chamados de UUI UUIDs utilizam padrões ISO/IEC 9834-8 e ITU-T X.667. -{{% capture Qual é o próximo %}} +## {{% heading "whatsnext" %}} + * Leia sobre [labels](/docs/concepts/overview/working-with-objects/labels/) em Kubernetes. * Consulte o documento de design [Identificadores e Nomes em Kubernetes](https://git.k8s.io/community/contributors/design-proposals/architecture/identifiers.md). diff --git a/content/vi/docs/tasks/tools/install-kubectl.md b/content/vi/docs/tasks/tools/install-kubectl.md index 40297a9118..fe964d0b59 100644 --- a/content/vi/docs/tasks/tools/install-kubectl.md +++ b/content/vi/docs/tasks/tools/install-kubectl.md @@ -466,7 +466,8 @@ compinit -{{% capture Tiếp theo %}} +## {{% heading "whatsnext" %}} + * [Cài đặt Minikube](/docs/tasks/tools/install-minikube/) * Xem [hướng dẫn bắt đầu](/docs/setup/) để biết thêm về việc tạo cluster. * [Tìm hiểu cách khởi chạy và hiển thị ứng dụng của bạn.](/docs/tasks/access-application-cluster/service-access-application-cluster/)