diff options
author | Marko Gronroos <magi@vaadin.com> | 2016-03-17 15:58:58 +0200 |
---|---|---|
committer | Marko Gronroos <magi@vaadin.com> | 2016-03-17 17:14:17 +0200 |
commit | fa2497f0c63855545b68b29b53d35b17406bf6f2 (patch) | |
tree | 1640802ca70d3afb9756ae8f136bfb46fa7dce5d /documentation/getting-started/chapter-getting-started.asciidoc | |
parent | ce1d609b9cb9fbe0129d91a0fc79d60079d5efae (diff) | |
download | vaadin-framework-fa2497f0c63855545b68b29b53d35b17406bf6f2.tar.gz vaadin-framework-fa2497f0c63855545b68b29b53d35b17406bf6f2.zip |
Reorganized the Getting Started chapter to separate installation and project creation chapters. #19639
Change-Id: I4aab29b8b9ab23091903016e9cc91850c4ca3b93
Diffstat (limited to 'documentation/getting-started/chapter-getting-started.asciidoc')
-rw-r--r-- | documentation/getting-started/chapter-getting-started.asciidoc | 12 |
1 files changed, 5 insertions, 7 deletions
diff --git a/documentation/getting-started/chapter-getting-started.asciidoc b/documentation/getting-started/chapter-getting-started.asciidoc index 9705f0a966..22397eb352 100644 --- a/documentation/getting-started/chapter-getting-started.asciidoc +++ b/documentation/getting-started/chapter-getting-started.asciidoc @@ -1,18 +1,16 @@ [[getting-started]] -== Getting Started with Vaadin +== Creating a Vaadin Application -This chapter gives practical instructions for installing the recommended -toolchain, the Vaadin libraries and its dependencies, and creating a new Vaadin -project. +This chapter gives practical instructions for creating a Vaadin application project and deploying it to a server to run it. We also consider topics such as debugging. +The instructions are given separately for the Eclipse IDE, NetBeans, and IntelliJ IDEA. -include::getting-started-overview.asciidoc[leveloffset=+2] -include::getting-started-environment.asciidoc[leveloffset=+2] +include::getting-started-overview.adoc[leveloffset=+2] include::getting-started-libraries.asciidoc[leveloffset=+2] -include::getting-started-eclipse.asciidoc[leveloffset=+2] +include::getting-started-archetypes.asciidoc[leveloffset=+2] include::getting-started-first-project.asciidoc[leveloffset=+2] |