Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

docs: netlink: index.rst: add a netlink index file

Instead of generating the index file, use glob to automatically
include all data from yaml.

Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
Reviewed-by: Donald Hunter <donald.hunter@gmail.com>

+13
+13
Documentation/netlink/specs/index.rst
··· 1 + .. SPDX-License-Identifier: GPL-2.0 2 + 3 + .. _specs: 4 + 5 + ============================= 6 + Netlink Family Specifications 7 + ============================= 8 + 9 + .. toctree:: 10 + :maxdepth: 1 11 + :glob: 12 + 13 + *