mirror of
https://github.com/torvalds/linux.git
synced 2026-03-08 03:24:45 +01:00
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
1 changed files with 13 additions and 0 deletions
13
Documentation/netlink/specs/index.rst
Normal file
13
Documentation/netlink/specs/index.rst
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
.. SPDX-License-Identifier: GPL-2.0
|
||||
|
||||
.. _specs:
|
||||
|
||||
=============================
|
||||
Netlink Family Specifications
|
||||
=============================
|
||||
|
||||
.. toctree::
|
||||
:maxdepth: 1
|
||||
:glob:
|
||||
|
||||
*
|
||||
Loading…
Add table
Add a link
Reference in a new issue