This is an automated email from the ASF dual-hosted git repository. djencks pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/felix-antora.git
commit f5193dfc338c9da6c5c470cbfa2d1aa4b0d188f6 Author: David Jencks <[email protected]> AuthorDate: Mon Jul 19 17:15:50 2021 -0700 (commented out) local build, playbook tweaks --- antora-playbook-htaccess-edit.yml | 6 +++--- antora-playbook.yml | 5 +++++ 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/antora-playbook-htaccess-edit.yml b/antora-playbook-htaccess-edit.yml index 859d4ce..3df00b9 100644 --- a/antora-playbook-htaccess-edit.yml +++ b/antora-playbook-htaccess-edit.yml @@ -3,13 +3,13 @@ site: start_page: documentation::index.adoc content: sources: -# For local "author mode" builds check out this aries-antora playbook project +# For local "author mode" builds check out this felix-antora playbook project # and the site project next to one another and uncomment the next two lines and comment out the other - url - url: ./../felix-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 +# - url: https://github.com/apache/felix-antora-site.git +# branches: main asciidoc: extensions: diff --git a/antora-playbook.yml b/antora-playbook.yml index 05fc465..e51dc8b 100644 --- a/antora-playbook.yml +++ b/antora-playbook.yml @@ -5,6 +5,11 @@ site: content: sources: + # For local "author mode" builds check out this felix-antora playbook project + # and the site project next to one another and uncomment the next two lines and comment out the other - url +# - url: ./../felix-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/apache/felix-antora-site.git branches: main # - url: ./../felix-dev
