[pbs-devel] [PATCH proxmox-backup 6/6] docs: replace path list with table for better readability
Alexander Zeidler
a.zeidler at proxmox.com
Fri Nov 24 18:43:47 CET 2023
Signed-off-by: Alexander Zeidler <a.zeidler at proxmox.com>
---
docs/user-management.rst | 23 +++++++++++++----------
1 file changed, 13 insertions(+), 10 deletions(-)
diff --git a/docs/user-management.rst b/docs/user-management.rst
index 44040217..9c425eb4 100644
--- a/docs/user-management.rst
+++ b/docs/user-management.rst
@@ -329,16 +329,19 @@ references are specified in curly brackets.
Some examples are:
-* `/datastore`: Access to *all* datastores on a Proxmox Backup server
-* `/datastore/{store}`: Access to a specific datastore on a Proxmox Backup
- server
-* `/datastore/{store}/{ns}`: Access to a specific namespace on a specific
- datastore
-* `/remote`: Access to all remote entries
-* `/system/network`: Access to configure the host network
-* `/tape/`: Access to tape devices, pools and jobs
-* `/access/users`: User administration
-* `/access/openid/{id}`: Administrative access to a specific OpenID Connect realm
+.. table::
+ :align: left
+
+ =========================== =========================================================
+ ``/datastore`` Access to *all* datastores on a Proxmox Backup server
+ ``/datastore/{store}`` Access to a specific datastore on a Proxmox Backup server
+ ``/datastore/{store}/{ns}`` Access to a specific namespace on a specific datastore
+ ``/remote`` Access to all remote entries
+ ``/system/network`` Access to configure the host network
+ ``/tape/`` Access to tape devices, pools and jobs
+ ``/access/users`` User administration
+ ``/access/openid/{id}`` Administrative access to a specific OpenID Connect realm
+ =========================== =========================================================
Inheritance
^^^^^^^^^^^
--
2.39.2
More information about the pbs-devel
mailing list