Hey guys Was fixing up the website, since I noticed our footers still used 2014. I noticed that I had to do four things to fix it, which seems like a lot:
- Update the template at https://github.com/apache/deltaspike/blob/master/template/document.html.erb#L290 - Update the template at https://svn.apache.org/repos/asf/deltaspike/site/trunk/templates/deltaspike-markdown.html - Rebuild the documentation folder at https://github.com/apache/deltaspike/tree/master/documentation - Rebuild the site folder at https://github.com/apache/deltaspike/tree/master/site Then finally I could deploy via cms. (note that I actually did more steps, as I couldn't find all the spots, but I think this is the simplified encompassing way to do it). Is there anyway we can reduce the number of steps required to do this? E.g. why is the root page of our website only in svn, not in git? Can the whole site be managed in a single spot? John
