From e535682b8136a52f7dc66ec7af5a41c181bd8976 Mon Sep 17 00:00:00 2001 From: LiudmylaNad Date: Thu, 11 Jun 2026 11:50:44 +0200 Subject: docs: fix stale .png/.jpg image refs to match .webp assets in Sagitta (#2098) Signed-off-by: MilaNad --- docs/configuration/interfaces/bonding.md | 2 +- docs/configuration/interfaces/openvpn.md | 2 +- docs/configuration/interfaces/wireguard.md | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) (limited to 'docs/configuration/interfaces') diff --git a/docs/configuration/interfaces/bonding.md b/docs/configuration/interfaces/bonding.md index ef6988e5..2c9ef2ba 100644 --- a/docs/configuration/interfaces/bonding.md +++ b/docs/configuration/interfaces/bonding.md @@ -473,7 +473,7 @@ those two devices. Lets assume the following topology: -:::{figure} /_static/images/vyos_arista_bond_lacp.png +:::{figure} /_static/images/vyos_arista_bond_lacp.webp :alt: VyOS Arista EOS setup ::: diff --git a/docs/configuration/interfaces/openvpn.md b/docs/configuration/interfaces/openvpn.md index 5bd78695..1903d0db 100644 --- a/docs/configuration/interfaces/openvpn.md +++ b/docs/configuration/interfaces/openvpn.md @@ -33,7 +33,7 @@ interface using `set interfaces openvpn`. ## Site-to-Site -:::{figure} /_static/images/openvpn_site2site_diagram.jpg +:::{figure} /_static/images/openvpn_site2site_diagram.webp ::: OpenVPN is popular for client-server setups, but its site-to-site mode diff --git a/docs/configuration/interfaces/wireguard.md b/docs/configuration/interfaces/wireguard.md index 3f69a7fe..ea97a0aa 100644 --- a/docs/configuration/interfaces/wireguard.md +++ b/docs/configuration/interfaces/wireguard.md @@ -14,7 +14,7 @@ information. This diagram corresponds with the example site to site configuration below. -:::{figure} /_static/images/wireguard_site2site_diagram.jpg +:::{figure} /_static/images/wireguard_site2site_diagram.webp ::: ## Keypairs @@ -425,7 +425,7 @@ public key. Please keep this in mind when using this convenience feature. will connect to. The address parameter can be used up to two times and is used to assign the clients specific IPv4 (/32) or IPv6 (/128) address. - .. figure:: /_static/images/wireguard_qrcode.jpg + .. figure:: /_static/images/wireguard_qrcode.webp :alt: WireGuard Client QR code ``` -- cgit v1.2.3