-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathlocal-antora-playbook.yml
More file actions
76 lines (69 loc) · 1.48 KB
/
local-antora-playbook.yml
File metadata and controls
76 lines (69 loc) · 1.48 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
site:
title: Arconia
url: http://localhost:9090
start_page: arconia::index.adoc
robots: allow
content:
sources:
- url: https://github.com/arconia-io/arconia.git
start_path: docs
branches: ~
tags:
- v*
- early-access
- '!v0.0.*'
- '!v0.1.*'
- '!v0.2.*'
- '!v0.3.*'
- '!v0.5.*'
- '!v0.6.*'
- '!v0.7.*'
- '!v0.8.*'
- '!v0.9.*'
- '!v0.10.0'
- '!v0.10.1'
- '!v0.10.2'
- '!v0.14.0'
- '!v0.16.0'
version:
v(?<version>+({0..9}.+({0..9}.+({0..9})): $<version>
early-access: snapshot
- url: https://github.com/arconia-io/arconia-cli.git
start_path: docs
branches: ~
tags:
- v*
- early-access
- '!v0.0.*'
- '!v0.1.*'
- '!v0.2.*'
- '!v0.3.*'
- '!v0.4.*'
- '!v0.5.0'
- '!v0.5.1'
version:
v(?<version>+({0..9}.+({0..9}.+({0..9})): $<version>
early-access: snapshot
git:
fetch_concurrency: 3
read_concurrency: 3
antora:
extensions:
- require: "@antora/lunr-extension"
index_latest_only: true
languages: [en]
asciidoc:
extensions:
- '@asciidoctor/tabs'
ui:
bundle:
url: https://gitlab.com/antora/antora-ui-default/-/jobs/artifacts/HEAD/raw/build/ui-bundle.zip?job=bundle-stable
supplemental_files: ./supplemental-ui
urls:
html_extension_style: indexify
latest_prerelease_version_segment: snapshot
latest_version_segment: latest
latest_version_segment_strategy: redirect:to
output:
clean: true
dir: ./build/site