Maximum call stack size exceeded.
See: bevry/docpad/issues/692
Specifically: https://github.com/bevry/docpad/issues/692#issuecomment-27450457
I believe this message is caused by https://github.com/sergeche/docpad-plugin-menu/blob/master/src/menu.plugin.coffee#L45. This error seems to be caused due to sensitivity to an arbitrary sort order in the collection.
For example, if /foo/bar is processed first, then /foo will be generated automatically. If /foo is then processed afterward, the menu plugin will throw an "Item Duplicate" error.
That said, this error also seems to be handled incorrectly by Docpad, resulting in a incomprehensible error message.
Happy Halloween! :+1:
Early to tell but seems including menuOrder in child menu items invokes the error once more.
Seems the Emmet Docs website uses menuOrder to organize it's child menu items:
- https://github.com/emmetio/emmet-docs/blob/master/src/documents/abbreviations/syntax/index.html.md
- http://docs.emmet.io/