You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
26 lines
830 B
YAML
26 lines
830 B
YAML
site_name: Watchtower
|
|
site_url: http://containrrr.github.io/watchtower/
|
|
repo_url: https://github.com/containrrr/watchtower/
|
|
theme:
|
|
name: 'material'
|
|
markdown_extensions:
|
|
- toc:
|
|
permalink: True
|
|
separator: "_"
|
|
nav:
|
|
- 'Home': 'index.md'
|
|
- 'Introduction': 'introduction.md'
|
|
- 'Usage overview': 'usage-overview.md'
|
|
- 'Arguments': 'arguments.md'
|
|
- 'Notifications': 'notifications.md'
|
|
- 'Container selection': 'container-selection.md'
|
|
- 'Private registries': 'private-registries.md'
|
|
- 'Linked containers': 'linked-containers.md'
|
|
- 'Remote hosts': 'remote-hosts.md'
|
|
- 'Secure connections': 'secure-connections.md'
|
|
- 'Stop signals': 'stop-signals.md'
|
|
- 'Lifecycle hooks': 'lifecycle-hooks.md'
|
|
- 'Running multiple instances': 'running-multiple-instances.md'
|
|
plugins:
|
|
- search
|