diff options
author | Denis <denis@vaadin.com> | 2016-12-19 15:52:55 +0200 |
---|---|---|
committer | Pekka Hyvönen <pekka@vaadin.com> | 2016-12-19 15:52:55 +0200 |
commit | 576a6012e002a78c58bd74a4c09683867cc43755 (patch) | |
tree | 53dde93ea93b0917ad8ce0f76f4b69f7edf6467a /documentation/themes/themes-creating.asciidoc | |
parent | 33543530bed739bade9df26c624169288590f4fd (diff) | |
download | vaadin-framework-576a6012e002a78c58bd74a4c09683867cc43755.tar.gz vaadin-framework-576a6012e002a78c58bd74a4c09683867cc43755.zip |
Add a note about outdated theme doc files. (#8041)
* Add a note about outdated theme doc files.
Diffstat (limited to 'documentation/themes/themes-creating.asciidoc')
-rw-r--r-- | documentation/themes/themes-creating.asciidoc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/documentation/themes/themes-creating.asciidoc b/documentation/themes/themes-creating.asciidoc index 339778910e..4040bcf5ca 100644 --- a/documentation/themes/themes-creating.asciidoc +++ b/documentation/themes/themes-creating.asciidoc @@ -7,6 +7,8 @@ layout: page [[themes.creating]] = Creating and Using Themes +*_This section has not yet been updated for Vaadin Framework 8._* + Custom themes are placed in the [filename]#VAADIN/themes# folder of the web application, in an Eclipse project under the [filename]#WebContent# folder or [filename]#src/main/webapp# in Maven projects, as was illustrated in |