diff --git a/docs/pt/docs/external-links.md b/docs/pt/docs/external-links.md new file mode 100644 index 000000000..6ec6c3a27 --- /dev/null +++ b/docs/pt/docs/external-links.md @@ -0,0 +1,82 @@ +# Links externos e Artigos + +**FastAPI** tem uma grande comunidade em crescimento constante. + +Existem muitas postagens, artigos, ferramentas e projetos relacionados ao **FastAPI**. + +Aqui tem uma lista, incompleta, de algumas delas. + +!!! tip "Dica" + Se você tem um artigo, projeto, ferramenta ou qualquer coisa relacionada ao **FastAPI** que ainda não está listada aqui, crie um _Pull Request_ adicionando ele. + +## Artigos + +### Inglês + +{% if external_links %} +{% for article in external_links.articles.english %} + +* {{ article.title }} by {{ article.author }}. +{% endfor %} +{% endif %} + +### Japonês + +{% if external_links %} +{% for article in external_links.articles.japanese %} + +* {{ article.title }} by {{ article.author }}. +{% endfor %} +{% endif %} + +### Vietnamita + +{% if external_links %} +{% for article in external_links.articles.vietnamese %} + +* {{ article.title }} by {{ article.author }}. +{% endfor %} +{% endif %} + +### Russo + +{% if external_links %} +{% for article in external_links.articles.russian %} + +* {{ article.title }} by {{ article.author }}. +{% endfor %} +{% endif %} + +### Alemão + +{% if external_links %} +{% for article in external_links.articles.german %} + +* {{ article.title }} by {{ article.author }}. +{% endfor %} +{% endif %} + +## Podcasts + +{% if external_links %} +{% for article in external_links.podcasts.english %} + +* {{ article.title }} by {{ article.author }}. +{% endfor %} +{% endif %} + +## Palestras + +{% if external_links %} +{% for article in external_links.talks.english %} + +* {{ article.title }} by {{ article.author }}. +{% endfor %} +{% endif %} + +## Projetos + +Últimos projetos no GitHub com o tópico `fastapi`: + +