Page 1 of 1

Factorio Lua Api Reference

Posted: Fri Jul 05, 2019 5:01 pm
by Eximius
I find it a bit clunky to search the Factorio Lua Api reference, so I made a DevDocs.io integration.

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
In the folder.

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.