1
0
mirror of https://github.com/pgbackrest/pgbackrest.git synced 2024-12-12 10:04:14 +02:00
pgbackrest/doc/xml/user-guide-index.xml
David Steele eefa0b161a
Simplify messaging around supported versions in the documentation.
The version ranges given in the user guides caused confusion. For example, because the user guide for RHEL specified PostgreSQL 9.6-11, users questioned whether pgBackRest worked for PostgreSQL 12 on RHEL.

Remove these ranges and add more explanatory text to the introduction to try and make it clearer how the user guides work and which versions are covered (basically all of them).
2022-05-09 11:59:08 -04:00

16 lines
643 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE doc SYSTEM "doc.dtd">
<doc title="{[project]}" subtitle="User Guides" toc="n">
<description>List of available {[project]} user guides.</description>
<!-- ======================================================================================================================= -->
<section id="index">
<title>Available User Guides</title>
<list>
<list-item><link url="user-guide.html">{[os-debian-title]}</link></list-item>
<list-item><link url="user-guide-rhel.html">{[os-rhel-title]}</link></list-item>
</list>
</section>
</doc>