diff --git a/docs/images/favicon.ico b/docs/images/favicon.ico new file mode 100644 index 0000000..b9099b4 Binary files /dev/null and b/docs/images/favicon.ico differ diff --git a/docs/images/logo-450px.png b/docs/images/logo-450px.png new file mode 100644 index 0000000..3049526 Binary files /dev/null and b/docs/images/logo-450px.png differ diff --git a/docs/index.md b/docs/index.md index c0bab4c..1b997bf 100644 --- a/docs/index.md +++ b/docs/index.md @@ -1,3 +1,6 @@ +

+ +

Watchtower

@@ -29,12 +32,12 @@ Codacy Badge - - Join the chat at https://gitter.im/containrrr/watchtower - All Contributors + + Pulls from DockerHub +

## Quick Start @@ -46,4 +49,4 @@ $ docker run -d \ --name watchtower \ -v /var/run/docker.sock:/var/run/docker.sock \ containrrr/watchtower -``` \ No newline at end of file +``` diff --git a/docs/stylesheets/theme.css b/docs/stylesheets/theme.css new file mode 100644 index 0000000..34f507d --- /dev/null +++ b/docs/stylesheets/theme.css @@ -0,0 +1,16 @@ +[data-md-color-scheme="containrrr"] { + --md-primary-fg-color: #406170; + --md-primary-fg-color--light:#acbfc7; + --md-primary-fg-color--dark: #003343; + --md-accent-fg-color: #003343; + --md-accent-fg-color--transparent: #00334310; +} + +.md-header-nav__button.md-logo { + padding: 0; +} + +.md-header-nav__button.md-logo img { + width: 1.6rem; + height: 1.6rem; +} \ No newline at end of file diff --git a/mkdocs.yml b/mkdocs.yml index 696f87d..1d1506b 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -3,10 +3,17 @@ 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'