Skip to content

Commit

Permalink
Update screenshot and update docs with example plugins
Browse files Browse the repository at this point in the history
Signed-off-by: Axel Boberg <[email protected]>
  • Loading branch information
axelboberg committed May 16, 2024
1 parent 4f154ee commit 906932a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ An extendable graphics playout client that's both a desktop app and a cloud serv

**This project is still in very early development**

![UI](/media/ui.png)
![Screenshot](/media/screenshot.png)

## Goals

Expand Down
4 changes: 4 additions & 0 deletions docs/plugins/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
Plugins allows Bridge to be extended with functionality, both through the backend main process or by creating UI widgets.

## Table of contents
- [Examples](#examples)
- [Getting started](#getting-started)
- [Structure](#structure)
- [Plugin manifest](#plugin-manifest)
Expand All @@ -12,6 +13,9 @@ Plugins allows Bridge to be extended with functionality, both through the backen
- [contributes](#contributes)
- [API reference](/docs/api/README.md)

## Examples
Example plugins can be found in the [examples directory](../../examples)

## Getting started
Plugins are Javascript packages located in Bridge's plugin directory.

Expand Down
Binary file added media/screenshot.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 906932a

Please sign in to comment.