-
-
Notifications
You must be signed in to change notification settings - Fork 12
/
mkdocs.yml
97 lines (90 loc) · 2.21 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
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
site_name: Undock
site_description: Extract contents of a container image in a local folder
site_author: CrazyMax
site_url: https://crazymax.dev/undock/
edit_uri: edit/master/docs/
docs_dir: docs
repo_name: crazy-max/undock
repo_url: https://github.com/crazy-max/undock
extra:
seo:
google: Kscpetr5E2zNDM0pqz-0xhtPZ77oY2oAS6Lid6yEUUM
bing: D188E0BEC1AB6E7C1E0194BFC35D0033
#alexa:
#yandex:
social:
- icon: fontawesome/brands/github-alt
link: https://github.com/crazy-max/undock
- icon: fontawesome/brands/twitter
link: https://twitter.com/crazyws
plausible:
server: plausible.re4per.com
domain: crazymax.dev/undock
theme:
name: material
custom_dir: docs/_overrides
language: en
palette:
- media: "(prefers-color-scheme: light)"
scheme: default
primary: blue
accent: blue
toggle:
icon: material/weather-night
name: Switch to dark mode
- media: "(prefers-color-scheme: dark)"
scheme: slate
primary: blue
accent: blue
toggle:
icon: material/weather-sunny
name: Switch to light mode
font:
text: Roboto
code: Roboto Mono
logo: assets/logo.png
favicon: assets/favicon.ico
include_search_page: false
search_index_only: true
extra_css:
- assets/stylesheets/extra.css
markdown_extensions:
- admonition
- codehilite
- footnotes
- markdown_include.include:
base_path: docs
- meta
- pymdownx.details
- pymdownx.tabbed
- pymdownx.superfences
- pymdownx.emoji:
emoji_index: !!python/name:materialx.emoji.twemoji
emoji_generator: !!python/name:materialx.emoji.to_svg
- toc:
permalink: true
plugins:
- exclude:
glob:
- "_overrides/*"
- git-revision-date-localized:
type: iso_datetime
enable_creation_date: true
- macros
- search:
prebuild_index: python
lang:
- en
nav:
- Home: index.md
- Installation:
- Download: install/download.md
- Docker image: install/docker.md
- Usage:
- Command Line: usage/cli.md
- Examples: usage/examples.md
- Build: build.md
- Changelog: changelog.md
- Reporting an issue: reporting-issue.md
- Contributing: contributing.md
- Donate: donate.md