Is this GitHub documentation different from what is hosted on the CakePHP Docs Website?
(https://github.com/cakephp/docs.git) Then do I need to do the below?: -- == Building the documentation == After installing the require packages you can build the documentation using Make # Create all the HTML docs. Including all the languages. make html # Create just the english HTML docs. make html-en # Create all the EPUB (e-book) docs. make epub # Create just the engish EPUB docs. make epub-en This will generate all the documentation in an html form. Other output such as 'pdf' and 'htmlhelp' are not fully complete at this time. After making changes to the documentation, you can build the html version of the docs by using make html again. This will build only the html files that have had changes made to them. On 11/14/11, jeremyharris <[email protected]> wrote: > The 2.0 docs are hosted on github here: https://github.com/cakephp/docs > > Glad that worked out for you! > > -- > Our newest site for the community: CakePHP Video Tutorials > http://tv.cakephp.org > Check out the new CakePHP Questions site http://ask.cakephp.org and help > others with their CakePHP related questions. > > > To unsubscribe from this group, send email to > [email protected] For more options, visit this group at > http://groups.google.com/group/cake-php > -- Our newest site for the community: CakePHP Video Tutorials http://tv.cakephp.org Check out the new CakePHP Questions site http://ask.cakephp.org and help others with their CakePHP related questions. To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/cake-php
