groc
groc copied to clipboard
Table of Contents fails with --no-strip
I'm trying to use groc in a fairly standard Rails project. I've got the following config:
{
"glob" : ["app/assets/js/**/*.coffee", "lib/**/*.rb", "config/**/*.rb"],
"github" : false
}
When I run 'groc', it puts all of the child folders from these paths right in the /doc root, which I don't like. I stumbled into the --no-strip option, which generates the documentation into the correct child folders, as I like, but when I do so the Table of Contents don't work. It still renders the button, but clicking on it or trying to search doesn't do anything.
Am I missing something?