This is an automated email from the ASF dual-hosted git repository. djencks pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/aries-antora.git
commit 7eebdd9bd96f15e584d18ad97fbab53d787f77ff Author: David Jencks <[email protected]> AuthorDate: Fri Aug 7 17:42:21 2020 -0700 Add remote source url, comment on author-mode usage --- antora-playbook.yml | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/antora-playbook.yml b/antora-playbook.yml index c821697..1d4f8c4 100644 --- a/antora-playbook.yml +++ b/antora-playbook.yml @@ -3,8 +3,13 @@ site: start_page: documentation::index.adoc content: sources: - - url: ./../site - branches: HEAD +# For local "author mode" builds check out this aries-antora playbook project +# and the site project next to one another and uncomment the next two lines and comment out the other - url +# - url: ./../site +# branches: HEAD +# For "production" build without needing a local site checkout uncomment the next two lines and comment out the previous two. + - url: https://github.com/djencks/aries-antora-site.git + branches: master asciidoc: extensions:
