mirror of
https://github.com/containrrr/watchtower.git
synced 2024-12-03 08:45:43 +02:00
8c9545b336
Co-authored-by: Zois Pagoulatos <zpagoulatos@hotmail.com>
33 lines
978 B
YAML
33 lines
978 B
YAML
site_name: Watchtower
|
|
site_url: http://containrrr.github.io/watchtower/
|
|
repo_url: https://github.com/containrrr/watchtower/
|
|
theme:
|
|
name: 'material'
|
|
palette:
|
|
scheme: containrrr
|
|
logo: images/logo-450px.png
|
|
favicon: images/favicon.ico
|
|
extra_css:
|
|
- stylesheets/theme.css
|
|
markdown_extensions:
|
|
- toc:
|
|
permalink: True
|
|
separator: "_"
|
|
- codehilite
|
|
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
|