-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathmkdocs.yml
More file actions
34 lines (29 loc) · 906 Bytes
/
mkdocs.yml
File metadata and controls
34 lines (29 loc) · 906 Bytes
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
site_name: CODESYS应用指南
site_url: https://www.codesyshelp.com/
nav:
- 0 引言: index.md
- 1 软件安装: chapter_1.md
- 2 基础知识: chapter_2.md
- 3 总线的专用设置: chapter_3.md
- 4 visu、softmotion、附加功能: chapter_4.md
- 5 进阶调试: chapter_5.md
- 6 实战技巧: chapter_6.md
- 7 附录:电气基础: chapter_7.md
- 8 附录:博图Openness: chapter_8.md
- 9 附录:P-Net: chapter_9.md
- 10 附录:IgH与Ruckig: chapter_10.md
- 11 附录:PNDriver: chapter_11.md
- 12 附录:S7RTT: chapter_12.md
- 13 附录:并发控制与通信机制: chapter_13.md
theme:
name: readthedocs
custom_dir: docs/resources/
highlightjs: false
extra_css:
- highlight.css
- style.css
markdown_extensions:
- attr_list
- def_list
- tables
- callouts