Skip to content

Commit

Permalink
Update Event Flow Diagram (#1814)
Browse files Browse the repository at this point in the history
* Add new Event Flow images

* Moved Event Flow files to docs/diagrams folder

* Changed file names and changed image in overview.md
  • Loading branch information
Sleuth56 committed Aug 9, 2021
1 parent f0b071c commit d346323
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 1 deletion.
1 change: 1 addition & 0 deletions docs/diagrams/event-flow.drawio

Large diffs are not rendered by default.

Binary file added docs/diagrams/event-flow.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions docs/diagrams/event-flow.svg
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/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Opsdroid is an event-driven framework powered by [asyncio](#asyncio). The event
- **Skills** are then run to process the event in whatever way you like. You define these as Python functions which take an event object and run any arbitrary code you like. This may be to respond to a chat message with another chat message or to take some more advanced course of action such as deploying an application, restarting a server or anything you can do in Python. You can learn more about writing skills in [this section of the documentation](skills/index.md).


![Opsdroid Event Flow](https://user-images.githubusercontent.com/1610850/57621414-488ee280-7583-11e9-9eaa-f739300331f1.png)
![Opsdroid Event Flow](diagrams/event-flow.png)

## Modules

Expand Down

0 comments on commit d346323

Please sign in to comment.