egoist/docute


Do you want to work on this issue?
You can request for a bounty in order to promote it!
Children in children not working #274
steptro posted onGitHub
Children inside children does not seem to be working. I'm using the following sidebar configuration
[
{
"title": "name",
"children": [
{
"title": "item 1",
"link": "#"
},
{
"title": "item 2",
"link": "#"
},
{
"title": "another list",
"children": [
{
"title": "item 3",
"link": "#"
}
]
}
]
}
]
When using this sidebar configuration, I get the following error:
When I remove the item with the children it works as expected.