[pt-br] Update navbar items for vanilla Docsy
Update navbar items in the Brazilian Portuguese localization so layout renders correctly using vanilla Docsy.pull/46485/head
parent
02ffb0de21
commit
bb16b85bd4
|
@ -4,7 +4,5 @@ linkTitle: Blog
|
||||||
menu:
|
menu:
|
||||||
main:
|
main:
|
||||||
title: "Blog"
|
title: "Blog"
|
||||||
weight: 40
|
weight: 20
|
||||||
post: >
|
|
||||||
<p>Leia as últimas novidades sobre Kubernetes e contêineres em geral, e obtenha detalhes técnicos atualizados</p>
|
|
||||||
---
|
---
|
||||||
|
|
|
@ -6,4 +6,7 @@ abstract: Alguns usuários que estão executando o Kubernetes em produção.
|
||||||
layout: basic
|
layout: basic
|
||||||
class: gridPage
|
class: gridPage
|
||||||
cid: caseStudies
|
cid: caseStudies
|
||||||
|
menu:
|
||||||
|
main:
|
||||||
|
weight: 60
|
||||||
---
|
---
|
|
@ -3,6 +3,9 @@ title: Comunidade
|
||||||
layout: basic
|
layout: basic
|
||||||
cid: community
|
cid: community
|
||||||
community_styles_migrated: true
|
community_styles_migrated: true
|
||||||
|
menu:
|
||||||
|
main:
|
||||||
|
weight: 50
|
||||||
---
|
---
|
||||||
<img
|
<img
|
||||||
id="banner"
|
id="banner"
|
||||||
|
|
|
@ -14,8 +14,6 @@ menu:
|
||||||
main:
|
main:
|
||||||
title: "Documentação"
|
title: "Documentação"
|
||||||
weight: 20
|
weight: 20
|
||||||
post: >
|
|
||||||
<p>Aprenda a usar o Kubernetes com documentação conceitual, tutorial e de referência. Você também pode <a href="/editdocs/" data-auto-burger-exclude>ajudar a contribuir para a documentação</a>!</p>
|
|
||||||
overview: >
|
overview: >
|
||||||
O Kubernetes é uma engine de orquestração de contêineres Open Source utilizado para automatizar a implantação, dimensionamento e gerenciamento de aplicativos em contêiner. O projeto é hospedado por the Cloud Native Computing Foundation (<a href="https://www.cncf.io/about">CNCF</a>).
|
O Kubernetes é uma engine de orquestração de contêineres Open Source utilizado para automatizar a implantação, dimensionamento e gerenciamento de aplicativos em contêiner. O projeto é hospedado por the Cloud Native Computing Foundation (<a href="https://www.cncf.io/about">CNCF</a>).
|
||||||
cards:
|
cards:
|
||||||
|
|
|
@ -2,12 +2,6 @@
|
||||||
title: Olá, Minikube!
|
title: Olá, Minikube!
|
||||||
content_type: tutorial
|
content_type: tutorial
|
||||||
weight: 5
|
weight: 5
|
||||||
menu:
|
|
||||||
main:
|
|
||||||
title: "Iniciar"
|
|
||||||
weight: 10
|
|
||||||
post: >
|
|
||||||
<p>Pronto para meter a mão na massa? Vamos criar um cluster Kubernetes simples e executar uma aplicação exemplo.</p>
|
|
||||||
card:
|
card:
|
||||||
name: tutorials
|
name: tutorials
|
||||||
weight: 10
|
weight: 10
|
||||||
|
|
|
@ -4,6 +4,10 @@ bigheader: Parceiro Kubernetes
|
||||||
abstract: Crescendo o ecossistema do Kubernetes.
|
abstract: Crescendo o ecossistema do Kubernetes.
|
||||||
class: gridPage
|
class: gridPage
|
||||||
cid: parceiros
|
cid: parceiros
|
||||||
|
body_class: partners
|
||||||
|
menu:
|
||||||
|
main:
|
||||||
|
weight: 40
|
||||||
---
|
---
|
||||||
|
|
||||||
<section id="users">
|
<section id="users">
|
||||||
|
|
Loading…
Reference in New Issue