diff options
author | Henri Muurimaa <henri.muurimaa@gmail.com> | 2017-09-20 11:02:36 +0300 |
---|---|---|
committer | Henri Sara <henri.sara@gmail.com> | 2017-09-20 11:02:36 +0300 |
commit | 9c371bd38e6fcea5c684105c3bef4e9d53b2e2ca (patch) | |
tree | 2d7f6c72d2b03a6428f972b187d94036132790f3 /documentation/articles/contents.asciidoc | |
parent | d1520204ea3e55acdab5a0d6fb03154ffe50d538 (diff) | |
download | vaadin-framework-9c371bd38e6fcea5c684105c3bef4e9d53b2e2ca.tar.gz vaadin-framework-9c371bd38e6fcea5c684105c3bef4e9d53b2e2ca.zip |
Add headers to community articles (#10028)
Diffstat (limited to 'documentation/articles/contents.asciidoc')
-rw-r--r-- | documentation/articles/contents.asciidoc | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/documentation/articles/contents.asciidoc b/documentation/articles/contents.asciidoc index 84cec17eed..fae920e89e 100644 --- a/documentation/articles/contents.asciidoc +++ b/documentation/articles/contents.asciidoc @@ -1,3 +1,9 @@ +--- +title: Contents +order: 1 +layout: page +--- + = Community articles for Vaadin Framework Helpful articles about Vaadin Framework written by the users for the users. The @@ -10,6 +16,8 @@ are great, too. [discrete] == Articles +- link:AccessControlForViews.asciidoc[Access control or views] +- link:CreatingAServlet3.0Application.asciidoc[Creating a Servlet 3.0 application] - link:DevelopingPortletsForTheWebspherePortalServer.asciidoc[Developing portlets for the WebSphere Portal Server] - link:ConfigureComboBoxesWisely.asciidoc[Configure ComboBoxes wisely] - link:LettingTheUserDownloadAFile.asciidoc[Letting the user download a file] |