-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathsetup.adoc
More file actions
39 lines (34 loc) · 1.3 KB
/
setup.adoc
File metadata and controls
39 lines (34 loc) · 1.3 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
:doctype: book
:icons: font
:sectnumlevels: 2
:imagesdir: images
:!chapter-signifier:
// ":language:" denotes the language or the target document.
// currently only DE and EN are supported
:language: DE
// ":include_configuration:" always consists of the language, optionally
// additional markers might be configured here!
:include_configuration: tags=**;{language};!*
:curriculum-short: FLEX
:duration-chapter1-content: 60
:duration-chapter1-practice: 30
:duration-chapter2-content: 120
:duration-chapter2-practice: 60
:duration-chapter3-content: 150
:duration-chapter3-practice: 60
:duration-chapter4-content: 150
:duration-chapter4-practice: 60
:duration-chapter5-content: 90
:duration-chapter5-practice: 90
:duration-chapter6-content: 90
:duration-chapter6-practice: 60
:duration-total-content: FIXME
:duration-total-practice: FIXME
ifeval::["{language}" == "DE"]
:curriculum-name: Flexible Architekturmodelle - Modularisierung, Integration und Betrieb von modernen Softwaresystemen
:curriculum-header-title: iSAQB-Curriculum für Advanced Level: {curriculum-short}
endif::[]
ifeval::["{language}" == "EN"]
:curriculum-name: Flexible Architecture Models - Modularization, Integration and Operation of Modern Software Systems
:curriculum-header-title: iSAQB curriculum for Advanced Level: {curriculum-short}
endif::[]