vsoch / docsy-jekyll

A Jekyll version of the beautiful Docsy!
https://vsoch.github.io/docsy-jekyll/
Apache License 2.0
199 stars 142 forks source link

How can I reference the content of another data file within a data file? #81

Closed mcchampions closed 1 year ago

mcchampions commented 1 year ago

How can I reference the content of another data file within a data file

mcchampions commented 1 year ago

How can I implement referencing statements within plain text using Liquid in order to reference data files?

vsoch commented 1 year ago

You likely want to have a common key between the files, and then index one from the other that way. Google searching is a good way to test things - this seems like a Jekyll question more than a Docsy one.