-
Notifications
You must be signed in to change notification settings - Fork 38
/
mkdocs.yml
41 lines (41 loc) · 1.1 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
site_name: Docker Flow Monitor
pages:
- Home: index.md
- Tutorial:
- Running Docker Flow Monitor: tutorial.md
- Auto-Scaling Services Using Instrumented Metrics: auto-scaling.md
- Flexible Labeling with Docker Flow Monitor: tutorial-flexible-labeling.md
- Configuration: config.md
- Usage: usage.md
- Migration Guide: migration.md
- About:
- Release Notes: release-notes.md
- License: license.md
repo_url: https://github.com/docker-flow/docker-flow-monitor
site_author: Viktor Farcic
copyright: Copyright © 2017 Viktor Farcic
strict: true
theme: 'material'
extra:
palette:
primary: 'blue'
accent: 'light blue'
markdown_extensions:
- toc
- admonition
- codehilite(guess_lang=false)
- toc(permalink=true)
- footnotes
- pymdownx.arithmatex
- pymdownx.betterem(smart_enable=all)
- pymdownx.caret
- pymdownx.critic
- 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