diff options
author | Mauro Carvalho Chehab <mchehab+huawei@kernel.org> | 2025-06-12 10:34:30 +0200 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab+huawei@kernel.org> | 2025-08-12 07:47:30 +0200 |
commit | beaea9c4ba2d8ef1b10223dc3a75a7d7be3e5cd9 (patch) | |
tree | e2bb2c320bbc03103fba34dd70200a3e06871c7e | |
parent | f25f39e6d26644aeeef72433f67fc6d9e638c800 (diff) |
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>
-rw-r--r-- | Documentation/netlink/specs/index.rst | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/Documentation/netlink/specs/index.rst b/Documentation/netlink/specs/index.rst new file mode 100644 index 000000000000..7f7cf4a096f2 --- /dev/null +++ b/Documentation/netlink/specs/index.rst @@ -0,0 +1,13 @@ +.. SPDX-License-Identifier: GPL-2.0 + +.. _specs: + +============================= +Netlink Family Specifications +============================= + +.. toctree:: + :maxdepth: 1 + :glob: + + * |