瀏覽代碼

docs: create filesystem internal section

Create a new top-level section for documentation of filesystem usage,
on-disk format information, and anything else.

Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com>
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
Darrick J. Wong 7 年之前
父節點
當前提交
6684874af0
共有 3 個文件被更改,包括 14 次插入11 次删除
  1. 3 3
      Documentation/filesystems/ext4/index.rst
  2. 0 8
      Documentation/filesystems/index.rst
  3. 11 0
      Documentation/index.rst

+ 3 - 3
Documentation/filesystems/ext4/index.rst

@@ -1,8 +1,8 @@
 .. SPDX-License-Identifier: GPL-2.0
 .. SPDX-License-Identifier: GPL-2.0
 
 
-====
-ext4
-====
+===============
+ext4 Filesystem
+===============
 
 
 General usage and on-disk artifacts writen by ext4.  More documentation may
 General usage and on-disk artifacts writen by ext4.  More documentation may
 be ported from the wiki as time permits.  This should be considered the
 be ported from the wiki as time permits.  This should be considered the

+ 0 - 8
Documentation/filesystems/index.rst

@@ -2,14 +2,6 @@
 Linux Filesystems API
 Linux Filesystems API
 =====================
 =====================
 
 
-The documentation in this section are provided by specific filesystem
-subprojects.
-
-.. toctree::
-   :maxdepth: 2
-
-   ext4/index
-
 The Linux VFS
 The Linux VFS
 =============
 =============
 
 

+ 11 - 0
Documentation/index.rst

@@ -102,6 +102,17 @@ implementation.
 
 
    sh/index
    sh/index
 
 
+Filesystem Documentation
+------------------------
+
+The documentation in this section are provided by specific filesystem
+subprojects.
+
+.. toctree::
+   :maxdepth: 4
+
+   filesystems/ext4/index
+
 Korean translations
 Korean translations
 -------------------
 -------------------