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