-
Notifications
You must be signed in to change notification settings - Fork 677
/
mkdocs.yml
55 lines (44 loc) · 1.14 KB
/
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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
site_name: torch2trt
theme:
name: "material"
palette:
primary: green
secondary: light green
repo_url: https://github.com/NVIDIA-AI-IOT/torch2trt
plugins:
- search
use_directory_urls: False
edit_uri: blob/master/docs
markdown_extensions:
- pymdownx.tabbed
- pymdownx.keys
- pymdownx.snippets
- pymdownx.inlinehilite
- pymdownx.highlight:
use_pygments: true
- admonition
- pymdownx.details
- pymdownx.superfences
- attr_list
# use_directory_urls - False to fix broken raw html image links
# https://github.com/mkdocs/mkdocs/issues/991
nav:
- Home: index.md
- Getting Started: getting_started.md
- Usage:
- Basic Usage: usage/basic_usage.md
- Reduced Precision: usage/reduced_precision.md
- Custom Converter: usage/custom_converter.md
- Converters: converters.md
- Benchmarks:
- Jetson Nano: benchmarks/jetson_nano.md
- Jetson Xavier: benchmarks/jetson_xavier.md
- Contributing: CONTRIBUTING.md
- See Also: see_also.md
extra_css:
- css/version-select.css
extra_javascript:
- js/version-select.js
google_analytics:
- UA-135919510-3
- auto