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-Tag: v6.4-rc1~197^2~22 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=0c25e10091111cd4af2a979fbe77f438f1921788;p=thirdparty%2Fkernel%2Flinux.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/index.rst similarity index 72% rename from Documentation/translations/zh_CN/arch.rst rename to Documentation/translations/zh_CN/arch/index.rst index 690e173d8b2a8..aa53dcff268ef 100644 --- a/Documentation/translations/zh_CN/arch.rst +++ b/Documentation/translations/zh_CN/arch/index.rst @@ -8,12 +8,12 @@ .. toctree:: :maxdepth: 2 - mips/index - arm64/index - riscv/index - openrisc/index - parisc/index - loongarch/index + ../mips/index + ../arm64/index + ../riscv/index + ../openrisc/index + ../parisc/index + ../loongarch/index TODOList: 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 其他文档 --------