aboutsummaryrefslogtreecommitdiffstats
path: root/documentation/introduction/chapter-introduction.asciidoc
diff options
context:
space:
mode:
authorelmot <elmot@vaadin.com>2015-11-23 14:56:59 +0200
committerelmot <elmot@vaadin.com>2015-11-23 15:02:49 +0200
commitf6874bde3d945c8b2d1b5c17ab50e2d0f1f8ff00 (patch)
tree60016a048dbb231ba3a7095a71a96deee0df8c51 /documentation/introduction/chapter-introduction.asciidoc
parent9c0eeb4b697ffa1db8f44a91724c9d612e4add50 (diff)
parent4011884ddd073675e7d3539320f8899a43268fd4 (diff)
downloadvaadin-framework-f6874bde3d945c8b2d1b5c17ab50e2d0f1f8ff00.tar.gz
vaadin-framework-f6874bde3d945c8b2d1b5c17ab50e2d0f1f8ff00.zip
Merge branch 'documentation'
Change-Id: I6ef85a35077e6278831b968595c068898cee2770
Diffstat (limited to 'documentation/introduction/chapter-introduction.asciidoc')
-rw-r--r--documentation/introduction/chapter-introduction.asciidoc17
1 files changed, 17 insertions, 0 deletions
diff --git a/documentation/introduction/chapter-introduction.asciidoc b/documentation/introduction/chapter-introduction.asciidoc
new file mode 100644
index 0000000000..111d3a23f5
--- /dev/null
+++ b/documentation/introduction/chapter-introduction.asciidoc
@@ -0,0 +1,17 @@
+[[intro]]
+== Introduction
+
+This chapter gives a brief introduction to software development with Vaadin. We
+also try to give some insight about the design philosophy behind Vaadin and its
+history.
+
+
+include::intro-overview.asciidoc[leveloffset=+2]
+
+include::intro-walkthrough.asciidoc[leveloffset=+2]
+
+include::intro-eclipse.asciidoc[leveloffset=+2]
+
+include::intro-goals.asciidoc[leveloffset=+2]
+
+include::intro-background.asciidoc[leveloffset=+2]