diff --git a/docs/_docs/collections.md b/docs/_docs/collections.md index 30ea5592c65..af7e65fad2b 100644 --- a/docs/_docs/collections.md +++ b/docs/_docs/collections.md @@ -49,10 +49,10 @@ defaults:
Gather your collections {%- include docs_version_badge.html version="3.7.0" -%}
-

You can optionally specify a directory to store all your collections in the same place with collections_dir: my_collections

+

You can optionally specify a directory to store all your collections in the same place with collections_dir: my_collections.

Then Jekyll will look in my_collections/_books for the books collection, and - in my_collections/_recipes for the recipes collection.

+ in my_collections/_recipes for the recipes collection. Since posts and drafts are collections as well, you will need to move the _drafts and _posts directories into my_collections as well.

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