diff options
author | Jonathan Corbet <corbet@lwn.net> | 2023-03-23 15:08:04 -0600 |
---|---|---|
committer | Jonathan Corbet <corbet@lwn.net> | 2023-03-30 12:59:54 -0600 |
commit | 0c25e10091111cd4af2a979fbe77f438f1921788 (patch) | |
tree | ee915b1d9e85c6923cfeb869d1e713aa19fcf509 /Documentation/translations | |
parent | ff61f0791ce969d2db6c9f3b71d74ceec0a2e958 (diff) | |
download | linux-0c25e10091111cd4af2a979fbe77f438f1921788.tar.gz linux-0c25e10091111cd4af2a979fbe77f438f1921788.tar.bz2 linux-0c25e10091111cd4af2a979fbe77f438f1921788.zip |
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 <alexs@kernel.org>
Reviewed-by: Yanteng Si <siyanteng@loongson.cn>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Diffstat (limited to 'Documentation/translations')
-rw-r--r-- | Documentation/translations/zh_CN/arch/index.rst (renamed from Documentation/translations/zh_CN/arch.rst) | 12 | ||||
-rw-r--r-- | Documentation/translations/zh_CN/index.rst | 2 |
2 files changed, 7 insertions, 7 deletions
diff --git a/Documentation/translations/zh_CN/arch.rst b/Documentation/translations/zh_CN/arch/index.rst index 690e173d8b2a..aa53dcff268e 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 7c3216845b71..299704c0818d 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 其他文档 -------- |