aboutsummaryrefslogtreecommitdiffstats
path: root/documentation/getting-started/chapter-getting-started.asciidoc
diff options
context:
space:
mode:
authorelmot <elmot@vaadin.com>2015-09-25 16:40:44 +0300
committerelmot <elmot@vaadin.com>2015-09-25 16:40:44 +0300
commita1b265c318dbda4a213cec930785b81e4c0f7d2b (patch)
treeb149daf5a4f50b4f6446c906047cf86495fe0433 /documentation/getting-started/chapter-getting-started.asciidoc
parentb9743a48a1bd0394f19c54ee938c6395a80f3cd8 (diff)
downloadvaadin-framework-a1b265c318dbda4a213cec930785b81e4c0f7d2b.tar.gz
vaadin-framework-a1b265c318dbda4a213cec930785b81e4c0f7d2b.zip
Framework documentation IN
Change-Id: I767477c1fc3745f9e1f58075fe30c9ac8da63581
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]