forked from owncloud/docs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
site.sample.yml
70 lines (65 loc) · 2.45 KB
/
site.sample.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
#
# This is an example Antora playbook configuration file. By default it's not
# the one that's recommended in the documentation. It's included as a sample or
# demonstration of what is possible, along with links to the relevant sections
# of the documentation.
#
#
# In this section, you can configure the core playbook configuration settings.
# This section covers the site's title, base URL, and site start page. For more
# information, see https://docs.antora.org/antora/1.0/playbook/configure-site/
#
site:
title: ownCloud Documentation
content:
sources:
# This configuration enables what's referred to as "Author Mode". In this
# "mode", the local working copy is used to build the documentation. It
# doesn't refer to a specific branch, whether local or remote. This avoids
# generating only static assets, but no documentation.
# For more information, see https://docs.antora.org/antora/1.0/playbook/author-mode/.
# Normally, you would add standard content sources here. For more information
# about them, see https://docs.antora.org/antora/1.0/playbook/configure-content-sources/.
- url: ./
branches: HEAD
# Other components (modules) that you wish to include as part of this playbook.
- url: https://github.com/owncloud/android.git
branches:
- master-antora
start_path: docs/
- url: https://github.com/owncloud/ios.git
branches:
- master-antora
start_path: docs/
- url: https://github.com/owncloud/client.git
branches:
- master-antora
start_path: docs/
#
# In this section, you can configure the UI/theme for the documentation. This
# covers the UI theme bundle to use, and whether to use a default page layout.
# For more information, see
# https://docs.antora.org/antora/1.0/playbook/configure-ui/
#
ui:
bundle:
url: https://github.com/owncloud/docs-ui/releases/download/1.0.0/ui-bundle.zip
output_dir: assets
#
# In this section, you can configure how the documentation is built. This
# includes whether to remove previous build artifacts and in which directory to
# generate the documentation. For more information see
# https://docs.antora.org/antora/1.0/playbook/configure-output/
#
output:
clean: true
dir: public
#
# In this section, you can add global document attributes, which are helpful
# for text transposition, such as links, and reusable strings. For more
# information, see
# https://docs.antora.org/antora/1.0/playbook/configure-asciidoc/#attrs
#
asciidoc:
attributes:
version: 'latest'