Skip to content

Commit

Permalink
add images (#4)
Browse files Browse the repository at this point in the history
  • Loading branch information
codingdiaz committed Sep 29, 2019
1 parent 42453e6 commit 689d5d6
Show file tree
Hide file tree
Showing 7 changed files with 10 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
A Github app that posts build logs from failed CircleCI jobs to Pull Requests.

<p align="center">
<img src="docs/docs/screenshot.png" alt="screenshot" height=60% width=60%>
<img src="docs/docs/images/screenshot.png" alt="screenshot" height=60% width=60%>
</p>

For each pull request event, a webhook is sent to API Gateway, the request is authorized and ultimately an [AWS Step Function](https://aws.amazon.com/step-functions/) is started. The step function runs very simple logic with Lambda functions and uses step function features to run this as cheap as possible.
Expand Down
6 changes: 6 additions & 0 deletions docs/docs/architecture.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# Architecture

<img src="../images/diagram.png" alt="screenshot" height=60% width=60%>


<img src="../images/step_func.png" alt="screenshot" height=60% width=60%>
Binary file added docs/docs/images/diagram.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
File renamed without changes
Binary file added docs/docs/images/step_func.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion docs/docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
A Github app that posts build logs from failed CircleCI jobs to Pull Requests.

<p align="center">
<img src="screenshot.png" alt="screenshot" height=60% width=60%>
<img src="images/screenshot.png" alt="screenshot" height=60% width=60%>
</p>

## Overview
Expand Down
3 changes: 2 additions & 1 deletion docs/mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,5 @@ docs_dir: docs
theme:
name: 'readthedocs'
nav:
- 'Getting Started': 'getting_started.md'
- 'Getting Started': 'getting_started.md'
- 'Architecture': 'architecture.md'

0 comments on commit 689d5d6

Please sign in to comment.