For those who do not know, devdocs.io is a very intuitive and ergonomic way to search/read documentation and api references. It is a lot faster than googling, as it keeps all pages cached.
The modified devdocs.io code can be found at https://github.com/Eximius/devdocs.
It requires ruby. Running it is fairly straightforward:
Code: Select all
bundle install
rackup
This should start a local http server, to which you can point your browser and have an even more optimized factory modding experience!
If people find it useful and there is interest, it would be very easy to host up a version of this.