Open
Description
Hello!
I often have issues with discoverability of eleventy's features because I simply don't know what is available to me. Often I figure that the thing that I need is in eleventyConfig
, but since this is not a TS project, I don't know how to nicely discover what is inside the eleventyConfig
object and don't know what to google for in the docs.
I think it would be helpful to have the API of eleventyConfig
in the docs with (optional) links to the relevant expanded docs for the APIs.