11 lines
270 B
JSON
11 lines
270 B
JSON
{
|
|
"tags": "changelog pages",
|
|
"layout": "main/changelogs",
|
|
"permalink": "/changelogs/{{ page.fileSlug }}/",
|
|
"eleventyComputed": {
|
|
"eleventyNavigation": {
|
|
"key": "{{ changelogNav }}",
|
|
"parent": "Changelogs"
|
|
}
|
|
}
|
|
} |