Add a warning about file names

This commit is contained in:
Alexandre Bodin 2019-12-13 11:30:12 +01:00
parent 4d4d9c351d
commit 4dbbf5722b

View File

@ -136,7 +136,11 @@ If you were using the groups feature you will need to apply some changes:
Start by renaming the `./groups` folder to `./components` in your project root folder.
Components now are placed into `categories`. To reflect this you must move all your components inside a `category` folder.
Components now are placed into `categories`. To reflect this you must move your components inside `category` folders.
::: danger
Make sure tu use `-` in your file names (Do not use spaces or underscores).
:::
### Example