From 59b9c7ef5addbeca58e066c8ce482c236454a88a Mon Sep 17 00:00:00 2001 From: Dietmar Maurer Date: Sat, 2 Mar 2019 18:23:48 +0100 Subject: [PATCH] docs: add support link --- docs/epilog.rst | 1 + docs/introduction.rst | 6 ++++-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/docs/epilog.rst b/docs/epilog.rst index fdf3af50..2a77e7bd 100644 --- a/docs/epilog.rst +++ b/docs/epilog.rst @@ -5,6 +5,7 @@ .. _Container: https://en.wikipedia.org/wiki/Container_(virtualization) .. _LZ4: https://en.wikipedia.org/wiki/LZ4_(compression_algorithm) +.. _Proxmox: https://www.proxmox.com .. _Proxmox Virtual Environment: https://www.proxmox.com/proxmox-ve .. _reStructuredText: https://www.sphinx-doc.org/en/master/usage/restructuredtext/index.html .. _Rust: https://www.rust-lang.org/ diff --git a/docs/introduction.rst b/docs/introduction.rst index a8a2469b..aa268ae5 100644 --- a/docs/introduction.rst +++ b/docs/introduction.rst @@ -33,11 +33,13 @@ Main features :Performance: The whole software stack is written in :term:`Rust`, which provides high speed and memory efficiency. -:Open Source: No secrets. You have access to the whole source tree. - :Compression: Ultra fast `LZ4`_ compression is able to compress several gigabytes of data per second. +:Open Source: No secrets. You have access to the whole source tree. + +:Support: Commercial support options available from `Proxmox`_. + Why Backup? -----------