content/1.8/cookbook/cookbook.11tydata.js (
9
lines of code) (
raw
):
module.exports = { eleventyComputed: { eleventyNavigation: { version: '1.8', key: data => data.title, parent: 'Cookbook' } } };