mirror of
https://github.com/rjNemo/fastapi
synced 2026-06-11 21:16:45 +00:00
🌐 Add Portuguese translation for docs/deployment/index.md (#3337)
This commit is contained in:
parent
e721d04350
commit
3d6da2c32d
2 changed files with 9 additions and 0 deletions
7
docs/pt/docs/deployment/index.md
Normal file
7
docs/pt/docs/deployment/index.md
Normal file
|
|
@ -0,0 +1,7 @@
|
||||||
|
# Implantação - Introdução
|
||||||
|
|
||||||
|
A implantação de uma aplicação **FastAPI** é relativamente simples.
|
||||||
|
|
||||||
|
Existem várias maneiras para fazer isso, dependendo do seu caso específico e das ferramentas que você utiliza.
|
||||||
|
|
||||||
|
Você verá mais detalhes para se ter em mente e algumas das técnicas para a implantação nas próximas seções.
|
||||||
|
|
@ -57,6 +57,8 @@ nav:
|
||||||
- tutorial/index.md
|
- tutorial/index.md
|
||||||
- tutorial/first-steps.md
|
- tutorial/first-steps.md
|
||||||
- tutorial/body-fields.md
|
- tutorial/body-fields.md
|
||||||
|
- Implantação:
|
||||||
|
- deployment/index.md
|
||||||
- alternatives.md
|
- alternatives.md
|
||||||
- history-design-future.md
|
- history-design-future.md
|
||||||
- external-links.md
|
- external-links.md
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue