-
Notifications
You must be signed in to change notification settings - Fork 6
/
antora-playbook.yml
96 lines (80 loc) · 3.04 KB
/
antora-playbook.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
86
87
88
89
90
91
92
93
94
95
96
site:
title: TED Developer Documentation
url: https://docs.ted.europa.eu
start_page: home::index.adoc
antora:
extensions:
- id: render-apidocs
require: ./lib/apidoc/apidoc-antora-extension
openapi-generator:
config: config/openapi-generator/asciidoc.yaml
templates: templates/openapi-generator/asciidoc
- id: lunr-search
require: ./lib/lunr/lunr-antora-extension
enabled: false
asciidoc:
attributes:
### Component's Latest Version
#
# We want to know the latest version of each component so we can create a redirect for the latest version.
# Such a redirect would be useful for users that want to bookmark a link to the latest documentation for a component.
# For example, we would be able to provide a link of the form: https://docs.ted.europa.eu/eforms/latest.
# It is also nice to be able to indicate a component's version in the main navigation panel (modules/ROOT/nav.adoc).
#
# However, we do not currently have any other way to determine the latest version of a component outside a page in the component itself.
# So, as a workaround, we store the latest version of each component in these site-wide asciidoc attributes.
# The downside is that we have to update these attributes whenever we release a new version of a component.
#
eforms_latest_version: '1.12'
epo_latest_version: '4.1.0'
espd_latest_version: '4.0.0'
extensions:
- ./lib/apidoc/apidoc-asciidoc-extension
content:
edit_url: false
sources:
### Local content
- url: .
start_path: content
branches: HEAD
### eForms SDK
- url: https://github.com/OP-TED/eforms-docs.git
start_path: /
branches: 1.12.x, 1.12.x-generated, 1.11.x, 1.11.x-generated, 1.10.x, 1.10.x-generated, 1.9.x, 1.9.x-generated, 1.8.x, 1.8.x-generated, 1.7.x, 1.7.x-generated, 1.6.x, 1.6.x-generated, main # The "main" branch contains the eForms FAQ and RoadMap
### ePO Documentation
- url: https://github.com/OP-TED/epo-docs.git
start_path: /
branches: feature/docUpdate, v*, wg-meetings
### ESPD
- url: https://github.com/OP-TED/espd-docs.git
start_path: /
branches: main, v1.0.x, v2.0.x, v2.1.x, v3.0.x, v3.1.x, v3.2.x, v3.3.x, v4.0.x, wgm-reports
#tags:
#- 2.1.0
### TED API
- url: https://github.com/OP-TED/tedapi-docs.git
start_path: /
branches: main # The "main" branch contains unversioned content.
### TED Semantic Web Service
- url: https://github.com/OP-TED/ted-rdf-docs
start_path: docs/antora
branches: main
### TED Data for Reusers
- url: https://github.com/OP-TED/ted-reuse-docs.git
start_path: /
branches: main
### model2owl
- url: https://github.com/OP-TED/ted-model2owl-docs
start_path: /
branches: main
urls:
redirect_facility: static
# html_extension_style: indexify
latest_version_segment: latest
ui:
bundle:
url: https://github.com/OP-TED/antora-eui/releases/download/ui-bundle/master/ui-bundle.zip
snapshot: true
supplemental_files: ./content/supplemental-ui
git:
fetch_concurrency: 1