]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commitdiff
🌐 Add Traditional Chinese translation for `docs/zh-hant/docs/how-to/index.md` (#12468)
authorYungYueh ChanLee <polo80456@gmail.com>
Tue, 22 Oct 2024 20:45:13 +0000 (04:45 +0800)
committerGitHub <noreply@github.com>
Tue, 22 Oct 2024 20:45:13 +0000 (21:45 +0100)
docs/zh-hant/docs/how-to/index.md [new file with mode: 0644]

diff --git a/docs/zh-hant/docs/how-to/index.md b/docs/zh-hant/docs/how-to/index.md
new file mode 100644 (file)
index 0000000..d668b5b
--- /dev/null
@@ -0,0 +1,13 @@
+# 使用指南 - 範例集
+
+在這裡,你將會看到 **不同主題** 的範例或「如何使用」的指南。
+
+大多數這些想法都是 **獨立** 的,在大多數情況下,你只需要研究那些直接適用於 **你的專案** 的東西。
+
+如果有些東西看起來很有趣且對你的專案很有用的話再去讀它,否則你可能可以跳過它們。
+
+/// tip
+
+如果你想要以結構化的方式 **學習 FastAPI**(推薦),請前往[教學 - 使用者指南](../tutorial/index.md){.internal-link target=_blank}逐章閱讀。
+
+///