-
Notifications
You must be signed in to change notification settings - Fork 32
Expand file tree
/
Copy pathmkdocs.yml
More file actions
87 lines (78 loc) · 2.61 KB
/
mkdocs.yml
File metadata and controls
87 lines (78 loc) · 2.61 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
site_name: IEC 60870-5-101 Protocol
site_description: iec 101 protocol simulator, windows linux sdk
site_url: https://iec-60870-5-101-protocol.readthedocs.io/
use_directory_urls: false
docs_dir: 'mkdoc'
nav:
- Home: index.md
- Simulator:
- IEC 101 Server Simulator: iec-101-server-simulator.md
- IEC 101 Client Simulator: iec-101-client-simulator.md
- Programming:
- IEC 101 Windows SDK : iec101-windows-sdk-programming.md
- IEC 101 Linux SDK : iec101-linux-sdk-programming.md
- IEC 101 Python SDK : iec101-python-programming.md
- IEC 101 .Net Core SDK : iec101-netcore-programming.md
- Videos:
- IEC 60870-5-101 Simulator and Programming tutorial videos: iec101-simulator-programming-tutorial-video.md
- Sitemap: sitemap.txt
theme:
name: material
logo: img/iec101.svg
favicon: img/iec101.svg
features:
- navigation.tabs
- navigation.sections
- toc.integrate
- navigation.top
- content.tabs.link
- content.code.annotation
- content.code.copy
language: en
custom_dir: overrides
palette:
- scheme: default
toggle:
icon: material/toggle-switch-off-outline
name: Switch to dark mode
primary: teal
accent: purple
- scheme: slate
toggle:
icon: material/toggle-switch
name: Switch to light mode
primary: teal
accent: lime
plugins:
- social
extra:
social:
- icon: fontawesome/brands/youtube
link: https://www.youtube.com/playlist?list=PL4tVfIsUhy1bsVPrJVW4nknHozdfcWE5u
- icon: fontawesome/brands/twitter
link: https://twitter.com/FreyrScada
- icon: fontawesome/brands/linkedin
link: https://www.linkedin.com/products/freyrscada-iec-608705101-protocol-server-client-simulator-windows-linux-code-library/
- icon: fontawesome/brands/facebook
link: https://www.facebook.com/IEC101
- icon: fontawesome/brands/instagram
link: https://www.instagram.com/explore/tags/iec101_protocol/
- icon: fontawesome/brands/behance
link: https://www.behance.net/freyrscada
- icon: fontawesome/brands/medium
link: https://freyrscada.medium.com/
markdown_extensions:
- pymdownx.highlight:
anchor_linenums: true
- pymdownx.inlinehilite
- pymdownx.snippets
- admonition
- pymdownx.arithmatex:
generic: true
- footnotes
- pymdownx.details
- pymdownx.superfences
- pymdownx.mark
- attr_list
copyright: |
© 2025 <a href="https://github.com/FreyrSCADA" target="_blank" rel="noopener">FreyrSCADA</a>