-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathantora-playbook.yml
30 lines (30 loc) · 1002 Bytes
/
antora-playbook.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
site:
title: Clojurephant
url: https://clojurephant.dev
start_page: clojurephant::index.adoc
content:
sources:
- url: https://github.com/clojurephant/clojurephant.git
branches: [main]
# First include all tags
# Then exclude all pre-release tags
# Then exclude pre-Antora tags
# Then include current pre-release versions
tags: ["*", "!*-*", "!0.{0..6}.*", "0.7.1-*", "0.8.0-*"]
start_path: docs/
- url: https://github.com/clojurephant/clojurephant-tooling.git
branches: [main]
# First include all tags
# Then exclude all pre-release tags
# Then include current pre-release tags
tags: ["*", "!*-*", "0.1.0-*"]
start_path: docs/
ui:
bundle:
url: https://gitlab.com/antora/antora-ui-default/-/jobs/artifacts/HEAD/raw/build/ui-bundle.zip?job=bundle-stable
snapshot: true
supplemental_files: ./supplemental_ui
antora:
extensions:
- require: "@antora/lunr-extension"
index_latest_only: true