protoc-gen-doc
protoc-gen-doc copied to clipboard
Avoid external resources
Hello.
In the examples I can see that the HTML output as a line like the following:
<link rel="stylesheet" type="text/css" href="https://fonts.googleapis.com/css?family=Ubuntu:400,700,400italic"/>
This won't work in corporate environments where external URLs are usually blocked.
Since this stylesheet seems to be quite common in the examples, can't you have it as local resource already in shipped artifact and make sure that, during the generation of the HTML, such file gets copied to the same location where the HTML is being generated?