From: Jonathan Corbet Date: Thu, 23 Mar 2023 21:08:04 +0000 (-0600) Subject: docs: zh_CN: create the architecture-specific top-level directory X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=0c25e10091111cd4af2a979fbe77f438f1921788;p=linux.git docs: zh_CN: create the architecture-specific top-level directory This mirrors commit 4f1bb0386dfc ("docs: create a top-level arch/ directory"), creating a top-level directory to hold architecture-specific documentation. Acked-by: Alex Shi Reviewed-by: Yanteng Si Signed-off-by: Jonathan Corbet --- diff --git a/Documentation/translations/zh_CN/arch.rst b/Documentation/translations/zh_CN/arch.rst deleted file mode 100644 index 690e173d8b2a8..0000000000000 --- a/Documentation/translations/zh_CN/arch.rst +++ /dev/null @@ -1,29 +0,0 @@ -.. SPDX-License-Identifier: GPL-2.0 - -处理器体系结构 -============== - -以下文档提供了具体架构实现的编程细节。 - -.. toctree:: - :maxdepth: 2 - - mips/index - arm64/index - riscv/index - openrisc/index - parisc/index - loongarch/index - -TODOList: - -* arm/index -* ia64/index -* m68k/index -* nios2/index -* powerpc/index -* s390/index -* sh/index -* sparc/index -* x86/index -* xtensa/index diff --git a/Documentation/translations/zh_CN/arch/index.rst b/Documentation/translations/zh_CN/arch/index.rst new file mode 100644 index 0000000000000..aa53dcff268ef --- /dev/null +++ b/Documentation/translations/zh_CN/arch/index.rst @@ -0,0 +1,29 @@ +.. SPDX-License-Identifier: GPL-2.0 + +处理器体系结构 +============== + +以下文档提供了具体架构实现的编程细节。 + +.. toctree:: + :maxdepth: 2 + + ../mips/index + ../arm64/index + ../riscv/index + ../openrisc/index + ../parisc/index + ../loongarch/index + +TODOList: + +* arm/index +* ia64/index +* m68k/index +* nios2/index +* powerpc/index +* s390/index +* sh/index +* sparc/index +* x86/index +* xtensa/index diff --git a/Documentation/translations/zh_CN/index.rst b/Documentation/translations/zh_CN/index.rst index 7c3216845b71f..299704c0818db 100644 --- a/Documentation/translations/zh_CN/index.rst +++ b/Documentation/translations/zh_CN/index.rst @@ -120,7 +120,7 @@ TODOList: .. toctree:: :maxdepth: 2 - arch + arch/index 其他文档 --------