I have been using the repository-{type,url,branch,dir} options very nicely.
Now I'm in a mode where I'm generating HTML, zipping it up, and distributing it (off-line) to others.
All of this works great, but I wish the source links could work in this case (the repo isn't publicly accessible).
If there was a new option local-proto-dir that the source links pointed to, that would be awesome: my script that invokes sabledocs would just copy the .protos into that dir (underneath the output-dir directory) before zipping up the whole thing.
I have been using the
repository-{type,url,branch,dir}options very nicely.Now I'm in a mode where I'm generating HTML, zipping it up, and distributing it (off-line) to others.
All of this works great, but I wish the source links could work in this case (the repo isn't publicly accessible).
If there was a new option
local-proto-dirthat the source links pointed to, that would be awesome: my script that invokes sabledocs would just copy the.protos into that dir (underneath theoutput-dirdirectory) before zipping up the whole thing.