-
Notifications
You must be signed in to change notification settings - Fork 31
/
site.yml
85 lines (79 loc) · 3.05 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
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
site:
title: ownCloud Server Documentation
url: https://doc.owncloud.com
start_page: server::index.adoc
content:
sources:
- url: .
branches:
- HEAD
# the docs-xxx git is just present for the test build to satisfy used references
# the real build is made in the docs repo using correct values
#- url: https://github.com/owncloud/docs-main.git
# branches:
# - master
- url: https://github.com/owncloud/docs-webui.git
branches:
- master
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'
# server
# note that the version attributes just need to be present and have next as key
# as they are just here for the test build
latest-server-version: 'next@' # do not change, soft set, correctly defined via antora.yml
previous-server-version: 'next@' # do not change, soft set, correctly defined via antora.yml
latest-server-download-version: 'next@' # do not change, soft set, correctly defined via antora.yml
current-server-version: 'next@' # do not change, soft set, correctly defined via antora.yml
oc-changelog-url: 'https://owncloud.com/changelog/server/'
oc-install-package-url: 'https://download.owncloud.com/server/stable/?sort=time&order=asc'
oc-examples-server-url: 'https://owncloud.install.com/owncloud'
oc-examples-server-ip: '127.0.0.1'
oc-examples-username: 'username'
oc-examples-password: 'password'
oc-complete-name: 'owncloud-complete-latest'
occ-command-example-prefix: 'sudo -u www-data ./occ'
occ-command-example-prefix-no-sudo: 'occ'
php-net-url: 'https://www.php.net'
php-supported-versions-url: 'https://www.php.net/supported-versions.php'
http-status-codes-base-url: 'https://developer.mozilla.org/en-US/docs/Web/HTTP/Status'
std-port-http: '8080'
std-port-memcache: '11211'
std-port-mysql: '3306'
std-port-redis: '6379'
# webui
latest-webui-version: 'next'
previous-webui-version: 'next'
extensions:
- ./ext-asciidoc/tabs.js
- ./ext-asciidoc/remote-include-processor.js
- asciidoctor-kroki
antora:
extensions:
- ./ext-antora/generate-index.js
# note that when we do pdf generation with Antora assembler, we need to add the attribute:
# format: 'pdf' to the build process (to be checked if needed also in the docs repo)