-
Notifications
You must be signed in to change notification settings - Fork 7
/
site.yml
61 lines (56 loc) · 2.01 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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
# note that this site.yml file is for local building and testing only
site:
title: Infinite Scale Documentation
url: https://doc.owncloud.com
start_page: ocis::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'
# build relevant
# asciidoctor prefix for section IDs
idprefix: ''
idseparator: '-'
# Antora User Interface Macros (btn, menu)
experimental: true
# Antora pagination (prev page, next page)
page-pagination: true
# common
docs-base-url: 'https://doc.owncloud.com'
oc-complete-base-url: 'https://download.owncloud.com/server/stable'
oc-contact-url: 'https://owncloud.com/contact/'
oc-help-url: 'https://owncloud.com/docs-guides/'
oc-marketplace-url: 'https://marketplace.owncloud.com'
oc-central-url: 'https://central.owncloud.org'
oc-support-url: 'https://owncloud.com/support'
# ocis
latest-ocis-version: 'next@' # do not change, soft set, correctly defined via antora.yml
previous-ocis-version: 'next@' # do not change, soft set, correctly defined via antora.yml
# Versions mainly for printing like in docs-main release info.
# Versions in the ocis docs need to be defined in the branch specific docs-ocis/antora.yaml file.
# To do so, change the values in the branch of docs-ocis/antora.yml like service_xxx and compose_xxx.
ocis-actual-version: '5.0.9'
ocis-former-version: '4.0.7'
# Needed in docs-ocis to define which rolling release to print like in the envvars table
ocis-rolling-version: '6.6.1'
ocis-compiled: '2024-10-24 00:00:00 +0000 UTC'
ocis-downloadpage-url: 'https://download.owncloud.com/ocis/ocis'
extensions:
- ./ext-asciidoc/tabs.js
- ./ext-asciidoc/remote-include-processor.js
- asciidoctor-kroki
antora:
extensions:
- ./ext-antora/generate-index.js