-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
33 lines (28 loc) · 808 Bytes
/
mkdocs.yml
File metadata and controls
33 lines (28 loc) · 808 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
# mkdocs.yml
site_name: Dynamic Neural Network Refinement
site_url: https://redx94.github.io/Dynamic-Neural-Network-Refinement/
repo_url: https://github.com/redx94/Dynamic-Neural-Network-Refinement
repo_name: GitHub
theme:
name: material
palette:
primary: 'indigo'
accent: 'indigo'
nav:
- Home: index.md
- Getting Started: getting_started.md
- API Documentation: API_documentation.md
- Best Practices: best_practices.md
- License Information: license_information.md
- Tutorials:
- Example Tutorial: tutorials/example_tutorial.md
plugins:
- search
- mkdocs-material-extensions:
- live_codeblock
- toc.autolink
markdown_extensions:
- pymdownx.highlight
- pymdownx.superfences
- pymdownx.inlinehilite
- pymdownx.tabbed