-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yaml
More file actions
37 lines (34 loc) · 1.14 KB
/
mkdocs.yaml
File metadata and controls
37 lines (34 loc) · 1.14 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
# Project information
site_name: EdgeVolution
site_url: https://ankilab.github.io/EdgeVolution/
site_author: René Groh
site_description: EdgeVolution is a framework to perform end-to-end neural architecture search for microcontrollers.
# Theme Configuration
theme:
name: material
features:
- navigation.instant
- navigation.sidebar
- navigation.expand
# Extensions
markdown_extensions:
- admonition # Adds nice boxes for notes, warnings etc.
- pymdownx.highlight: # Better code highlighting
anchor_linenums: true
- pymdownx.superfences # Allows nesting code blocks, etc.
- toc:
permalink: true # Adds anchor links to headings
# Navigation
nav:
- Home: index.md
- 'Getting Started': getting-started.md
- 'Usage': usage.md
- 'Debug Nordic Boards': debug-nordic-boards.md
- 'Dataloader Definition': dataloader-definition.md
- 'Hyperparameters': hyperparameters.md
- 'Microcontrollers': microcontrollers.md
- 'Search Space': search-space.md
- 'Search Space Registry': search-space-registry.md
- 'Surrogate Model': surrogate.md
- 'Hardware Lookup Table': hardware_lut.md
- 'EvoVis Dashboard': evovis-dashboard.md