diff --git a/docs/assets/images/feature-branch-deployments.jpg b/docs/assets/images/feature-branch-deployments.jpg index b1c2deb..d010dd9 100644 Binary files a/docs/assets/images/feature-branch-deployments.jpg and b/docs/assets/images/feature-branch-deployments.jpg differ diff --git a/docs/index.md b/docs/index.md index 9621a1e..4f115e9 100644 --- a/docs/index.md +++ b/docs/index.md @@ -1,5 +1,10 @@ GitHub App that allows the entire build-deploy lifecycle to happen within a feature branch. If any problems are found in the deployment, a new commit is done and rolled through without needing multiple PRs. +![Logo](./assets/images/logo.svg){: style="height:180px; display: block; margin: 0 auto 20px auto"} + +Release multiple times per day with less issues. +{: style="text-align: center; color: #1192ec; margin: 0 0 70px 70px;"} + ![Feature Branch Deployments](./assets/images/feature-branch-deployments.jpg) ## Features diff --git a/mkdocs.yml b/mkdocs.yml index e4830ac..a783fb4 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -4,9 +4,12 @@ repo_url: https://github.com/greggbjensen/prdeploy edit_uri: blob/main/docs/ theme: name: material + favicon: assets/images/favicon.png + logo: assets/images/favicon.png markdown_extensions: - toc: permalink: true + - attr_list nav: - Introduction: 'index.md' - 'Getting started':