mirror of
https://github.com/pgbackrest/pgbackrest.git
synced 2024-12-14 10:13:05 +02:00
475e7c692d
Dividers were used in some files, but not others, and some had section names (which are hard to maintain) and others did not. Try to make this more consistent by putting a divider on front of every section, variable block, and wherever else seems appropriate.
16 lines
781 B
XML
16 lines
781 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]} / PostgreSQL {[os-debian-pg-version-min]}-{[os-debian-pg-version-max]}</link></list-item>
|
|
<list-item><link url="user-guide-rhel.html">{[os-rhel-title]} / PostgreSQL {[os-rhel-pg-version-min]}-{[os-rhel-pg-version-max]}</link></list-item>
|
|
</list>
|
|
</section>
|
|
</doc>
|