pseudomuto / protoc-gen-doc

Documentation generator plugin for Google Protocol Buffers
MIT License
2.61k stars 462 forks source link

Make index and data into seperate files #397

Open hmehra opened 5 years ago

hmehra commented 5 years ago

We have a project which has more 1000 proto files. Building this into a single index.html makes the size of the output file greater than 20 MB. The load time of this file is painful and Chrome/Firefox take about a minute to load index.html. Is there a way the plugin can generate only index in index.html and then hyperlink the messages in one file to a separate proto html file. This would cut down the file size drastically and experience would be much better.