gtalarico/apidocs.samples

Option to only harvest certain subfolders in a repo

Opened this issue · 1 comments

Hi @gtalarico

At least in the case of the Clockwork repo it would make sense to have a third key (something like "subfolder") available in the repos.json file to limit the harvesting to files contained in that folder (and its subfolders).
In the case of Clockwork, it would be sufficient to limit the harvesting to this path: nodes\2.x\python.

Currently, apidocs.co shows several different versions of code from Clockwork in code search (good example: Revit's FindInserts method) - it would be a lot less confusing for users if only the most current version were shown. I realize that that is because I don't use branches in the repo. (Back when I originally started work on Clockwork I wasn't aware that branches were an option, later I made a conscious decision against branches to keep the repo as accessible as possible for non-coders.)

Agree 👍
I work something out next time I work ont this