From 4fc56afb1679ddfa603ff122f06877c78c328160 Mon Sep 17 00:00:00 2001
From: Florian Maurer <f.maurer@outlook.de>
Date: Wed, 7 May 2025 08:05:29 +0200
Subject: [PATCH] docs: gluon-web-network: fix  enumerations

enumerations in rst require to have an additional space
---
 docs/package/gluon-web-network.rst | 1 +
 1 file changed, 1 insertion(+)

diff --git a/docs/package/gluon-web-network.rst b/docs/package/gluon-web-network.rst
index 05625e2c0..bdaae8513 100644
--- a/docs/package/gluon-web-network.rst
+++ b/docs/package/gluon-web-network.rst
@@ -12,6 +12,7 @@ configuration options
 ---------------------
 
 The following roles can be assigned to the interfaces:
+
 * `Uplink` - interface is used for WAN connection, which is used for the VPN if `mesh-vpn` checkbox is enabled in basic config mode
 * `Mesh` - interface is used for :doc:`../features/wired-mesh`. Using this on the WAN interface is also known as "Mesh-on-WAN"
 * `Client` - interface is used as client network - connected devices to this interface should get a working internet configuration through DHCP
-- 
GitLab