-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
80 lines (61 loc) · 1.61 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
site_name: Compose To Swarm
repo_url: https://github.com/jmarcos-cano/compose-to-swarm
nav:
- Home: index.md
- Single Engine:
- "Simple Docker": "docker.md"
- "Docker Compose": "docker-compose.md"
- "Awesome Compose": "awesome-compose.md"
- Multi Engine:
- "Intro Docker Swarm": "intro-swarm.md"
- "Docker Swarm": "swarm.md"
- "Compose in k8": "compose-k8.md"
theme:
name: material
palette:
primary: orange
accent: blue grey
logo: 'img/dockergt.png'
font:
text: 'Space Mono'
code: 'Inconsolata'
language: 'en'
favicon: 'img/favicon.ico'
include_sidebar: True
# feature:
# tabs: true
plugins:
- search
#- markdownextradata: {}
markdown_extensions:
- codehilite
- footnotes
- admonition
- meta
- toc:
permalink: true
- pymdownx.tasklist:
custom_checkbox: true
- pymdownx.mark
- pymdownx.extra
- pymdownx.emoji:
emoji_index: !!python/name:pymdownx.emoji.twemoji
emoji_generator: !!python/name:pymdownx.emoji.to_svg
- pymdownx.inlinehilite
- pymdownx.magiclink
- pymdownx.caret
- pymdownx.critic
- pymdownx.details
- pymdownx.smartsymbols
- pymdownx.progressbar
- pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:pymdownx.superfences.fence_div_format
# use_directory_urls: true
extra_css:
- https://unpkg.com/mermaid@7.1.2/dist/mermaid.css
- css/extra.css
extra_javascript:
- https://unpkg.com/mermaid@7.1.2/dist/mermaid.min.js