diff options
author | Yanteng Si <siyanteng@loongson.cn> | 2021-03-01 03:10:54 +0800 |
---|---|---|
committer | Jonathan Corbet <corbet@lwn.net> | 2021-03-08 17:16:59 -0700 |
commit | 5af38859efc3f5419a9f7478a30af098f863c603 (patch) | |
tree | d47f2f6f1350e29fb6b9a5c956e9cf9b451f49f0 | |
parent | b52e2a6e662b6bf7bd2f024e62cf8471eda8fcdc (diff) | |
download | lwn-5af38859efc3f5419a9f7478a30af098f863c603.tar.gz lwn-5af38859efc3f5419a9f7478a30af098f863c603.zip |
docs/zh_CN: add riscv index.rst translation
This patch translates Documentation/riscv/index.rst into Chinese.
Signed-off-by: Yanteng Si <siyanteng@loongson.cn>
Reviewed-by: Alex Shi <alex.shi@linux.alibaba.com>
Link: https://lore.kernel.org/r/20210228191054.6048-5-siyanteng@loongson.cn
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
-rw-r--r-- | Documentation/translations/zh_CN/riscv/index.rst | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/Documentation/translations/zh_CN/riscv/index.rst b/Documentation/translations/zh_CN/riscv/index.rst new file mode 100644 index 000000000000..db13b1101490 --- /dev/null +++ b/Documentation/translations/zh_CN/riscv/index.rst @@ -0,0 +1,28 @@ +.. SPDX-License-Identifier: GPL-2.0 + +.. include:: ../disclaimer-zh_CN.rst + +:Original: :doc:`../../../riscv/index` +:Translator: Yanteng Si <siyanteng@loongson.cn> + +.. _cn_riscv_index: + + +=============== +RISC-V 体系结构 +=============== + +.. toctree:: + :maxdepth: 1 + + boot-image-header + pmu + patch-acceptance + + +.. only:: subproject and html + + 目录 + ==== + + * :ref:`genindex` |