mirror of
https://github.com/pgbackrest/pgbackrest.git
synced 2025-01-18 04:58:51 +02:00
Renamed userguide.xml to reference.xml so it doesn't conflict with the new user guide.
This commit is contained in:
parent
994ead1f05
commit
3dc0142244
@ -241,9 +241,9 @@ sub docProcess
|
||||
}
|
||||
|
||||
my $oRender = new BackRestDoc::DocRender('text', $strProjectName, $strExeName);
|
||||
my $oDocConfig = new BackRestDoc::DocConfig(new BackRestDoc::Doc("${strBasePath}/xml/userguide.xml"), $oRender);
|
||||
my $oDocConfig = new BackRestDoc::DocConfig(new BackRestDoc::Doc("${strBasePath}/xml/reference.xml"), $oRender);
|
||||
$oDocConfig->helpDataWrite();
|
||||
|
||||
docProcess("${strBasePath}/xml/readme.xml", "${strBasePath}/../README.md");
|
||||
docProcess("${strBasePath}/xml/userguide.xml", "${strBasePath}/../USERGUIDE.md", true);
|
||||
docProcess("${strBasePath}/xml/reference.xml", "${strBasePath}/../USERGUIDE.md", true);
|
||||
docProcess("${strBasePath}/xml/changelog.xml", "${strBasePath}/../CHANGELOG.md");
|
||||
|
Loading…
x
Reference in New Issue
Block a user