summaryrefslogtreecommitdiffstats
path: root/documentation/getting-started/chapter-getting-started.asciidoc
diff options
context:
space:
mode:
Diffstat (limited to 'documentation/getting-started/chapter-getting-started.asciidoc')
-rw-r--r--documentation/getting-started/chapter-getting-started.asciidoc27
1 files changed, 27 insertions, 0 deletions
diff --git a/documentation/getting-started/chapter-getting-started.asciidoc b/documentation/getting-started/chapter-getting-started.asciidoc
new file mode 100644
index 0000000000..9705f0a966
--- /dev/null
+++ b/documentation/getting-started/chapter-getting-started.asciidoc
@@ -0,0 +1,27 @@
+[[getting-started]]
+== Getting Started with Vaadin
+
+This chapter gives practical instructions for installing the recommended
+toolchain, the Vaadin libraries and its dependencies, and creating a new Vaadin
+project.
+
+
+include::getting-started-overview.asciidoc[leveloffset=+2]
+
+include::getting-started-environment.asciidoc[leveloffset=+2]
+
+include::getting-started-libraries.asciidoc[leveloffset=+2]
+
+include::getting-started-eclipse.asciidoc[leveloffset=+2]
+
+include::getting-started-first-project.asciidoc[leveloffset=+2]
+
+include::getting-started-maven.asciidoc[leveloffset=+2]
+
+include::getting-started-netbeans.asciidoc[leveloffset=+2]
+
+include::getting-started-idea.asciidoc[leveloffset=+2]
+
+include::getting-started-package.asciidoc[leveloffset=+2]
+
+include::getting-started-scala.asciidoc[leveloffset=+2]