Fix broken urls in the examples page and translate the page to pt-BR (#1717)

* fix: replace broken links with new ones and remove references to deleted examples in examples.md

* feat: translate the examples.md page to pt-br

* feat: list the examples page in the header-pt-br.html file

* refactor: remove the more-examples item from the header-pt-br

Please, find the #1724 PR, where the items for the page are being added to all supported languages.

* fix: update the broken urls with correct ones in the indonesian examples page
This commit is contained in:
Nicolas Guerrero
2025-01-13 12:55:43 -03:00
committed by GitHub
parent 91070a7151
commit 8b8bc84561
3 changed files with 30 additions and 13 deletions

22
pt-br/starter/examples.md Normal file
View File

@@ -0,0 +1,22 @@
---
layout: page
title: Exemplos do Express
description: Explore uma coleção de exemplos de aplicações em Express.js cobrindo diversos casos de uso, integrações e configurações avançadas para te ajudar a aprender e construir seus projetos.
menu: starter
lang: pt-br
redirect_from: "/starter/examples.html"
---
{% capture examples %}{% include readmes/express-master/examples.md %}{% endcapture %}
{{ examples | replace: "](.", "](https://github.com/expressjs/express/tree/master/examples" }}
## Exemplos adicionais
Estes são alguns exemplos adicionais com integrações mais extensas.
{% include community-caveat.html %}
- [prisma-fullstack](https://github.com/prisma/prisma-examples/tree/latest/pulse/fullstack-simple-chat) - Aplicativo Fullstack com Express e Next.js utilizando [Prisma](https://www.npmjs.com/package/prisma) como ORM
- [prisma-rest-api-ts](https://github.com/prisma/prisma-examples/tree/latest/orm/express) - API REST com Express em TypeScript utilizando [Prisma](https://www.npmjs.com/package/prisma) como ORM
### [Anterior: Arquivos Estáticos ](/{{ page.lang }}/starter/static-files.html)    [Próximo: Perguntas mais frequentes ](/{{ page.lang }}/starter/faq.html)