CodeIgniter Forums
Can I download the compiled CI 4 userguide? - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: CodeIgniter 4 (https://forum.codeigniter.com/forumdisplay.php?fid=28)
+--- Forum: CodeIgniter 4 Support (https://forum.codeigniter.com/forumdisplay.php?fid=30)
+--- Thread: Can I download the compiled CI 4 userguide? (/showthread.php?tid=65907)



Can I download the compiled CI 4 userguide? - twpmarketing - 08-08-2016

I realize the source is in the distribution download, but the "llive" userguide has already been compiled and ought to be downloadable from someplace...

Thanks


RE: Can I download the compiled CI 4 userguide? - orionstar - 08-08-2016

(08-08-2016, 03:33 PM)twpmarketing Wrote: I realize the source is in the distribution download, but the "llive" userguide has already been compiled and ought to be downloadable from someplace...

Thanks

The userguide is using Github's pages function, so if you have a repository or branch and it contains static files you can use that as a static website. You can find the userguide's branch on this link: https://github.com/bcit-ci/CodeIgniter4/tree/gh-pages

And of course you can download it from this link:
https://github.com/bcit-ci/CodeIgniter4/archive/gh-pages.zip


RE: Can I download the compiled CI 4 userguide? - kilishan - 08-08-2016

Not yet. And that doesn't happen until we do releases due to the extra steps involved. You can compile your own copy locally (and is the best way to ensure you have the most up-to-date copy of the docs, anyway, currently). Instructions are here.


RE: Can I download the compiled CI 4 userguide? - twpmarketing - 08-09-2016

Thank you.