-
Notifications
You must be signed in to change notification settings - Fork 16
/
Copy pathmkdocs.yml
81 lines (73 loc) · 2.09 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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
site_name: Guide to Minimizing Jetson Disk Usage
theme:
name: "material"
favicon: images/jetson-min-disk_favicon.png
logo: images/jetson-min-disk_logo-white.png
font:
text: Incosolata
palette:
- media: "(prefers-color-scheme: light)"
scheme: nvgreen
toggle:
icon: material/toggle-switch-off-outline
name: Switch to dark mode
- media: "(prefers-color-scheme: dark)"
scheme: slate
toggle:
icon: material/toggle-switch
name: Switch to light mode
features:
- navigation.indexes
- navigation.expand
- content.tabs.link
repo_url: https://github.com/NVIDIA-AI-IOT/jetson-min-disk
plugins:
- search
use_directory_urls: false
markdown_extensions:
- admonition
- attr_list
- pymdownx.details
- pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:pymdownx.superfences.fence_code_format
- def_list
- md_in_html
- tables
- pymdownx.emoji:
emoji_index: !!python/name:material.extensions.emoji.twemoji
emoji_generator: !!python/name:material.extensions.emoji.to_svg
- pymdownx.critic
- pymdownx.caret
- pymdownx.keys
- pymdownx.mark
- pymdownx.tilde
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.tabbed:
alternate_style: true
extra_css:
- css/colors.css
nav:
- Home: index.md
- Introduction: intro.md
- Analyze Disk Usage: analysis.md
- "For JetPack 5.x":
- "JetPack Runtime": jp5_jetpack-runtime.md
- "nvidia-container only": jp5_container-only.md
- "Minimized L4T": jp5_minimal-l4t.md
- "Verification": jp5_verification.md
- "For JetPack 4.x (and 5.x)":
- Overview of Minimizing Steps: overview_minimizing_steps.md
- "Step 1: Removing GUI": step1.md
- "Step 2: Removing docs/sample": step2.md
- "Step 3: Removing dev packages": step3.md
- "Verification": verification.md
- "Option: Minimal L4T": minimal-l4t.md
- "References": references.md
extra:
analytics:
provider: google
property: G-WB29HFW2FX