-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
58 lines (51 loc) · 1.1 KB
/
mkdocs.yml
File metadata and controls
58 lines (51 loc) · 1.1 KB
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
site_name: 'DockerPlex wiki'
site_description: 'Guides for complex plex setups using docker'
site_author: 'Edy'
site_url: 'https://wiki.dockerplex.org'
docs_dir: mkdocs
site_dir: docs
nav:
- Home:
- website: https://dockerplex.org/
- Install:
- Getting started: index.md
- Docker: docker/docker.md
- Configuration: docker/config.md
- About:
- about: about.md
theme:
name: 'material'
logo: 'images/logo.svg'
palette:
primary: 'red'
accent: 'red'
feature:
tabs: true
extra_css:
- 'stylesheets/extra.css'
markdown_extensions:
- admonition
- toc:
permalink: true
- pymdownx.betterem:
smart_enable: all
- pymdownx.caret
- pymdownx.critic
- pymdownx.details
- pymdownx.emoji:
emoji_generator: !!python/name:pymdownx.emoji.to_svg
- pymdownx.inlinehilite
- pymdownx.magiclink
- pymdownx.mark
- pymdownx.smartsymbols
- pymdownx.superfences
- pymdownx.tasklist:
custom_checkbox: true
- pymdownx.tilde
extra:
social:
- type: twitter
link: https://twitter.com/EdyTheCow
google_analytics:
- 'UA-121434074-2'
- 'auto'