forked from INTO-CPS-Association/DTaaS
-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
executable file
·139 lines (131 loc) · 4.73 KB
/
mkdocs.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
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
site_name: Digital Twin as a Service (DTaaS)
repo_url: https://github.com/into-cps-association/DTaaS
repo_name: DTaaS
copyright: Copyright © 2022 - 2024 The INTO-CPS Association
theme:
name: material
locale: en
logo: assets/dtaas-logo.png
favicon: assets/dtaas-logo.png
features:
- navigation.tabs
- navigation.tracking
- navigation.footer
nav:
- Home: index.md
- Admin:
- Overview: admin/overview.md
- Authorization:
- Client: admin/client/auth.md
- Servers: admin/servers/auth.md
- Docker:
- Localhost: admin/localhost.md
- Production: admin/host.md
- CLI: admin/cli.md
- Vagrant:
- Base Box: admin/vagrant/base-box.md
- Single Machine: admin/vagrant/single-machine.md
- Two Machines: admin/vagrant/two-machines.md
- Separate Packages:
- Website:
- config: admin/client/config.md
- docker: admin/client/docker.md
- Library microservice:
- npm: admin/servers/lib/npm.md
- docker: admin/servers/lib/docker.md
- Services: admin/services.md
- Guides:
- New user: admin/guides/add_user.md
- New Service: admin/guides/add_service.md
- Install Gitlab: admin/guides/gitlab.md
- Link services: admin/guides/link_service.md
- Common Assets: admin/guides/common_workspace_readonly.md
- HTTP Mode: admin/guides/hosting_site_without_https.md
- Basepath: admin/guides/update_basepath.md
- User:
- Motivation: user/motivation.md
- Features: user/features.md
- Website: user/website/index.md
- Library:
- Assets: user/servers/lib/assets.md
- Microservice: user/servers/lib/LIB-MS.md
- Digital Twins:
- Create: user/digital-twins/create.md
- Lifecycle: user/digital-twins/lifecycle.md
- Runner: user/servers/execution/runner/README.md
- Examples:
- Overview: user/examples/index.md
- Mass Spring Damper: user/examples/mass-spring-damper/README.md
- Water Tank Fault Injection: user/examples/water_tank_FI/README.md
- Water Tank Model Swap: user/examples/water_tank_swap/README.md
- Desktop Robotti and RabbitMQ: user/examples/drobotti-rmqfmu/README.md
- Water Plant and OPC-UA: user/examples/opc-ua-waterplant/README.md
- Three Water Tanks: user/examples/three-tank/README.md
- Flex Cell: user/examples/flex-cell/README.md
- Incubator: user/examples/incubator/README.md
- Firefighters: user/examples/o5g/README.md
- Incubator with NuRV Service: user/examples/incubator-NuRV-monitor-service/README.md
- Codebase: https://github.com/INTO-CPS-Association/DTaaS-examples
- FAQ: FAQ.md
- Developer:
- Overview: developer/index.md
- System:
- Architecture: developer/system/architecture.md
- Current Status: developer/system/current-status.md
- Authorization: developer/oauth.md
- Components:
- Client: developer/client/client.md
- Library Microservice: developer/servers/lib/lib-ms.md
- Testing: developer/testing/intro.md
- Publish NPM Packages: developer/npm-packages.md
- Bugs: bugs.md
- Thanks: thanks.md
- License:
- DTaaS: LICENSE.md
- Third Party: third-party.md
use_directory_urls: false
extra_css:
- assets/css/extra.css
extra_javascript:
- https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.0/MathJax.js?config=TeX-AMS-MML_HTMLorMML
- https://polyfill.io/v3/polyfill.min.js?features=es6
- https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js
markdown_extensions:
- attr_list
- pymdownx.emoji:
emoji_index: !!python/name:material.extensions.emoji.twemoji
emoji_generator: !!python/name:material.extensions.emoji.to_svg
- pymdownx.highlight:
linenums: true
use_pygments: true
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:pymdownx.superfences.fence_code_format
- pymdownx.details
- admonition
- pymdownx.tabbed:
alternate_style: true
- mdx_math:
enable_dollar_delimiter: True
- pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:pymdownx.superfences.fence_code_format
plugins:
- open-in-new-tab
- search
- with-pdf:
author: "DTaaS Development Team"
cover: true
cover_logo: assets/dtaas-logo.png
cover_subtitle: ""
enabled_if_env: MKDOCS_ENABLE_PDF_EXPORT
output_path: pdf/DTaaS-docs.pdf