[PATCH] docs: zh_TW/index: Move arm64/index to arch-specific section
From: Akira Yokosawa <akiyks@gmail.com>
Date: 2021-09-08 03:22:38
arm64/index is architecture specific.
Move it to the section "特定體系結構文檔" or "Architecture-specific
documentation".
Signed-off-by: Akira Yokosawa <akiyks@gmail.com>
Fixes: e5cb9494fe79 ("docs/zh_TW: add translations for zh_TW/arm64")
Cc: Hu Haowen <redacted>
---
Hi,
zh_CN/index.rst has arm64/index under the section "特定体系结构文档".
zh_TW should be consistent with it.
Thanks, Akira
--
Documentation/translations/zh_TW/index.rst | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/Documentation/translations/zh_TW/index.rst b/Documentation/translations/zh_TW/index.rst
index 2a281036c406..f56f78ba7860 100644
--- a/Documentation/translations/zh_TW/index.rst
+++ b/Documentation/translations/zh_TW/index.rst@@ -140,11 +140,6 @@ TODOList: 體系結構無關文檔 ---------------- -.. toctree:: - :maxdepth: 2 - - arm64/index - TODOList: * asm-annotations
@@ -152,6 +147,11 @@ TODOList: 特定體系結構文檔 ---------------- +.. toctree:: + :maxdepth: 2 + + arm64/index + TODOList: * arch
--
2.17.1