aboutsummaryrefslogtreecommitdiffstats
path: root/documentation/sdk-manual/sdk-extensible.xml
diff options
context:
space:
mode:
Diffstat (limited to 'documentation/sdk-manual/sdk-extensible.xml')
-rw-r--r--documentation/sdk-manual/sdk-extensible.xml41
1 files changed, 41 insertions, 0 deletions
diff --git a/documentation/sdk-manual/sdk-extensible.xml b/documentation/sdk-manual/sdk-extensible.xml
new file mode 100644
index 0000000000..b0b8edd565
--- /dev/null
+++ b/documentation/sdk-manual/sdk-extensible.xml
@@ -0,0 +1,41 @@
+<!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN"
+"http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd"
+[<!ENTITY % poky SYSTEM "../poky.ent"> %poky; ] >
+
+<chapter id='sdk-extensible'>
+
+<title>Developing with an Extensible SDK</title>
+
+<para>
+ This chapter is going to cover all the SDK stuff that is unique
+ to just the extensible SDK.
+</para>
+
+<section id='chap-three-section-one'>
+ <title>Section One</title>
+
+ <para>
+ Some section of stuff here.
+ </para>
+
+ <section id='chap-three-section-one-one'>
+ <title>Section One One</title>
+
+ <para>
+ Some section of stuff here.
+ </para>
+ </section>
+
+ <section id='chap-three-section-one-two'>
+ <title>Section One Two</title>
+
+ <para>
+ Some section of stuff here.
+ </para>
+ </section>
+</section>
+
+</chapter>
+<!--
+vim: expandtab tw=80 ts=4
+-->