-
Notifications
You must be signed in to change notification settings - Fork 2
/
mkdocs.yml
81 lines (70 loc) · 1.85 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
# Project information
site_name: 3D Ninjas | Python Distribution Tools
site_url: https://3dninjas.github.io/pdistx/
site_author: 3D Ninjas GmbH
site_description: Documentation for the Python Distribution Tools developed by the 3D Ninjas team.
# Repository
repo_name: 3dninjas/pdistx
repo_url: https://github.com/3dninjas/pdistx
edit_uri: ""
# Copyright
copyright: Copyright © 2021 3D Ninjas GmbH
theme:
name: material
# Don't include MkDocs' JavaScript
include_search_page: false
search_index_only: true
palette:
# Light mode
- media: "(prefers-color-scheme: light)"
scheme: default
primary: indigo
accent: indigo
toggle:
icon: material/toggle-switch-off-outline
name: Switch to dark mode
# Dark mode
- media: "(prefers-color-scheme: dark)"
scheme: slate
primary: red
accent: red
toggle:
icon: material/toggle-switch
name: Switch to light mode
language: en
font:
text: Roboto
code: Roboto Mono
# favicon: assets/favicon.png
icon:
repo: fontawesome/brands/github-alt
features:
- search.suggest
- search.highlight
- navigation.tracking
- navigation.sections
extra:
social:
- icon: fontawesome/brands/github
link: https://github.com/3dninjas/
- icon: fontawesome/brands/twitter
link: https://twitter.com/3d_ninjas
- icon: fontawesome/brands/linkedin
link: https://www.linkedin.com/company/3dninjas/about/
# Page navigation
nav:
- Overview: index.md
markdown_extensions:
- admonition
- attr_list
- def_list
- pymdownx.mark
- pymdownx.tabbed
- pymdownx.details
- pymdownx.highlight
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences
- pymdownx.emoji:
emoji_index: !!python/name:materialx.emoji.twemoji
emoji_generator: !!python/name:materialx.emoji.to_svg