mirror of
https://github.com/torvalds/linux.git
synced 2026-05-25 23:52:08 +02:00
Documentation: bcachefs: Split index toctree
bcachefs subsystem currently has 4 docs: two are development notes and the rest are actual filesystem docs. These two groups are clearly distinct and can be organized. Split the toctree into two, one for each docs group. While at it, also reduce :maxdepth: so that only title headings are listed in the toctrees. Signed-off-by: Bagas Sanjaya <bagasdotme@gmail.com> Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev>
This commit is contained in:
parent
7442ef7082
commit
93422e0b33
|
|
@ -4,11 +4,28 @@
|
|||
bcachefs Documentation
|
||||
======================
|
||||
|
||||
Subsystem-specific development process notes
|
||||
--------------------------------------------
|
||||
|
||||
Development notes specific to bcachefs. These are intended to supplement
|
||||
:doc:`general kernel development handbook </process/index>`.
|
||||
|
||||
.. toctree::
|
||||
:maxdepth: 2
|
||||
:maxdepth: 1
|
||||
:numbered:
|
||||
|
||||
CodingStyle
|
||||
SubmittingPatches
|
||||
|
||||
Filesystem implementation
|
||||
-------------------------
|
||||
|
||||
Documentation for filesystem features and their implementation details.
|
||||
At this moment, only a few of these are described here.
|
||||
|
||||
.. toctree::
|
||||
:maxdepth: 1
|
||||
:numbered:
|
||||
|
||||
casefolding
|
||||
errorcodes
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user