From: Leon Date: Tue, 7 Feb 2023 16:50:02 +0000 (+0800) Subject: 📝 Add article "Tortoise ORM / FastAPI 整合快速筆記" to External Links (#5496) X-Git-Tag: 0.90.0~5 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=88dc4ce3d7427431e25d6729ad03407066a6be07;p=thirdparty%2Ffastapi%2Ffastapi.git 📝 Add article "Tortoise ORM / FastAPI 整合快速筆記" to External Links (#5496) Co-authored-by: Sebastián Ramírez --- diff --git a/docs/en/data/external_links.yml b/docs/en/data/external_links.yml index c1b1f1fa49..af58107789 100644 --- a/docs/en/data/external_links.yml +++ b/docs/en/data/external_links.yml @@ -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__` diff --git a/docs/en/docs/external-links.md b/docs/en/docs/external-links.md index 55db555994..0c91470bc0 100644 --- a/docs/en/docs/external-links.md +++ b/docs/en/docs/external-links.md @@ -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 %} + +* {{ article.title }} by {{ article.author }}. +{% endfor %} +{% endif %} + ## Podcasts {% if external_links %}