Online source documentation
It'd be nice if we had source code documentation available online somewhere, similar to the .NET reference source.
https://github.com/KirillOsenkov/SourceBrowser
I think we could use github pages for hosting as well.
Sounds good. Any idea on how to keep it up to date automatically, or would we have to manually regenerate every release?
Perhaps piggyback off either Travis or Appveyor and have them build and push the documentation on commits.
There's a nuget package that would allow us to pull in the HtmlGenerator binary pretty easily.
https://readthedocs.org/ maybe? They support regenerating with webhooks.
It turns out that static page hosting isn't enough, we have to run the search webservice as well.
It's not a huge ask, but it does make updating more complex.
I went and put up the service and generated files to get a feel for what it'll be like: http://steamkit.voided.me/#SteamKit2
Looks good, would be nice to replace .NET/Microsoft logos though.