Skip to content

Commit

Permalink
docs(Slack): add Slack home screenshot (#68)
Browse files Browse the repository at this point in the history
* add slack bot screenshot

* docs(Slack): add screenshot to Readme, Slack integration

* chore(ci): lock actions versions

---------

Co-authored-by: Gabriel Dugny <[email protected]>
  • Loading branch information
achoimet and GabDug authored Jun 21, 2024
1 parent 42a6a24 commit fee864e
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 5 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,10 +63,11 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Setup PDM
uses: pdm-project/setup-pdm@main
uses: pdm-project/setup-pdm@v3
id: setup-pdm
with:
python-version: ${{ matrix.python-version }}
version: "2.12.4"
cache: true
allow-python-prereleases: true

Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ FireFighter is ManoMano's in-house Incident Management Tool.

It helps manage incidents, by automatically creating a Slack channel for communication, and much more.

![Slack Bot Commands](docs/assets/screenshots/slack_bot_home.jpeg)

__What's Incident Management?__

Incident Management is a set of processes and tools to help teams detect, respond to, and resolve incidents quickly and effectively.
Expand Down
Binary file added docs/assets/screenshots/slack_bot_home.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 2 additions & 4 deletions docs/index.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{%
include-markdown "../README.md"
rewrite-relative-urls=false
rewrite-relative-urls=true
end="<!--intro-end-->"
%}

Expand All @@ -14,9 +14,7 @@

Don't leave Slack to manage incidents, and keep your team in the loop.

<!-- [:octicons-arrow-right-24: Slack App](#) -->

<!-- [:octicons-arrow-right-24: Getting started](#) -->
[:octicons-arrow-right-24: Learn more](usage/integrations.md#slack)

- :simple-pagerduty:{ .lg .middle } __Forward to PagerDuty__ _(optional)_

Expand Down
7 changes: 7 additions & 0 deletions docs/usage/integrations.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,13 @@ No Back-Office configuration.

## :fontawesome-brands-slack: Slack

### Features

Open, manage and close incidents from Slack. The whole lifecycle.

![See current incidents from Slack](../assets/screenshots/slack_bot_home.jpeg)
_See current incidents from Slack._

### Tasks

Tasks are provided to regularly sync users, conversations, usergroups and channel members from Slack.
Expand Down

0 comments on commit fee864e

Please sign in to comment.