CodeIgniter Forums
CodeIgniter Documentation Nightlies - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20)
+--- Forum: Archived General Discussion (https://forum.codeigniter.com/forumdisplay.php?fid=21)
+--- Thread: CodeIgniter Documentation Nightlies (/showthread.php?tid=60833)



CodeIgniter Documentation Nightlies - El Forum - 07-08-2014

[eluser]kilishan[/eluser]
Since I couldn't find them anywhere that were kept up to date, I've built a system that creates nightlies of the CI3 documentations.

They're being hosted over at: http://ci3docs.cibonfire.com/

I just set it up and it should be working. Waiting for new changes to come through and then we'll know for sure. Smile

Hope it helps someone else!


CodeIgniter Documentation Nightlies - El Forum - 07-09-2014

[eluser]ivantcholakov[/eluser]
Thank you very much!

I followed your signature and I saw the title "Faster Development of CodeIgniter 2.1.4 Apps". Do you have intention to upgrade to CI3 in the future?


CodeIgniter Documentation Nightlies - El Forum - 07-09-2014

[eluser]kilishan[/eluser]
I'm in the beginning stages of a complete rewrite of that application, actually, based on CI 3.0. I got tired of reading the .rst files. Smile

That was the reason I wanted nightly docs and built a quick hack of a system since I couldn't find them out there. Just a simple PHP script that runs as a cronjob on my Mac to pull the latest changes from the repo, rebuild the docs and push the html files to a temporary repo which triggers a simple update script on my host. Kind of a roundabout way to do it, but only took about 45 minutes to implement. So I can't complain.