diff --git a/docs/configuration.md b/docs/configuration.md index c5c35ae5157eec9603992b9a996398b86d7196a4..6892ba44c998b763db7dd280a340302a410542f3 100644 --- a/docs/configuration.md +++ b/docs/configuration.md @@ -233,6 +233,9 @@ ga_tracking: "UA-1234567-89,G-1AB234CDE5" By default, the navigation and search include normal [pages](https://jekyllrb.com/docs/pages/). You can also use [Jekyll collections](https://jekyllrb.com/docs/collections/) which group documents semantically together. +{: .warning } +> Collection folders always start with an underscore (`_`), e.g. `_tests`. You won't see your collections if you omit the prefix. + For example, put all your test files in the `_tests` folder and create the `tests` collection: ```yaml