Thank you for the PR, Carlos! Give this a try with the site generator:
- https://github.com/apache/tomee-site-generator JBake defines header for Asciidoc slightly differently than it does for Markdown. Check out: - https://jbake.org/docs/2.6.3/#metadata_header Specifically, there's no "~~~~~~" terminator and all JBake properties must start with ":jbake-". Important note that ":index-group:" is fine as that is one of our headers. The site generator will create a clone of TomEE master in repos/tomee-8.0/. You can pull your PR into that using this script: - https://gist.github.com/dblevins/6e255634d84914beb051a4b3858ebfb4 And then hammer away till it all looks good. I probably would recommend doing them in batches as you mention in your PR, just because you're scripting this and no one is perfect and each page should be reviewed with a human eye before being merged or going live. I think one pig PR is a huge time commitment to review in one shot. Huge thank you for taking this on!!!! -- David Blevins http://twitter.com/dblevins http://www.tomitribe.com > On Dec 4, 2018, at 1:02 AM, cchacin <[email protected]> wrote: > > Github user cchacin commented on the issue: > > https://github.com/apache/tomee/pull/234 > > I'm happy to split this in several PRs if the changes make sense > > > ---
