Skip to content

Commit

Permalink
Merge pull request #89 from berkansasmaz/dev
Browse files Browse the repository at this point in the history
Modify docs
  • Loading branch information
berkansasmaz authored Jan 2, 2021
2 parents b36b22c + ee96f73 commit 0e5daec
Show file tree
Hide file tree
Showing 8 changed files with 33 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Never miss any problem on your website with our E-mail notifications.

## Install and Run

Please follow [this](./docs/Get-Started/getting-started.md) document to run Ketum.
Please follow [this](./docs/Get-Started/getting-started.md) document to run Ketum. If you want to see screenshots of the application, you can check it [here](https://github.com/berkansasmaz/ketum/blob/master/docs/ScreenShots/Index.md).

> NOTE: Ketum was created using the ABP framework startup template. So it fully supports ABP framework documentation. Please check the [ABP framework documentation](https://docs.abp.io/en/abp/latest) whenever you have any questions.
Expand Down
Binary file added docs/ScreenShots/Example-200-v1.0.0.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/ScreenShots/Example-400-v1.0.0.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/ScreenShots/Example-Mixed-v1.0.0.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
31 changes: 31 additions & 0 deletions docs/ScreenShots/Index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
# ScreenShots

## Home Page

![image](https://user-images.githubusercontent.com/31216880/103445645-16665300-4c88-11eb-8715-c092c28fa6e6.png)

## Monitors Page

![monitor-page-v1.0.0](./monitor-page-v1.0.0.png)

## Monitor-Details Page

**Example - Status: 200**

![Example-200-v1.0.0](./Example-200-v1.0.0.png)

**Example - Status: 400**

![Example-400-v1.0.0](./Example-400-v1.0.0.png)

**Example - Status: Mixed**

![Example-Mixed-v1.0.0](./Example-Mixed-v1.0.0.png)

**Demo - Monitor Details**

![Kapture 2021-01-01 at 19 32 31](https://user-images.githubusercontent.com/31216880/103442700-b82a7780-4c69-11eb-89c4-d7fe35ce5902.gif)

## Swagger UI

![Kapture 2021-01-02 at 15 23 30](https://user-images.githubusercontent.com/31216880/103457289-05145980-4d0f-11eb-8e38-eeaae4cbe28d.gif)
Binary file added docs/ScreenShots/monitor-page-v1.0.0.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified ketum/src/Ketum.Blazor/wwwroot/favicon.ico
Binary file not shown.
2 changes: 1 addition & 1 deletion ketum/src/Ketum.Domain.Shared/Localization/Ketum/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"MonitorDetails": "Monitor Details",
"BackToMonitors" : "Back to monitors",
"Mins": "mins",
"Second": "second",
"Second": "sec",
"MonitoredTime": "Monitored Time",
"Uptime": "Uptime",
"LoadTime": "Load Time",
Expand Down

0 comments on commit 0e5daec

Please sign in to comment.