mirror of
https://github.com/haugene/docker-transmission-openvpn.git
synced 2025-12-25 11:11:26 +01:00
24 lines
823 B
YAML
24 lines
823 B
YAML
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 |