forked from NVIDIA-AI-IOT/jetnet
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathmkdocs.yml
41 lines (38 loc) · 831 Bytes
/
mkdocs.yml
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
38
39
40
41
site_name: JetNet
theme:
name: "material"
palette:
primary: light-green
features:
- content.tabs.link
- content.code.annotate
repo_url: https://github.com/NVIDIA-AI-IOT/jetnet
markdown_extensions:
- pymdownx.tasklist:
custom_checkbox: true
- admonition
- pymdownx.details
- pymdownx.highlight:
anchor_linenums: true
- pymdownx.inlinehilite
- pymdownx.snippets
- attr_list
- md_in_html
- def_list
- pymdownx.superfences:
- pymdownx.tabbed:
alternate_style: true
plugins:
- search
- macros
nav:
- Home: index.md
- Setup: setup.md
- Tools: tools.md
- Models: models.md
- Datasets: datasets.md
- Tutorials:
- Run multiple containers at once: tutorials/multiple_containers.md
- Python:
- Usage: python/usage.md
- Reference: python/reference.md