doc: zh_CN: index files in filesystems subdirectory
authorWang Wenhu <wenhu.wang@vivo.com>
Mon, 16 Mar 2020 11:01:31 +0000 (04:01 -0700)
committerJonathan Corbet <corbet@lwn.net>
Fri, 20 Mar 2020 23:19:31 +0000 (17:19 -0600)
Add filesystems subdirectory into the table of Contents for zh_CN,
all translations residing on it would be indexed conveniently.

Reviewed-by: Alex Shi <alex.shi@linux.alibaba.com>
Reviewed-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
Signed-off-by: Wang Wenhu <wenhu.wang@vivo.com>
Link: https://lore.kernel.org/r/20200316110143.97848-1-wenhu.wang@vivo.com
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Documentation/filesystems/index.rst
Documentation/translations/zh_CN/filesystems/index.rst [new file with mode: 0644]
Documentation/translations/zh_CN/index.rst

index 53f46a88e6ecc997573908dc62b42522340016b3..e7b46dac70791efebdb114d512f2fd495f8df051 100644 (file)
@@ -1,3 +1,5 @@
+.. _filesystems_index:
+
 ===============================
 Filesystems in the Linux kernel
 ===============================
diff --git a/Documentation/translations/zh_CN/filesystems/index.rst b/Documentation/translations/zh_CN/filesystems/index.rst
new file mode 100644 (file)
index 0000000..f5adcdc
--- /dev/null
@@ -0,0 +1,25 @@
+.. SPDX-License-Identifier: GPL-2.0
+
+.. include:: ../disclaimer-zh_CN.rst
+
+:Original: :ref:`Documentation/filesystems/index.rst <filesystems_index>`
+:Translator: Wang Wenhu <wenhu.wang@vivo.com>
+
+.. _cn_filesystems_index:
+
+========================
+Linux Kernel中的文件系统
+========================
+
+这份正在开发的手册或许在未来某个辉煌的日子里以易懂的形式将Linux虚拟\
+文件系统(VFS)层以及基于其上的各种文件系统如何工作呈现给大家。当前\
+可以看到下面的内容。
+
+文件系统
+========
+
+文件系统实现文档。
+
+.. toctree::
+   :maxdepth: 2
+
index d3165535ec9e5a40624dbf44e2f6efc3fd30c2b3..76850a5dd9826ebce8dff7b089a8c96f25cbd16f 100644 (file)
@@ -14,6 +14,7 @@
    :maxdepth: 2
 
    process/index
+   filesystems/index
 
 目录和表格
 ----------