]> source.dussan.org Git - vaadin-framework.git/commitdiff
Feature/tutorial finetuning (#9672)
authorMatti Tahvonen <matti@vaadin.com>
Mon, 17 Jul 2017 11:10:20 +0000 (14:10 +0300)
committerHenri Sara <henri.sara@gmail.com>
Mon, 17 Jul 2017 11:10:20 +0000 (14:10 +0300)
* Trying to lower the barrier to start following the tutorial
* Guiding new Vaadin users to start with the tutorial

documentation/getting-started/chapter-getting-started.asciidoc
documentation/getting-started/getting-started-first-project.asciidoc
documentation/installing/installing-eclipse.adoc

index 0d9f8f4d650f7305368960c9ecb6693cf0819f14..329e40cf3a03d77ace03b55a4a6adebbbd0abd4f 100644 (file)
@@ -1,6 +1,8 @@
 [[getting-started]]
 == Creating a Vaadin Application
 
+TIP: If you are new to Vaadin, we suggest to start with <<dummy/../../../framework/tutorial#tutorial,"the tutorial">>. It also contains instructions how to set up Eclipse based development environment.
+
 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.
index 73ad178d68404c1fe2f289debe3f1a2e49ced302..3903af15f513a01fe8a3c02593227d82f050ac3a 100644 (file)
@@ -7,6 +7,8 @@ layout: page
 [[getting-started.first-project]]
 = Creating and Running a Project in Eclipse
 
+TIP: If you are new to Vaadin, we suggest to start with <<dummy/../../../framework/tutorial#tutorial,"the tutorial">>. It also contains instructions how to set up Eclipse based development environment.
+
 This section gives instructions for creating a new Eclipse project using the
 Vaadin Plugin. The task will include the following steps:
 
index 4acfb086fb4c0fe51c87770650cc6296131e6d4a..f797d2c08e72ab2676ae7c336c46e1efa975262c 100644 (file)
@@ -7,6 +7,8 @@ layout: page
 [[installing.eclipse]]
 = Installing the Eclipse IDE and Plugin
 
+TIP: If you are new to Vaadin, we suggest to start with <<dummy/../../../framework/tutorial#tutorial,"the tutorial">>. It also contains instructions how to set up Eclipse based development environment.
+
 If you are using the Eclipse IDE, using the Vaadin Plugin for Eclipse helps
 greatly. The plugin includes wizards for creating new Vaadin-based projects,
 themes, and client-side widgets and widget sets. Notice that you can also create