{
"definitions": [
{ "dt": "content", "dd": "The content of the _index.md file" },
{ "dt": "title", "dd": "The Title found in the TOML part of _index.md" },
{ "dt": "description", "dd": "(optional): The description" },
{ "dt": "path", "dd": "As provided by Zola" },
{ "dt": "components", "dd": "The path, split into atoms" },
{ "dt": "permalink", "dd": "The URL for this page" },
{ "dt": "extra", "dd": "The contents of the TOML's [extra.*] blocks." },
{ "dt": "pages", "dd": "An array of all child pages in this same folder." },
{ "dt": "subsections", "dd": "An array of all child sections in this same folder." },
{
"dt": "toc",
"dd": "An array of Header objects: id, title, permalink, children (Which is itself an array of Header objects)"
},
{ "dt": "word_count", "dd": "Unicode-smart." },
{ "dt": "reading_time", "dd": "Number;" },
{ "dt": "assets", "dd": "An array of assets available in this section." },
{ "dt": "ancestors", "dd": "An array of parent paths, with the root being the last one." }
]
}