Output: true for all collections

I have defined a directory for all of my collection and I want all of them to have output.

I put this in my _config.yml but it is giving me error:

collections:
  collections_dir: my_collection_dir
    output: true

and the following also didnt do anything:

collections:
  collections_dir: my_collection_dir
  output: true

What should I do?

Are you using v3.7.0? Otherwise:

(:

Thank you. So how should I update to the very latest version? Whatever I do I can’t go past 3.6.0 version

Your’re welcome, I got pretty confused about that as well. And sorry, I don’t know how to do that, 3.6.0 has been released just a few days ago: https://github.com/jekyll/jekyll/releases

My solution was to use collections directly on the root, at least temporarily.