summaryrefslogtreecommitdiffstats
path: root/documentation/clientside/chapter-clientside.asciidoc
diff options
context:
space:
mode:
authorMarkus Koivisto <markus@vaadin.com>2016-01-22 14:55:18 +0200
committerMarkus Koivisto <markus@vaadin.com>2016-01-22 14:55:18 +0200
commit99d6de546c74f0eed230ea8253dda6b85109d2e7 (patch)
tree10fc21c557566fe3241e6e13499df18d80f8dcb2 /documentation/clientside/chapter-clientside.asciidoc
parent610736d9f373d4b37fd39ff8f90aabd13eab7926 (diff)
downloadvaadin-framework-99d6de546c74f0eed230ea8253dda6b85109d2e7.tar.gz
vaadin-framework-99d6de546c74f0eed230ea8253dda6b85109d2e7.zip
Add documentation to master branch
Change-Id: I2504bb10f1ae73ec0cbc08b7ba5a88925caa1674
Diffstat (limited to 'documentation/clientside/chapter-clientside.asciidoc')
-rw-r--r--documentation/clientside/chapter-clientside.asciidoc18
1 files changed, 18 insertions, 0 deletions
diff --git a/documentation/clientside/chapter-clientside.asciidoc b/documentation/clientside/chapter-clientside.asciidoc
new file mode 100644
index 0000000000..6effe8475a
--- /dev/null
+++ b/documentation/clientside/chapter-clientside.asciidoc
@@ -0,0 +1,18 @@
+[[clientside]]
+== Client-Side Vaadin Development
+
+This chapter gives an overview of the Vaadin client-side framework, its
+architecture, and development tools.
+
+
+include::clientside-overview.asciidoc[leveloffset=+2]
+
+include::clientside-installing.asciidoc[leveloffset=+2]
+
+include::clientside-module.asciidoc[leveloffset=+2]
+
+include::clientside-compiling.asciidoc[leveloffset=+2]
+
+include::clientside-widget.asciidoc[leveloffset=+2]
+
+include::clientside-debugging.asciidoc[leveloffset=+2]