feat: Start a list with know bots

Signed-off-by: Joas Schilling <coding@schilljs.com>
This commit is contained in:
Joas Schilling 2023-08-09 16:30:55 +02:00
commit a22fdaed3d
No known key found for this signature in database
GPG key ID: C400AAF20C1BB6FC
3 changed files with 32 additions and 0 deletions

31
docs/bot-list.md Normal file
View file

@ -0,0 +1,31 @@
# List of available bots
If you want to write your own bot or webhook, please see the
[Bots and Webhooks developer documentation](bots.md). Afterwards send a pull
request against the [docs/bot-list.md](https://github.com/nextcloud/spreed/blob/master/docs/bot-list.md)
to add your bot to the list, using the following template:
```markdown
## Name of the bot
Useful, but short description, best to keep it to 1-3 lines of text.
![Screenshot can be put into docs/botscreenshots/bot-name.png, max. width 700px, max. height 480px](botscreenshots/bot-name.png)
* License: Identifier of the license (See https://spdx.org/licenses/)
* [Link to source code](https://github.com/nextcloud/call_summary_bot)
* [Link to installation documentation](https://github.com/nextcloud/call_summary_bot#readme)
```
Here you can find a brief overview of known bots that allows administration to
easily discover your bot and install it on their Nextcloud server.
## Call summary
The call summary bot posts an overview message after the call listing all participants and outlining tasks.
![Screenshot showing a call summary chat message](botscreenshots/call-summary.png)
* License: AGPL-3.0-or-later
* [Link to source code](https://github.com/nextcloud/call_summary_bot)
* [Link to installation documentation](https://github.com/nextcloud/call_summary_bot#readme)

Binary file not shown.

After

Width:  |  Height:  |  Size: 64 KiB

View file

@ -24,6 +24,7 @@ nav:
- 'Scalability': 'scalability.md'
- 'Call experience': 'call-experience.md'
- 'Occ commands': 'occ.md'
- 'Bots': 'bot-list.md'
- 'Commands (deprecated)': 'commands.md'
- 'Matterbridge integration': 'matterbridge.md'
- 'Developer documentation':