Merge pull request #26 from jenmalloy/master-docinfo-changes

added variables to json and master-docinfo files
This commit is contained in:
Jen Malloy 2016-12-08 10:30:24 -05:00 committed by GitHub
commit 7e27349334
2 changed files with 9 additions and 7 deletions

View file

@ -12,7 +12,9 @@
"title": "Server Installation and Configuration Guide", "title": "Server Installation and Configuration Guide",
"project": { "project": {
"name": "Red Hat Single Sign-On", "name": "Red Hat Single Sign-On",
"version": "7.1.0" "version": "7.1.0",
"doc_base_url": "https://access.redhat.com/documentation/en/red-hat-single-sign-on/",
"doc_info_version_url": "7.1-Beta"
}, },
"community": false, "community": false,
"product": true, "product": true,

View file

@ -1,10 +1,10 @@
<productname>Red Hat Single Sign-On</productname> <productname>{book_project_name}</productname>
<productnumber>7.1-Beta</productnumber> <productnumber>{book_project_doc_info_version_url}</productnumber>
<subtitle>Server Installation and Configuration Guide</subtitle> <subtitle>For Use with {book_project_name} {book_project_doc_info_version_url}</subtitle>
<title>Server Installation and Configuration Guide</title> <title>{book_title}</title>
<release>7.1-Beta</release> <release>{book_project_doc_info_version_url}</release>
<abstract> <abstract>
<para>This guide consists of information to install and configure Red Hat Single Sign-On 7.1-Beta</para> <para>This guide consists of information to install and configure {book_project_name} {book_project_doc_info_version_url}</para>
</abstract> </abstract>
<authorgroup> <authorgroup>
<orgname>Red Hat Customer Content Services</orgname> <orgname>Red Hat Customer Content Services</orgname>