]> git.proxmox.com Git - proxmox-backup.git/commitdiff
docs: faq: move support table to CSV
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Fri, 10 Nov 2023 14:58:29 +0000 (15:58 +0100)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Fri, 10 Nov 2023 14:59:52 +0000 (15:59 +0100)
as the current table format isn't really a recommended way to encode
tables for reStructuredText, and breaks various editor integrations
(and possibly parsing in the future).

From the two supported options, i.e., csv-table and list-table, the
first one seems to be easier to maintain in the long-run, so go for
that.

https://docutils.sourceforge.io/docs/ref/rst/directives.html#csv-table-1

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
docs/faq-release-support-table.csv [new file with mode: 0644]
docs/faq.rst

diff --git a/docs/faq-release-support-table.csv b/docs/faq-release-support-table.csv
new file mode 100644 (file)
index 0000000..479a59b
--- /dev/null
@@ -0,0 +1,4 @@
+Proxmox Backup Version    , Debian Version           , First Release , Debian EOL , Proxmox Backup EOL
+Proxmox Backup 3          , Debian 12 (Bookworm)     , 2023-06       , TBA        , TBA
+Proxmox Backup 2          , Debian 11 (Bullseye)     , 2021-07       , 2024-07    , 2024-07
+Proxmox Backup 1          , Debian 10 (Buster)       , 2020-11       , 2022-08    , 2022-07
index 3adbbd33c8429d771e80c26e8bbc1ce4d3eb87b6..01421d61549da2cb9d036bd1c1abb510d5c926c7 100644 (file)
@@ -26,15 +26,10 @@ future plans to support 32-bit processors.
 How long will my Proxmox Backup Server version be supported?
 ------------------------------------------------------------
 
-+-----------------------+----------------------+---------------+------------+--------------------+
-|Proxmox Backup Version | Debian Version       | First Release | Debian EOL | Proxmox Backup EOL |
-+=======================+======================+===============+============+====================+
-|Proxmox Backup 3.x     | Debian 12 (Bookworm) | 2023-06       | tba        | tba                |
-+-----------------------+----------------------+---------------+------------+--------------------+
-|Proxmox Backup 2.x     | Debian 11 (Bullseye) | 2021-07       | 2024-07    | 2024-07            |
-+-----------------------+----------------------+---------------+------------+--------------------+
-|Proxmox Backup 1.x     | Debian 10 (Buster)   | 2020-11       | 2022-08    | 2022-07            |
-+-----------------------+----------------------+---------------+------------+--------------------+
+.. csv-table:: Table Title
+   :file: faq-release-support-table.csv
+   :widths: 30 26 13 13 18
+   :header-rows: 1
 
 How can I upgrade Proxmox Backup Server to the next point release?
 ------------------------------------------------------------------