diff options
author | elmot <elmot@vaadin.com> | 2015-08-11 09:43:05 +0300 |
---|---|---|
committer | Vaadin Code Review <review@vaadin.com> | 2015-08-11 06:49:08 +0000 |
commit | b9743a48a1bd0394f19c54ee938c6395a80f3cd8 (patch) | |
tree | e18cafe92c5ca08cc13d5ecddc4688ac120f1ed3 /documentation | |
parent | 06f8b7dca90676efa905e3eb69b73660f1585e0b (diff) | |
download | vaadin-framework-b9743a48a1bd0394f19c54ee938c6395a80f3cd8.tar.gz vaadin-framework-b9743a48a1bd0394f19c54ee938c6395a80f3cd8.zip |
The very first documentation file
Change-Id: Ie13d3eec555bca1a138fb69444aa429308fc9b3b
Diffstat (limited to 'documentation')
-rw-r--r-- | documentation/book-preface.asciidoc | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/documentation/book-preface.asciidoc b/documentation/book-preface.asciidoc new file mode 100644 index 0000000000..c2ce8ee594 --- /dev/null +++ b/documentation/book-preface.asciidoc @@ -0,0 +1,12 @@ +--- +title: Preface +order: 3 +layout: page +--- + +== Preface + +This book provides an overview of the Vaadin Framework and covers the most +important topics that you might encounter while developing applications with it. +A more detailed documentation of the individual classes, interfaces, and methods +is given in the Vaadin API Reference. |