-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathmkdocs.yml
More file actions
34 lines (34 loc) · 798 Bytes
/
mkdocs.yml
File metadata and controls
34 lines (34 loc) · 798 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: SSP21-CPP
theme:
name: 'material'
palette:
primary: 'Blue Grey'
accent: 'Green'
font:
text: 'Ubuntu'
code: 'Ubuntu Mono'
logo: 'img/ssp21.png'
markdown_extensions:
- admonition
- codehilite
plugins:
- markdownextradata
extra_css:
- 'stylesheets/extra.css'
nav:
- Home: 'index.md'
- Building: 'build.md'
- API:
- 'Introduction' : 'api/intro.md'
- 'IExecutor' : 'api/executor.md'
- 'Logging' : 'api/logging.md'
- 'ICryptoBackend' : 'api/crypto.md'
- 'Error Handling' : 'api/error_handling.md'
- ICFTool:
- 'Usage' : 'icftool/intro.md'
- Proxy:
- 'Introduction' : 'proxy/intro.md'
- 'Configuration' : 'proxy/configuration.md'
- 'QIX' : 'proxy/qix.md'
extra:
base_doxygen_path: 'https://ssp21.github.io/ssp21-cpp/doxygen/development'