mirror of
https://github.com/containrrr/watchtower.git
synced 2025-09-21 21:30:48 +02:00
Documentation updates (#936)
* Update private-registries.md
* docs: fix codecov branch
* docs: clarify monitor and add head fail warning
* docs: remove unsupported features
* docs: add date format note and fix typo
* docs: 🌈
* docs: fix auto-format errors and linting
* docs: fix auto-format errors and linting
This commit is contained in:
parent
cc3ff5a588
commit
26dbc64b35
10 changed files with 210 additions and 153 deletions
13
mkdocs.yml
13
mkdocs.yml
|
@ -1,5 +1,5 @@
|
|||
site_name: Watchtower
|
||||
site_url: http://containrrr.github.io/watchtower/
|
||||
site_url: https://containrrr.dev/watchtower/
|
||||
repo_url: https://github.com/containrrr/watchtower/
|
||||
edit_uri: edit/main/docs/
|
||||
theme:
|
||||
|
@ -14,7 +14,16 @@ markdown_extensions:
|
|||
- toc:
|
||||
permalink: True
|
||||
separator: "_"
|
||||
- codehilite
|
||||
- admonition
|
||||
- pymdownx.highlight
|
||||
- pymdownx.superfences
|
||||
- pymdownx.magiclink:
|
||||
repo_url_shortener: True
|
||||
provider: github
|
||||
user: containrrr
|
||||
repo: watchtower
|
||||
- pymdownx.saneheaders
|
||||
- pymdownx.tabbed
|
||||
nav:
|
||||
- 'Home': 'index.md'
|
||||
- 'Introduction': 'introduction.md'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue