-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
32 lines (32 loc) · 861 Bytes
/
mkdocs.yml
File metadata and controls
32 lines (32 loc) · 861 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
site_name: 5G Control Plane Performance Analysis
repo_url: https://github.com/tariromukute/control_plane_performance_analysis
repo_name: tariromukute/control_plane_performance_analysis
theme:
name: material
features:
- navigation.indexes
- navigation.sections
nav:
- Home: index.md
# - Install: install.md
# - Usage: usage.md
- Performance Results:
- blog/overall.md
- blog/syscalls-across-system.md
- blog/process-across-system.md
- blog/io-multiplexing.md
- blog/sleep-operations.md
- blog/locks-operations.md
- blog/files-operations.md
- blog/socket-read-operations.md
- blog/socket-write-operations.md
- blog/control-operations.md
plugins:
- search
- blog
extra_javascript:
- javascripts/plotly-2.24.1.min.js
markdown_extensions:
- pymdownx.snippets
- attr_list
- md_in_html