-
Notifications
You must be signed in to change notification settings - Fork 29
/
Copy pathmkdocs.yml
46 lines (42 loc) · 1.05 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
site_name: SC-machine
extra_css:
- _assets/main.css
extra_javascript:
- _assets/scg.min.js
- _assets/main.js
pages:
- Home: index.md
- Build:
- Build on Linux: build/linux-build.md
- Build on Windows: build/windows-build.md
- Build on OSX: build/osx-build.md
- Development:
- Git-workflow: dev/git-workflow.md
- Pull requets: dev/pr.md
- Codestyle: dev/codestyle.md
- Common:
- Element types: cpp/el_types.md
- Configuration files: other/config.md
- Sctp-protocol: net/sctp.md
- SCs language: other/scs.md
- API:
- Meta programming: cpp/cpp-meta.md
- Agents: cpp/kpm.md
- Template: cpp/templates.md
- Common: cpp/common.md
- Http:
- Common: http/index.md
- WebSocket: http/websocket.md
- Tools:
- Builder: tools/kb_builder.md
- Web: tools/web.md
- License: license.md
- Changelog: changelog.md
- Thirdparty: thirdparty.md
theme: material
markdown_extensions:
- markdown_include.include
- admonition
- codehilite
- pymdownx.details
- pymdownx.superfences