Open
Description
I'd like to access YAML file using JSON path notation. For example, these lines in a YAML file of the EDOT docs hold version numbers: https://github.com/elastic/opentelemetry/blob/main/docs/_config.yml#L83-L92
Is there a way of accessing those values using a notation such as {{ site.edot_versions.collector }}
?