This repository has been archived by the owner on Aug 30, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathsite.yml
77 lines (77 loc) · 2.08 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
runtime:
cache_dir: ./.cache/antora
site:
title: Decidim Docs
url: https://docs.decidim.org
start_page: en@init::index.adoc
content:
sources:
- url: &landing .
branches: [HEAD]
start_path: landing-page/ca
- url: *landing
branches: [HEAD]
start_path: landing-page/en
- url: *landing
branches: [HEAD]
start_path: landing-page/es
- url: &admin-manual https://github.com/decidim/docs-admin-manual.git
branches: [master]
start_path: ca
- url: *admin-manual
branches: [master]
start_path: en
- url: *admin-manual
branches: [master]
start_path: es
- url: &authoring https://github.com/decidim/docs-authoring-guide.git
branches: [master]
start_path: en
- url: &config-tutorial https://github.com/decidim/docs-config-tutorial.git
branches: [master]
start_path: es
- url: &deploy-and-admin https://github.com/decidim/docs-deploy-and-admin.git
branches: [master]
start_path: ca
- url: *deploy-and-admin
branches: [master]
start_path: en
- url: *deploy-and-admin
branches: [master]
start_path: es
- url: &develop https://github.com/decidim/docs-developers-manual.git
branches: [master]
start_path: en
- url: &features https://github.com/decidim/docs-features.git
branches: [master]
start_path: ca
- url: *features
branches: [master]
start_path: en
- url: *features
branches: [master]
start_path: es
- url: &publications https://github.com/decidim/docs-publications.git
branches: [master]
start_path: en
- url: &social-contract https://github.com/decidim/docs-social-contract.git
branches: [master]
start_path: ca
- url: *social-contract
branches: [master]
start_path: en
- url: *social-contract
branches: [master]
start_path: es
- url: &whitepaper https://github.com/decidim/docs-whitepaper.git
branches: [master]
start_path: en
asciidoc:
attributes:
xrefstyle: short
idprefix: ''
idseparator: '-'
ui:
bundle:
url: https://github.com/decidim/docs.decidim.org-ui/releases/download/v3/ui-bundle.zip
snapshot: true