-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathantora-playbook.yml
More file actions
187 lines (170 loc) · 4.83 KB
/
antora-playbook.yml
File metadata and controls
187 lines (170 loc) · 4.83 KB
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
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
site:
url: https://industrialdigitaltwin.io/aas-specifications
start_page: index::index.adoc
content:
edit_url: '{web_url}/blob/{refname}/{path}'
sources:
- url: .
branches: HEAD
start-paths: .
- url: https://github.com/admin-shell-io/aas-specs-metamodel
branches:
- IDTA-01001-3-0_antora_ref
- IDTA-01001-3-0-1_antora_ref
- IDTA-01001-3-0-2_antora_ref
- IDTA-01001-3-2_Working
- IDTA-01001-3-1_final
- IDTA-01001-3-1-1_final
- master
start-paths: documentation/IDTA-01001
- url: https://github.com/admin-shell-io/aas-specs-api
branches:
- IDTA-01002-3-0_antora_ref
- IDTA-01002-3-0-2_antora_ref
- IDTA-01002-3-0-3_antora_ref
- IDTA-01002-3-0-4_antora_ref
- IDTA-01002-3-2_working
- IDTA-01002-3-1_final
- IDTA-01002-3-1-1_final
- main
start-paths: documentation/IDTA-01002-3
- url: https://github.com/admin-shell-io/aas-specs-iec61360
branches:
- IDTA-01003-a-3-0_antora_ref
- IDTA-01003-a-3-0-2_antora_ref
- IDTA-01003-a-3-2_Working
- IDTA-01003-a-3-1_final
- main
start-paths: documentation/IDTA-01003-a
- url: https://github.com/admin-shell-io/aas-specs-measurement-units
branches:
- IDTA-01003-b-3-0_Working
start-paths: documentation/IDTA-01003-b
- url: https://github.com/admin-shell-io/aas-specs-security
branches:
- IDTA-01004-3-1_Working
- IDTA-01004-3-0-1_Final
- IDTA-01004-3-0_Final
- main
start-paths: documentation/IDTA-01004
- url: https://github.com/admin-shell-io/aas-specs-aasx
branches:
- IDTA-01005-3-0_antora_ref
- IDTA-01005-3-0-1_antora_ref
- IDTA-01005-3-2_Working
- main
start-paths: documentation/IDTA-01005
ui:
bundle:
url: https://github.com/admin-shell-io/aas-specs-antora-ui/releases/latest/download/ui-bundle.zip
snapshot: true
supplemental_files:
- path: ui.yml
contents: |
static_files:
- .nojekyll
- path: .nojekyll
- path: css/site-extra.css
contents: |
.breadcrumbs {
display: flex;
align-items: center;
gap: 0.5rem;
padding: 1rem 0;
color: #666;
font-size: 0.875rem;
}
.breadcrumbs a {
color: #0033cc;
text-decoration: none;
}
.page-title {
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
font-size: 2rem;
font-weight: 500;
color: #0033cc;
margin: 0 0 1.5rem;
}
.lead-paragraph {
color: #666;
font-size: 1rem;
line-height: 1.5;
margin-bottom: 3rem;
max-width: 800px;
}
/* Horizontal cards container */
.horizontal-cards {
display: flex;
flex-wrap: nowrap;
gap: 2rem;
justify-content: flex-start;
padding: 2rem 0;
overflow-x: auto;
}
/* Each card style */
.card {
flex: 0 0 auto;
width: 220px;
text-align: left;
background-color: #fff;
border: 1px solid #ccc;
border-radius: 4px;
box-shadow: 0 2px 4px rgba(0,0,0,0.1);
overflow: hidden;
}
.card img {
width: 220px;
height: 311px;
margin-bottom: 1rem;
object-fit: cover;
display: block;
}
.card h2 {
font-size: 1rem;
font-weight: bold;
margin: 0.5rem 0;
}
.card p {
font-size: 0.875rem;
line-height: 1.4;
color: #666;
margin-bottom: 1rem;
}
.view-button {
display: inline-flex;
align-items: center;
padding: 0.5rem 1rem;
background: transparent;
color: #0033cc;
border: 1px solid #0033cc;
border-radius: 4px;
text-decoration: none;
font-size: 0.875rem;
transition: all 0.2s ease;
}
.view-button:hover {
background: #0033cc;
color: white;
}
.view-button::after {
content: "→";
margin-left: 0.5rem;
}
runtime:
fetch: true
antora:
extensions:
- '@antora/lunr-extension'
- '@antora/pdf-extension'
asciidoc:
sourcemap: true
extensions:
- asciidoctor-kroki
- modules/extensions/rewrite-constraints-ext.js
attributes:
xrefstyle: short
kroki-server-url: http://localhost:8000
kroki-fetch-diagram: true
plantuml-format: svg
kroki-plantuml-include: https://raw.githubusercontent.com/admin-shell-io/aas-specifications/main/plantuml/puml-theme-idta.puml
pdf-theme: ./pdf-theme.yml