Skip to content

Commit

Permalink
Split docs into three sections
Browse files Browse the repository at this point in the history
  • Loading branch information
pmuir committed Sep 26, 2010
1 parent 3644931 commit 1aadc6d
Showing 1 changed file with 13 additions and 7 deletions.
20 changes: 13 additions & 7 deletions docs/src/main/docbook/en-US/master.xml
Expand Up @@ -15,26 +15,32 @@
</para>

<para>
This guide is split into two parts. <xref linkend="part1"/> details extensions and
utilities which are likely to be of use to any developer using CDI.
<xref linkend="part2"/> describes extensions and utilities which are likely to be of
use to developers writing libraries and frameworks that work with CDI.
This guide is split into three parts. <xref linkend="part1"/> details extensions and
utilities which are likely to be of use to any developer using CDI;
<xref linkend="part2"/> describes utilities which are likely to be of
use to developers writing libraries and frameworks that work with CDI; <xref linkend="part3" /> discusses
extensions which can be used to implement configuration for a framework
</para>
</preface>

<part>
<part id="part1">

<title>Extensions and Utilities for Developers</title>
<xi:include href="annotationliterals.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
<xi:include href="elextensions.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
<xi:include href="resourceloading.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
<xi:include href="logging.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
</part>

<part>
<title>Extensions and Utilties for Framework Authors</title>
<part id="part2">
<title>Utilities for Framework Authors</title>
<xi:include href="typeutilities.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
<xi:include href="beanutilities.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
<xi:include href="properties.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
</part>

<part id="part3">
<title>Configuration Extensions for Framework Authors</title>
<xi:include href="managedproducer.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
<xi:include href="defaultbeans.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
<xi:include href="servicehandler.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
Expand Down

0 comments on commit 1aadc6d

Please sign in to comment.