doc: net_buf: move the network buffer documentation to services

Move the network buffer documentation from networking to services as the
implementation now lives outside of the networking subsystem.

Signed-off-by: Henrik Brix Andersen <henrik@brixandersen.dk>
This commit is contained in:
Henrik Brix Andersen 2024-09-04 16:10:32 +00:00 committed by Mahesh Mahadevan
commit f86f5263b0
4 changed files with 5 additions and 4 deletions

View file

@ -2844,6 +2844,7 @@ Networking:
- tbursztyka
- jukkar
files:
- doc/services/net_buf/
- include/zephyr/net/buf.h
- include/zephyr/net_buf.h
- lib/net_buf/

View file

@ -1,10 +1,9 @@
.. _net_buf_mgmt:
Network Buffer Management
Network Packet Management
#########################
.. toctree::
:maxdepth: 1
net_buf.rst
net_pkt.rst

View file

@ -22,6 +22,7 @@ OS Services
tracing/index.rst
resource_management/index.rst
mem_mgmt/index.rst
net_buf/index.rst
modbus/index.rst
modem/index.rst
notify.rst

View file

@ -1,7 +1,7 @@
.. _net_buf_interface:
Network Buffer
##############
Network Buffers
###############
.. contents::
:local: