-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
59 lines (54 loc) · 2.12 KB
/
mkdocs.yml
File metadata and controls
59 lines (54 loc) · 2.12 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
site_name: PhD Thesis - Exploration and Application of Choreography Principles in Industrial Automation
extra_css:
- stylesheets/extra.css
theme:
name: material
icon:
logo: material/school
favicon: assets/images/favicon.png
palette:
scheme: slate
primary: custom
accent: custom
copyright: Copyright © 2025 Andreas Stutz
features:
- navigation.instant
# - navigation.tabs
- navigation.sections
- navigation.path
nav:
- PhD Thesis: index.md
- Research Methodology: methodology/design-science-research.md
- Research Hypothesis: methodology/research-hypothesis.md
- Application Context: context/context.md
- Publications: publications/publications.md
- Research Artifacts:
- Artifact Overview: artifacts/overview.md
- Automation Service Choreography Framework: artifacts/automation-service-choreography-framework.md
- Choreographed System Architecture: artifacts/choreography-enabled-system-architecture.md
- Active Choreography Participant: artifacts/active-choreography-participant.md
- Passive Choreography Participant: artifacts/passive-choreography-participant.md
- External Lead: artifacts/external-lead.md
- Configurable Logic: artifacts/configurable-logic.md
- Configurable Communication Abstract: artifacts/configurable-communication.md
- Configurable Communication OPC UA CS: artifacts/configurable-communication-opcuacs.md
- Configurable Communication OPC UA PS: artifacts/configurable-communication-opcuaps.md
- Configurable Communication OPC UA FX: artifacts/configurable-communication-opcuafx.md
- Implementations:
- SIMATIC TIA Portal: implementations/tia-portal/tia-portal-overview.md
- BECKHOFF TwinCat: implementations/twincat/twincat-overview.md
- License: license.md
- References: references.md
plugins:
markdown_extensions:
- attr_list
- md_in_html
- toc:
baselevel: 2
- admonition
- pymdownx.details
- pymdownx.superfences
- pymdownx.snippets
- pymdownx.emoji:
emoji_index: !!python/name:material.extensions.emoji.twemoji
emoji_generator: !!python/name:material.extensions.emoji.to_svg