Merge "Neutron developer documentation"
[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::release-notes.adoc[OpenDaylight Release Notes]
63
64 include::general_installation.adoc[]
65
66 include::vtn/vtn-install.adoc[]
67
68 include::opflex/agent-ovs-install.adoc[]
69
70 include::ovsdb/ovsdb-install.adoc[]
71
72 include::tsdr/tsdr-hbase-install.adoc[]
73
74 :numbered!:
75
76 //////////////////////////
77 // BEGIN COMMENT
78 [appendix]
79 Example Appendix
80 ----------------
81 One or more optional appendixes go here at section level 1.
82
83 Appendix Sub-section
84 ~~~~~~~~~~~~~~~~~~~
85 Sub-section body.
86
87
88 [glossary]
89 Example Glossary
90 ----------------
91 Glossaries are optional. Glossaries entries are an example of a style
92 of AsciiDoc labeled lists.
93
94 [glossary]
95 A glossary term::
96   The corresponding (indented) definition.
97
98 A second glossary term::
99   The corresponding (indented) definition.
100
101
102 [colophon]
103 Example Colophon
104 ----------------
105 Text at the end of a book describing facts about its production.
106
107
108 [index]
109 Example Index
110 -------------
111 // END COMMENT
112 //////////////////////////
113
114 ////////////////////////////////////////////////////////////////
115 The index is normally left completely empty, it's contents being
116 generated automatically by the DocBook toolchain.
117 ////////////////////////////////////////////////////////////////
118