diff options
author | elmot <elmotelmot.vaadin.com> | 2018-05-04 12:22:27 +0300 |
---|---|---|
committer | Ilia Motornyi <elmot@vaadin.com> | 2018-05-04 14:50:50 +0300 |
commit | a50b5d5fcd55fe0bf0241c77d040ebfd65baa233 (patch) | |
tree | 2737e9addef26febcc27b8e71ad4a4437ddc90ec /documentation/articles/CreatingASimpleComponentContainer.asciidoc | |
parent | 9605b0532dbf8f394afc3dd0f6a011f03872150c (diff) | |
download | vaadin-framework-a50b5d5fcd55fe0bf0241c77d040ebfd65baa233.tar.gz vaadin-framework-a50b5d5fcd55fe0bf0241c77d040ebfd65baa233.zip |
Fix asciidocs headings H1
Diffstat (limited to 'documentation/articles/CreatingASimpleComponentContainer.asciidoc')
-rw-r--r-- | documentation/articles/CreatingASimpleComponentContainer.asciidoc | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/documentation/articles/CreatingASimpleComponentContainer.asciidoc b/documentation/articles/CreatingASimpleComponentContainer.asciidoc index 7a94c85ec8..f02b5d0612 100644 --- a/documentation/articles/CreatingASimpleComponentContainer.asciidoc +++ b/documentation/articles/CreatingASimpleComponentContainer.asciidoc @@ -5,8 +5,7 @@ layout: page --- [[creating-a-simple-component-container]] -Creating a simple component container -------------------------------------- += Creating a simple component container Components in Vaadin can be roughly split into two groups, `Component`{empty}s and `ComponentContainer`{empty}s. ComponentContainers are Components in |