Author: lukaszlenart Date: Thu Mar 13 15:09:03 2014 New Revision: 1577187 URL: http://svn.apache.org/r1577187 Log: Update readme about Jekyll
Modified: struts/site/trunk/README Modified: struts/site/trunk/README URL: http://svn.apache.org/viewvc/struts/site/trunk/README?rev=1577187&r1=1577186&r2=1577187&view=diff ============================================================================== --- struts/site/trunk/README (original) +++ struts/site/trunk/README Thu Mar 13 15:09:03 2014 @@ -2,6 +2,9 @@ This project is used to update main Apac On each commit site is rebuild and available at http://struts.staging.apache.org/ You must manually push changes to production via CMS. -Site is generated by Maven and uses xdoc either markdown format. +Site is generated by Jekyll and uses pure html either markdown format. +To test website locally: -There is also additional build_cms.sh script used right now only to update Draft docs available http://struts.apache.org/development/2.x/ + > jekyll serve -w + +All pages are generated into 'content' folder.