-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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
- Loading branch information
1 parent
91070a7
commit 8b8bc84
Showing
3 changed files
with
30 additions
and
13 deletions.
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
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,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) |