Merge "Moving clustering, dlux, and xsql docs from user to getting started guide"
[docs.git] / manuals / getting-started-guide / src / main / asciidoc / bk-getting-started-guide.adoc
1 [[bk-getting-started-guide]]
2 = OpenDaylight Getting Started Guide
3 :docinfo:
4
5 //////////////////////////
6 // BEGIN COMMENT
7 [dedication]
8 Example Dedication
9 ------------------
10 Optional dedication.
11
12 This document is an AsciiDoc book skeleton containing briefly
13 annotated example elements plus a couple of example index entries and
14 footnotes.
15
16 Books are normally used to generate DocBook markup and the titles of
17 the preface, appendix, bibliography, glossary and index sections are
18 significant ('specialsections').
19
20
21 [preface]
22 Example Preface
23 ---------------
24 Optional preface.
25
26 Preface Sub-section
27 ~~~~~~~~~~~~~~~~~~~
28 Preface sub-section body.
29
30 Using OpenDaylight
31 --------------------------
32
33 [partintro]
34 .Optional part introduction title
35 --
36 Optional part introduction goes here.
37 --
38
39 OpenDaylight Add-ons
40 -------------------------
41
42 [partintro]
43 .Optional part introduction title
44 --
45 Optional part introduction goes here.
46 --
47 // END COMMENT
48 //////////////////////////
49
50 //////////////////////////
51 // BEGIN COMMENT
52 Please note and leave the blank line between include statements here.
53
54 It is a defensive measure to prevent individual projects' .adoc files
55 from eating the next section if they forget to leave a blank line at
56 the end of their file.
57 // END COMMENT
58 //////////////////////////
59
60 include::ch-introduction.adoc[]
61
62 include::ch-clustering.adoc[]
63
64 include::ch-dlux.adoc[]
65
66 include::ch-xsql-commands.adoc[]
67
68 include::release-notes.adoc[OpenDaylight Release Notes]
69
70 include::general_installation.adoc[]
71
72 include::opflex/agent-ovs-install.adoc[]
73
74 include::ovsdb/ovsdb-install.adoc[]
75
76 include::tsdr/tsdr-h2-install.adoc[]
77
78 include::tsdr/tsdr-hbase-install.adoc[]
79
80 include::vtn/vtn-install.adoc[]
81
82 :numbered!:
83
84 //////////////////////////
85 // BEGIN COMMENT
86 [appendix]
87 Example Appendix
88 ----------------
89 One or more optional appendixes go here at section level 1.
90
91 Appendix Sub-section
92 ~~~~~~~~~~~~~~~~~~~
93 Sub-section body.
94
95
96 [glossary]
97 Example Glossary
98 ----------------
99 Glossaries are optional. Glossaries entries are an example of a style
100 of AsciiDoc labeled lists.
101
102 [glossary]
103 A glossary term::
104   The corresponding (indented) definition.
105
106 A second glossary term::
107   The corresponding (indented) definition.
108
109
110 [colophon]
111 Example Colophon
112 ----------------
113 Text at the end of a book describing facts about its production.
114
115
116 [index]
117 Example Index
118 -------------
119 // END COMMENT
120 //////////////////////////
121
122 ////////////////////////////////////////////////////////////////
123 The index is normally left completely empty, it's contents being
124 generated automatically by the DocBook toolchain.
125 ////////////////////////////////////////////////////////////////
126