Skip to content

Vale.Vaadin style rules

Viktor Lukashov edited this page Feb 11, 2021 · 3 revisions

Admonitions should have a title

DO

.Vaadin endpoints depend on Spring Boot auto configuration.
[WARNING]
They do not work if the auto configuration is disabled, for example, when you use `@EnableWebMvc`.

admonition-with-a-title

DON'T

[WARNING]
Vaadin endpoints depend on Spring Boot auto configuration.
They do not work if the auto configuration is disabled, for example, when you use `@EnableWebMvc`.

admonition-without-a-title

Clone this wiki locally