Inline... Em seg., 27 de jul. de 2020 às 13:56, David Jencks <david.a.jen...@gmail.com> escreveu:
> Hi Willes, > > I think the simplest thing to do for now would be for you to have a GitHub > fork of my project and push your branch to it, and open a PR. There might > be better solutions but I don’t know how to make them work :-) > I did the GitHub fork to me and already created the PR for your project. No problem, let's follow in this way, through GitHub PRs. I think this is a good idea. I think I may have written something > misleading or wrong above about git worktrees; Antora doesn’t recognize > them other than the main checkout. Therefore I think the playbook will > need to have a path to the local checkout of tomEE but list the 3 or 4 > branches; the one you happen to be working on currently will have to be > renamed “HEAD”. Alternatively we could expect 3 or 4 complete checkouts of > TomEE, but I think that will be too hard to work with. > > I hope I’ve written this in a way you can understand :-) > > David Jencks > Yes, I understood. I tested the "dev-build" with the local-playbook targeting the HEAD branch and works well, i.e. the changes reflect in the build/site folder to preview statically. Of course, before we decide anything, we need to decide where we'll keep our "repository for docs and examples". Willes