diff --git a/docs/_docs/collections.md b/docs/_docs/collections.md index d95e2739e76..bd57c302cfb 100644 --- a/docs/_docs/collections.md +++ b/docs/_docs/collections.md @@ -58,7 +58,7 @@ defaults:
Be sure to move posts into custom collections directory
-

If you specify a directory to store all your collections in the same place with collections_dir: my_collections, then you will need to move your _posts directory to my_collections/_posts.

+

If you specify a directory to store all your collections in the same place with collections_dir: my_collections, then you will need to move your _posts directory to my_collections/_posts. Note that, the name of your collections directory cannot start with an underscore (`_`).

### Step 2: Add your content {#step2}