Open martindsouza opened 7 years ago
Could this be related to config.toc.menuTemplate
? Is it being checked in app.js and does it need to be in config.json?
@rimblas yes looking at cleaning it up now. Will need @RamonEsteveCuevas to document it.
@RamonEsteveCuevas it turns out there was more too it than just uncommenting one feature. I've reverted the past two PRs (git revert -m 1 -n e902a5010..master
).
@rimblas and I were looking at the code and it looks like some testing needs to be done to support backwards compatibility (I think around this TOC search function). So some if
statements will be required but also had issues with the list
in Handlebars.
To help this is my current configuration that should work / be supported:
"oos-utils" : {
"debug" : true,
"folders" : {
"output" : {
"delete" : true,
"path" : "/Users/giffy/Documents/GitHub/oraopensource/oos-utils/docs"
},
"source" : {
"path" : "/Users/giffy/Documents/GitHub/oraopensource/oos-utils/source/packages",
"fileFilterRegexp" : "\\.pk(b|s)$"
},
"template" : "/Users/giffy/Documents/GitHub/oraopensource/plsql-md-doc/templates/package.md"
},
"toc" : {
"fileName" : "README.md",
"template" : "/Users/giffy/Documents/GitHub/oraopensource/plsql-md-doc/templates/toc.md"
}
}
Getting the following error: