-
Notifications
You must be signed in to change notification settings - Fork 0
/
antora-playbook.yml
82 lines (68 loc) · 1.77 KB
/
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
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
site:
title: Modelix Documentation
url: https://docs.modelix.org
start_page: modelix::index.adoc
content:
branches: [ HEAD, 'docs/release/*' ]
sources:
#
# GLOBAL REPOSITORIES
# These are tied to the single 'Modelix Documentation'
#
- url: ./
branches: HEAD # For CI builds want to use the current branch as `main` version
version: 'main'
start_path: docs
- url: https://github.com/modelix/modelix.doc
branches: ['docs/release/*']
version:
'docs/release/(*)': '$1'
start_path: docs
- url: https://github.com/modelix/modelix.samples
version:
'docs/release/(*)': '$1'
start_path: docs/global
- url: https://github.com/modelix/modelix.core
version:
'docs/release/(*)': '$1'
start_path: docs/global
- url: https://github.com/modelix/modelix.platform
version:
'docs/release/(*)': '$1'
start_path: docs/global
#
# LOCAL REPOSITORIES
# Provides individual per repository documentation
#
# - url: https://github.com/modelix/modelix.samples
# version:
# 'docs/release/(*)': '$1'
# start_path: docs/local
#
# - url: https://github.com/modelix/modelix.core
# version:
# 'docs/release/(*)': '$1'
# start_path: docs/local
#
# - url: https://github.com/modelix/modelix.platform
# version:
# 'docs/release/(*)': '$1'
# start_path: docs/local
urls:
latest_prerelease_version_segment: main
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: ./docs/ui
antora:
extensions:
- require: '@antora/lunr-extension'
asciidoc:
sourcemap: true
attributes:
page-pagination: true
page-partial: true
runtime:
log:
failure_level: error