diff options
| author | 2025-06-20 17:56:41 +0700 | |
|---|---|---|
| committer | 2025-07-02 16:57:20 -0600 | |
| commit | 859fac2cd68368a93d3ade4decb891347407f76d (patch) | |
| tree | f1329b5e0bce3752237d9e35e57fa7eadafd922a /Documentation/filesystems | |
| parent | Documentation: ext4: Convert includes into toctrees (diff) | |
| download | wireguard-linux-859fac2cd68368a93d3ade4decb891347407f76d.tar.xz wireguard-linux-859fac2cd68368a93d3ade4decb891347407f76d.zip | |
Documentation: ext4: Reduce toctree depth
Reduce toctree depth from 6 to 2 to only show individual docs titles
on top-level toctree (index.rst) and to not spoil the entire hierarchy.
Signed-off-by: Bagas Sanjaya <bagasdotme@gmail.com>
Acked-by: Theodore Ts'o <tytso@mit.edu>
Acked-by: Darrick J. Wong <djwong@kernel.org>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Link: https://lore.kernel.org/r/20250620105643.25141-4-bagasdotme@gmail.com
Diffstat (limited to 'Documentation/filesystems')
| -rw-r--r-- | Documentation/filesystems/ext4/index.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/filesystems/ext4/index.rst b/Documentation/filesystems/ext4/index.rst index 705d813d558f..1ff8150c50e9 100644 --- a/Documentation/filesystems/ext4/index.rst +++ b/Documentation/filesystems/ext4/index.rst @@ -5,7 +5,7 @@ ext4 Data Structures and Algorithms =================================== .. toctree:: - :maxdepth: 6 + :maxdepth: 2 :numbered: about |
