mirror of
https://github.com/containrrr/watchtower.git
synced 2025-12-13 21:56:38 +01:00
move documentation from readme to gh pages
This commit is contained in:
parent
985a922099
commit
34b765960c
4 changed files with 61 additions and 451 deletions
22
mkdocs.yml
Normal file
22
mkdocs.yml
Normal file
|
|
@ -0,0 +1,22 @@
|
|||
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'
|
||||
- 'Linked containers': 'linked-containers.md'
|
||||
- 'Remote hosts': 'remote-hosts.md'
|
||||
- 'Secure connections': 'secure-connections.md'
|
||||
- 'Stop signals': 'stop-signals.md'
|
||||
plugins:
|
||||
- search
|
||||
Loading…
Add table
Add a link
Reference in a new issue