fastapi/docs/tr/docs/external-links.md

34 lines
1.1 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Harici Bağlantılar ve Makaleler
**FastAPI** sürekli büyüyen harika bir topluluğa sahiptir.
**FastAPI** ile alakalı birçok yazı, makale, araç ve proje bulunmaktadır.
Bunlardan bazılarının tamamlanmamış bir listesi aşağıda bulunmaktadır.
!!! tip "İpucu"
Eğer **FastAPI** ile alakalı henüz burada listelenmemiş bir makale, proje, araç veya başka bir şeyiniz varsa, bunu eklediğiniz bir <a href="https://github.com/tiangolo/fastapi/edit/master/docs/en/data/external_links.yml" class="external-link" target="_blank">Pull Request</a> oluşturabilirsiniz.
{% for section_name, section_content in external_links.items() %}
## {{ section_name }}
{% for lang_name, lang_content in section_content.items() %}
### {{ lang_name }}
{% for item in lang_content %}
* <a href="{{ item.link }}" class="external-link" target="_blank">{{ item.title }}</a> by <a href="{{ item.author_link }}" class="external-link" target="_blank">{{ item.author }}</a>.
{% endfor %}
{% endfor %}
{% endfor %}
## Projeler
`fastapi` konulu en son GitHub projeleri:
<div class="github-topic-projects">
</div>