-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
34 lines (31 loc) · 1021 Bytes
/
mkdocs.yml
File metadata and controls
34 lines (31 loc) · 1021 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: BSc Dissertation - JVM Agent Stack Trace and Heap Capture
site_description: Documentation for the dissertation repository and its project components.
repo_url: https://github.com/nenuadrian/bsc-dissertation-c-java-native-interface-agent-stack-trace-heap-capture
repo_name: nenuadrian/bsc-dissertation-c-java-native-interface-agent-stack-trace-heap-capture
theme:
name: material
palette:
- scheme: default
primary: teal
accent: cyan
features:
- navigation.sections
- navigation.top
- content.code.copy
- toc.integrate
markdown_extensions:
- admonition
- tables
- toc:
permalink: true
- pymdownx.details
- pymdownx.superfences
nav:
- Home: index.md
- Projects:
- Overview: projects/index.md
- C JVM Agent Library: projects/c-jvm-agent-lib.md
- Scala API: projects/scala-api.md
- FuelPHP Dashboard Portal: projects/fuelphp-dashboard-portal.md
- Scala API DB: projects/scala-api-db.md
- Dissertation PDF: dissertation.md