docs: netlink: add a starting guide for working with specs
[platform/kernel/linux-starfive.git] / Documentation / userspace-api / netlink / index.rst
1 .. SPDX-License-Identifier: BSD-3-Clause
2
3 ================
4 Netlink Handbook
5 ================
6
7 Netlink documentation for users.
8
9 .. toctree::
10    :maxdepth: 2
11
12    intro
13    intro-specs
14    specs
15    c-code-gen
16    genetlink-legacy
17
18 See also :ref:`Documentation/core-api/netlink.rst <kernel_netlink>`.