]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commitdiff
🌐 Add Chinese translation for `docs/zh/docs/advanced/security/index.md` (#9666)
authorlordqyxz <31722468+lordqyxz@users.noreply.github.com>
Thu, 22 Jun 2023 16:19:49 +0000 (00:19 +0800)
committerGitHub <noreply@github.com>
Thu, 22 Jun 2023 16:19:49 +0000 (18:19 +0200)
Co-authored-by: shiyz <shiyz@finchina.com>
docs/zh/docs/advanced/security/index.md [new file with mode: 0644]
docs/zh/mkdocs.yml

diff --git a/docs/zh/docs/advanced/security/index.md b/docs/zh/docs/advanced/security/index.md
new file mode 100644 (file)
index 0000000..962523c
--- /dev/null
@@ -0,0 +1,16 @@
+# 高级安全 - 介绍
+
+## 附加特性
+
+除 [教程 - 用户指南: 安全性](../../tutorial/security/){.internal-link target=_blank} 中涵盖的功能之外,还有一些额外的功能来处理安全性.
+
+!!! tip "小贴士"
+    接下来的章节 **并不一定是 "高级的"**.
+
+    而且对于你的使用场景来说,解决方案很可能就在其中。
+
+## 先阅读教程
+
+接下来的部分假设你已经阅读了主要的 [教程 - 用户指南: 安全性](../../tutorial/security/){.internal-link target=_blank}.
+
+它们都基于相同的概念,但支持一些额外的功能.
index 0e09101ebec4176043aa172c4f8bda795a46fd6b..a6afb30392d49e1dc2a80ef1e8bf3bb3e880b0c6 100644 (file)
@@ -123,6 +123,8 @@ nav:
   - advanced/response-headers.md
   - advanced/websockets.md
   - advanced/wsgi.md
+  - 高级安全:
+    - advanced/security/index.md
 - contributing.md
 - help-fastapi.md
 - benchmarks.md