diff options
author | Yanteng Si <[email protected]> | 2021-03-01 03:10:54 +0800 |
---|---|---|
committer | Jonathan Corbet <[email protected]> | 2021-03-08 17:16:59 -0700 |
commit | 5af38859efc3f5419a9f7478a30af098f863c603 (patch) | |
tree | d47f2f6f1350e29fb6b9a5c956e9cf9b451f49f0 | |
parent | b52e2a6e662b6bf7bd2f024e62cf8471eda8fcdc (diff) |
docs/zh_CN: add riscv index.rst translation
This patch translates Documentation/riscv/index.rst into Chinese.
Signed-off-by: Yanteng Si <[email protected]>
Reviewed-by: Alex Shi <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Jonathan Corbet <[email protected]>
-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 <[email protected]> + +.. _cn_riscv_index: + + +=============== +RISC-V 体系结构 +=============== + +.. toctree:: + :maxdepth: 1 + + boot-image-header + pmu + patch-acceptance + + +.. only:: subproject and html + + 目录 + ==== + + * :ref:`genindex` |