Files
watchtower/mkdocs.yml
T

45 lines
1.3 KiB
YAML
Raw Normal View History

2019-06-01 14:33:31 +02:00
site_name: Watchtower
2021-04-27 11:34:24 +02:00
site_url: https://containrrr.dev/watchtower/
2019-06-01 14:33:31 +02:00
repo_url: https://github.com/containrrr/watchtower/
edit_uri: edit/main/docs/
2019-06-01 14:33:31 +02:00
theme:
name: 'material'
2020-12-20 18:23:06 +01:00
palette:
scheme: containrrr
logo: images/logo-450px.png
favicon: images/favicon.ico
extra_css:
- stylesheets/theme.css
2019-06-01 14:33:31 +02:00
markdown_extensions:
- toc:
permalink: True
separator: "_"
2021-04-27 11:34:24 +02:00
- admonition
- pymdownx.highlight
- pymdownx.superfences
- pymdownx.magiclink:
repo_url_shortener: True
provider: github
user: containrrr
repo: watchtower
- pymdownx.saneheaders
- pymdownx.tabbed:
alternate_style: true
2019-06-01 14:33:31 +02:00
nav:
- 'Home': 'index.md'
- 'Introduction': 'introduction.md'
- 'Usage overview': 'usage-overview.md'
- 'Arguments': 'arguments.md'
- 'Notifications': 'notifications.md'
- 'Container selection': 'container-selection.md'
2019-12-25 20:37:40 +01:00
- 'Private registries': 'private-registries.md'
2019-06-01 14:33:31 +02:00
- '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'
2021-01-06 22:28:32 +01:00
- 'Metrics': 'metrics.md'
2019-06-01 14:33:31 +02:00
plugins:
- search