From 0154d554e954e33ea5aa20deac2c5ce605b5d39d Mon Sep 17 00:00:00 2001 From: Joachim Wiberg Date: Sat, 24 Jan 2026 21:19:35 +0100 Subject: [PATCH] doc: fix mkdocs build warnings - Add missing SVG For dhcpv6 example - Fix link to static routes in WireGuard doc - Add WireGuard to a new VPN sub-section in nav bar Signed-off-by: Joachim Wiberg --- doc/img/ip-address-example-ipv6-dhcp.svg | 4 ++++ doc/vpn-wireguard.md | 2 +- mkdocs.yml | 4 +++- 3 files changed, 8 insertions(+), 2 deletions(-) create mode 100644 doc/img/ip-address-example-ipv6-dhcp.svg diff --git a/doc/img/ip-address-example-ipv6-dhcp.svg b/doc/img/ip-address-example-ipv6-dhcp.svg new file mode 100644 index 00000000..e640bd8c --- /dev/null +++ b/doc/img/ip-address-example-ipv6-dhcp.svg @@ -0,0 +1,4 @@ + + + +
example
eth0
DHCP
Server
Pool:
2001:db8::40-50
2001:db8::/64
.1
\ No newline at end of file diff --git a/doc/vpn-wireguard.md b/doc/vpn-wireguard.md index 1b8a8e2c..38ab1e76 100644 --- a/doc/vpn-wireguard.md +++ b/doc/vpn-wireguard.md @@ -141,7 +141,7 @@ for 192.168.2.0/24 through this peer. > [!NOTE] > When routing traffic to networks behind WireGuard peers, you also need > to configure static routes pointing to the WireGuard interface. See -> [Static Routes](networking.md#static-routes) for more information. +> [Static Routes](networking.md#routing-support) for more information. ## Peer Configuration and Key Bags diff --git a/mkdocs.yml b/mkdocs.yml index aa66e51c..36a3d858 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -33,7 +33,9 @@ nav: - Quality of Service: qos.md - RMON Counters: eth-counters.md - Tunneling (L2/L3): tunnels.md - - VPN Tunnels: vpn.md + - VPN Tunnels: + - Overview: vpn.md + - WireGuard: vpn-wireguard.md - Wireless LAN (WiFi): wifi.md - Services: - Device Discovery: discovery.md