Skip to content

Commit

Permalink
add Antora playbook with initial set of content sources
Browse files Browse the repository at this point in the history
  • Loading branch information
mojavelinux committed Nov 21, 2023
1 parent 607bcd6 commit 9154bd1
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
/_site/
24 changes: 24 additions & 0 deletions antora-playbook.yml
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 9154bd1

Please sign in to comment.