diff options
author | Yanteng Si <siyanteng@loongson.cn> | 2021-01-12 14:52:56 +0300 |
---|---|---|
committer | Jonathan Corbet <corbet@lwn.net> | 2021-01-12 18:05:50 +0300 |
commit | b8e724fd71173fad2d7d6d70d18d8b3379cd4626 (patch) | |
tree | 856a93499596727fee22e7967cf731395f7fc3d9 /Documentation/translations | |
parent | ee037040f808848bf7355edd081d33bdb1cfd011 (diff) | |
download | linux-b8e724fd71173fad2d7d6d70d18d8b3379cd4626.tar.xz |
doc/zh_CN: add mips index.rst translation
This patch translates Documentation/mips/index.rst into Chinese.
Signed-off-by: Yanteng Si <siyanteng@loongson.cn>
Reviewed-by: Alex Shi <alex.shi@linux.alibaba.com>
Reviewed-by: Jiaxun Yang <jiaxun.yang@flygoat.com>
Link: https://lore.kernel.org/r/20210112115259.217944-1-siyanteng@loongson.cn
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Diffstat (limited to 'Documentation/translations')
-rw-r--r-- | Documentation/translations/zh_CN/mips/index.rst | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/Documentation/translations/zh_CN/mips/index.rst b/Documentation/translations/zh_CN/mips/index.rst new file mode 100644 index 000000000000..2c7b836a3da5 --- /dev/null +++ b/Documentation/translations/zh_CN/mips/index.rst @@ -0,0 +1,29 @@ +.. SPDX-License-Identifier: GPL-2.0 + +.. include:: ../disclaimer-zh_CN.rst + +:Original: :ref:`Documentation/mips/index.rst <index>` +:Translator: Yanteng Si <siyanteng@loongson.cn> + +.. _cn_index: + + +=========================== +MIPS特性文档 +=========================== + +.. toctree:: + :maxdepth: 2 + :numbered: + + booting + ingenic-tcu + + features + +.. only:: subproject and html + + Indices + ======= + + * :ref:`genindex` |