-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathantora-playbook.yml
More file actions
39 lines (36 loc) · 1000 Bytes
/
antora-playbook.yml
File metadata and controls
39 lines (36 loc) · 1000 Bytes
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
31
32
33
34
35
36
37
38
39
site:
title: EclipseStore Reference Manual
url: https://docs.eclipsestore.io/
robots: allow
content:
sources:
- url: https://github.com/eclipse-store/store.git
branches: release/1x
start_path: docs
- url: https://github.com/eclipse-store/store.git
branches: release/2x
start_path: docs
- url: https://github.com/eclipse-store/store.git
branches: release/3x
start_path: docs
- url: https://github.com/eclipse-store/store.git
branches: main
start_path: docs
- url: https://github.com/eclipse-store/store.git
branches: 4.1.0-preview-docs
start_path: docs
asciidoc:
attributes:
page-pagination: ''
source-language: asciidoc@
page-copyright-year: '2026'
ui:
bundle:
url: https://gitlab.com/antora/antora-ui-default/-/jobs/artifacts/master/raw/build/ui-bundle.zip?job=bundle-stable
snapshot: true
supplemental_files: ./supplemental-ui
output:
dir: ./site
antora:
extensions:
- require: '@antora/lunr-extension'