diff --git a/docs/_docs/collections.md b/docs/_docs/collections.md index c45a3868..6309517c 100644 --- a/docs/_docs/collections.md +++ b/docs/_docs/collections.md @@ -56,9 +56,9 @@ defaults:
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 (`_`).
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 _drafts
and _posts
directory to my_collections/_drafts
and my_collections/_posts
. Note that, the name of your collections directory cannot start with an underscore (`_`).