-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathantora-playbook.yml
More file actions
84 lines (70 loc) · 1.94 KB
/
antora-playbook.yml
File metadata and controls
84 lines (70 loc) · 1.94 KB
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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
site:
title: openapi-processor
url: https://openapiprocessor.io
start_page: home@oap::home.adoc
urls:
latest_version_segment: ''
content:
sources:
- url: ../
start_path: docs
branches: [master]
- url: https://github.com/openapi-processor/openapi-processor-spring
start_path: docs
branches:
- 2026.3.x
- 2026.2.x
- 2026.1.x
- 2025.5.x
- 2025.4.x
- 2025.3.x
- 2025.2.x
- 2025.1.x
- 2024.6.x
- 2024.5.x
- 2024.4.x
- 2024.3.x
- url: https://github.com/openapi-processor/openapi-processor-micronaut
start_path: docs
branches:
- 2026.3.x
- url: https://github.com/openapi-processor/openapi-processor-json
start_path: docs
branches: [master]
- url: https://github.com/openapi-processor/openapi-processor-maven
start_path: docs
branches: [2026.1.x, 2024.1.x, 2021.1.x, 1.0.x]
- url: https://github.com/openapi-processor/openapi-processor-gradle
start_path: docs
branches: [2026.1.x, 2025.1.x, 2023.2.x, 2023.1.x, 2022.2.x, 2022.1.x]
- url: https://github.com/openapi-processor/openapi-processor-samples
start_path: docs
branches: master
- url: https://github.com/openapi-processor/openapi-processor-api
start_path: docs
branches: [2024.1.x, 2023.1.x, 2021.1.x]
ui:
bundle:
url: https://github.com/openapi-processor/openapi-processor-site-ui/releases/download/v2026.2/ui-bundle.zip
# url: https://gitlab.com/antora/antora-ui-default/-/jobs/artifacts/master/raw/build/ui-bundle.zip?job=bundle-stable
snapshot: true
default_layout: oap
supplemental_files: ./supplemental-ui
runtime:
fetch: true
cache_dir: ./.antora-cache
output:
clean: false
dir: ../public
# destinations:
# - provider: archive
antora:
extensions:
- require: '@antora/lunr-extension'
asciidoc:
sourcemap: true
attributes:
icons: font
source-highlighter: highlight.js
extensions:
- ./lib/tabs-block.js