forked from ostis-dev/sc-machine
-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathmkdocs.yml
More file actions
49 lines (45 loc) · 1.16 KB
/
mkdocs.yml
File metadata and controls
49 lines (45 loc) · 1.16 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
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
- Unit tests: dev/test.md
- API:
- Meta programming: cpp/cpp-meta.md
- Agents: cpp/kpm.md
- Template: cpp/templates.md
- Common: cpp/common.md
- Python:
- Common: python/python.md
- Library: python/library.md
- Wrapped classes: python/cpp_wrap.md
- Http:
- Common: http/index.md
- REST API: http/rest_api.md
- WebSocket: http/websocket.md
- Common:
- Element types: cpp/el_types.md
- Configuration files: other/config.md
- Sctp-protocol: net/sctp.md
- SCs language: other/scs.md
- License: license.md
- Changelog: changelog.md
- Thirdparty: thirdparty.md
theme: material
markdown_extensions:
- markdown_include.include
- admonition
- codehilite
- pymdownx.details
- pymdownx.superfences