-
Notifications
You must be signed in to change notification settings - Fork 2
/
site.yml
45 lines (40 loc) · 1.35 KB
/
site.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
# note that this site.yml file is for local building and testing only
site:
title: ownCloud iOS App Documentation
url: https://doc.owncloud.com
start_page: ios-app::index.adoc
content:
sources:
- url: .
branches:
- HEAD
ui:
output_dir: assets
bundle:
snapshot: true
url: https://minio.owncloud.com/documentation/ui-bundle.zip
output:
clean: true
dir: public
asciidoc:
attributes:
# branch-specific-variables: 'see antora.yml'
# global attributes loaded via antora extension
latest-ios-app-version: next@' # do not change, soft set, correctly defined via antora.yml
previous-ios-app-version: next@' # do not change, soft set, correctly defined via antora.yml
extensions:
- ./ext-asciidoc/tabs.js
- ./ext-asciidoc/remote-include-processor.js
- asciidoctor-kroki # integrated via npm
antora:
extensions:
- ./ext-antora/generate-index.js
#- ./ext-antora/comp-version.js
- require: ./ext-antora/load-global-site-attributes.js
attributefile: https://raw.githubusercontent.com/owncloud/docs/refs/heads/master/global-attributes.yml
#attributefile: ./global-attributes.yml
enabled: true
# for testing only, prints out attributes used
# use only one or the other, output can be big
#- ./ext-antora/attributes-used-in-site-yml.js
#- ./ext-antora/attributes-used-in-antora-yml.js