Skip to content

Commit

Permalink
Updated logo and icons for docs. (#62)
Browse files Browse the repository at this point in the history
* Update image and icons for docs

* Add logo to main page
  • Loading branch information
greggbjensen authored Aug 17, 2024
1 parent 9df8617 commit c143621
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 0 deletions.
Binary file modified docs/assets/images/feature-branch-deployments.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 5 additions & 0 deletions docs/index.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
3 changes: 3 additions & 0 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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':
Expand Down

0 comments on commit c143621

Please sign in to comment.