mirror of https://github.com/torvalds/linux.git
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>
This commit is contained in:
parent
f25f39e6d2
commit
beaea9c4ba
|
|
@ -0,0 +1,13 @@
|
|||
.. SPDX-License-Identifier: GPL-2.0
|
||||
|
||||
.. _specs:
|
||||
|
||||
=============================
|
||||
Netlink Family Specifications
|
||||
=============================
|
||||
|
||||
.. toctree::
|
||||
:maxdepth: 1
|
||||
:glob:
|
||||
|
||||
*
|
||||
Loading…
Reference in New Issue