SHL-23 - Create docbook based reference guide

This commit is contained in:
Mark Pollack
2012-07-17 17:50:14 -04:00
parent cf2296421b
commit eedbec77dc
11 changed files with 312 additions and 28 deletions

View File

@@ -16,6 +16,16 @@
<surname>Pollack</surname>
<affiliation>SpringSource</affiliation>
</author>
<author>
<firstname>Jarred</firstname>
<surname>Li</surname>
<affiliation>VMware</affiliation>
</author>
<author>
<firstname>Costin</firstname>
<surname>Leau</surname>
<affiliation>SpringSource</affiliation>
</author>
</authorgroup>
<legalnotice>
@@ -32,41 +42,28 @@
<xi:include href="preface.xml"/>
<!--
<part id="introduction">
<title>Introduction</title>
<title>Introduction</title>
<xi:include href="introduction/introduction.xml"/>
<xi:include href="introduction/why-sdr.xml"/>
<xi:include href="introduction/requirements.xml"/>
<xi:include href="introduction/getting-started.xml"/>
</part>
<part id="reference">
<title>Reference Documentation</title>
<title>Reference Documentation</title>
<xi:include href="reference/introduction.xml"/>
<xi:include href="reference/redis.xml"/>
<xi:include href="reference/shell.xml"/>
</part>
<part id="appendixes">
<title>Appendixes</title>
<xi:include href="appendix/introduction.xml"/>
<xi:include href="appendix/appendix-schema.xml"/>
<part id="dev">
<title>Developing Spring Shell Applications</title>
<xi:include href="reference/dev-guide/introduction.xml"/>
<xi:include href="reference/dev-guide/dev-spring-shell.xml"/>
</part>
<part id="resources">
<title>Other Documentation</title>
<partintro>
<para>
In addition to this reference documentation, there are a number of
other resources that may help you learn how to use the various key value
stores and Spring Data. These additional, third-party resources are
enumerated in this section.
</para>
</partintro>
<xi:include href="links.xml"/>
<part id="samples">
<title>Spring Shell Sample application</title>
<xi:include href="samples/introduction.xml"/>
<xi:include href="samples/sample-application.xml"/>
</part>
-->
</book>