From 9154bd1c40e87f3ffd1895984413b9366cd7a415 Mon Sep 17 00:00:00 2001 From: Dan Allen Date: Tue, 21 Nov 2023 15:18:42 -0700 Subject: [PATCH] add Antora playbook with initial set of content sources --- .gitignore | 1 + antora-playbook.yml | 24 ++++++++++++++++++++++++ 2 files changed, 25 insertions(+) create mode 100644 .gitignore create mode 100644 antora-playbook.yml diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..bd3f1fa --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +/_site/ diff --git a/antora-playbook.yml b/antora-playbook.yml new file mode 100644 index 0000000..1a9d775 --- /dev/null +++ b/antora-playbook.yml @@ -0,0 +1,24 @@ +# npx antora antora-playbook.yml +site: + title: Eclipse Jetty + url: https://jetty.org +content: + sources: + - url: . + branches: HEAD + start_paths: [home, contribution-guide] + - url: https://github.com/opendevise/jetty.project + branches: jetty-12.0.x-for-antora + start_path: documentation/jetty-docs +asciidoc: + attributes: + experimental: '' + idprefix: '' + idseparator: '-' + page-pagination: '' +ui: + bundle: + url: https://github.com/opendevise/jetty.website/releases/download/ui-prod-latest/ui-bundle.zip + snapshot: true +output: + dir: ./_site