docs: admin-guide: add some subsection headings
authorJonathan Corbet <corbet@lwn.net>
Fri, 13 Dec 2024 18:20:53 +0000 (11:20 -0700)
committerJonathan Corbet <corbet@lwn.net>
Tue, 17 Dec 2024 20:23:38 +0000 (13:23 -0700)
As part of the goal of bringing some order to this file, add subsection
headings to help readers find what they are looking for.

Reviewed-by: Randy Dunlap <rdunlap@infradead.org>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Link: https://lore.kernel.org/r/20241213182057.343527-3-corbet@lwn.net
Documentation/admin-guide/index.rst

index 94b70bb203cc9702fc0a16d6b752ce15a2768dd3..6864b079b3918cd512a36a0f988933ed0b8f68cb 100644 (file)
@@ -7,6 +7,9 @@ added to the kernel over time.  There is, as yet, little overall order or
 organization here — this material was not written to be a single, coherent
 document!  With luck things will improve quickly over time.
 
+General guides to kernel administration
+---------------------------------------
+
 This initial section contains overall information, including the README
 file describing the kernel as a whole, documentation on kernel parameters,
 etc.
@@ -28,6 +31,9 @@ This section describes CPU vulnerabilities and their mitigations.
 
    hw-vuln/index
 
+Tracking down and identifying problems
+--------------------------------------
+
 Here is a set of documents aimed at users who are trying to track down
 problems and bugs in particular.
 
@@ -48,6 +54,9 @@ problems and bugs in particular.
    perf/index
    pstore-blk
 
+sysfs
+-----
+
 A big part of the kernel's administrative interface is the sysfs virtual
 filesystem; these documents describe how to interact with sysfs.
 
@@ -57,6 +66,9 @@ filesystem; these documents describe how to interact with sysfs.
    sysfs-rules
    abi
 
+Workload analysis
+-----------------
+
 This is the beginning of a section with information of interest to
 application developers and system integrators doing analysis of the
 Linux kernel for safety critical applications. Documents supporting
@@ -68,6 +80,9 @@ subsystems expectations will be found here.
 
    workload-tracing
 
+Everything else
+---------------
+
 The rest of this manual consists of various unordered guides on how to
 configure specific aspects of kernel behavior to your liking.