]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commitdiff
📝 Add article "Tortoise ORM / FastAPI 整合快速筆記" to External Links (#5496)
authorLeon <Leon0824@users.noreply.github.com>
Tue, 7 Feb 2023 16:50:02 +0000 (00:50 +0800)
committerGitHub <noreply@github.com>
Tue, 7 Feb 2023 16:50:02 +0000 (16:50 +0000)
Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
docs/en/data/external_links.yml
docs/en/docs/external-links.md

index c1b1f1fa49dfd4243ce6818cf1f381b132b0b279..af58107789c08342c9371f97a8e772d8e677cb59 100644 (file)
@@ -308,6 +308,11 @@ articles:
     author_link: https://fullstackstation.com/author/figonking/
     link: https://fullstackstation.com/fastapi-trien-khai-bang-docker/
     title: 'FASTAPI: TRIỂN KHAI BẰNG DOCKER'
+  taiwanese:
+  - author: Leon
+    author_link: http://editor.leonh.space/
+    link: https://editor.leonh.space/2022/tortoise/
+    title: 'Tortoise ORM / FastAPI 整合快速筆記'
 podcasts:
   english:
   - author: Podcast.`__init__`
index 55db5559943c6344143e0d5a14adba51a25f71d0..0c91470bc0a0336a1d0556b0c4b05aaa4971da22 100644 (file)
@@ -56,6 +56,15 @@ Here's an incomplete list of some of them.
 {% endfor %}
 {% endif %}
 
+### Taiwanese
+
+{% if external_links %}
+{% for article in external_links.articles.taiwanese %}
+
+* <a href="{{ article.link }}" class="external-link" target="_blank">{{ article.title }}</a> by <a href="{{ article.author_link }}" class="external-link" target="_blank">{{ article.author }}</a>.
+{% endfor %}
+{% endif %}
+
 ## Podcasts
 
 {% if external_links %}