forked from docker-flow/docker-flow-proxy
-
Notifications
You must be signed in to change notification settings - Fork 17
/
mkdocs.yml
46 lines (46 loc) · 1.3 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
site_name: Docker Flow Proxy
pages:
- Home: index.md
- Tutorials:
- Swarm Mode With Docker Service: swarm-mode-auto.md
- Swarm Mode With Docker Stack: swarm-mode-stack.md
- Swarm Mode With Manual Updates: swarm-mode-manual.md
- Managing SSL Certificates: certs.md
- Blocking Requests: blocking.md
- Debugging: debugging.md
- Using SNI Routing: sni-routing.md
- Configuring Non-Swarm Services: non-swarm.md
- Configuration: config.md
- Usage: usage.md
- About:
- Release Notes: release-notes.md
- Feedback and Contribution: feedback-and-contribution.md
- License: license.md
repo_url: https://github.com/docker-flow/docker-flow-proxy
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