forked from haugene/docker-transmission-openvpn
-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
24 lines (24 loc) · 823 Bytes
/
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
site_name: docker-transmission-openvpn
site_url: http://haugene.github.io/docker-transmission-openvpn/
repo_url: https://github.com/haugene/docker-transmission-openvpn/
theme:
name: 'material'
markdown_extensions:
- toc:
permalink: True
separator: "_"
nav:
- 'Overview': 'index.md'
- 'Image Building Blocks': 'building-blocks.md'
- 'VPN and Networking': 'vpn-networking.md'
- 'Running the container': 'run-container.md'
- 'Supported providers': 'supported-providers.md'
- 'Provider specific settings': 'provider-specific.md'
- 'Configuration options': 'config-options.md'
- 'Frequently asked questions': 'faq.md'
- 'Debug your setup': 'debug.md'
- 'Tips & Tricks': 'tips-tricks.md'
- 'RSS plugin': 'rss-plugin.md'
- 'Web Proxy': 'web-proxy.md'
plugins:
- search