Skip to content

Commit

Permalink
docs: move non-released services to own section
Browse files Browse the repository at this point in the history
  • Loading branch information
piksel authored May 14, 2021
1 parent dfa552a commit 2e5982c
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions docs/services/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ Click on the service for a more thorough explanation. <!-- @formatter:off -->
| [IFTTT](./ifttt.md) | *ifttt://__`key`__/?events=__`event1`__[,__`event2`__,...]&value1=__`value1`__&value2=__`value2`__&value3=__`value3`__* |
| [Join](./join.md) | *join://shoutrrr:__`api-key`__@join/?devices=__`device1`__[,__`device2`__, ...][&icon=__`icon`__][&title=__`title`__]* |
| [Mattermost](./mattermost.md) | *mattermost://[__`username`__@]__`mattermost-host`__/__`token`__[/__`channel`__]* |
| [Matrix](./matrix.md) | *matrix://__`username`__:__`password`__@__`host`__:__`port`__/[?rooms=__`!roomID1`__[,__`roomAlias2`__]]* |
| [OpsGenie](./opsgenie.md) | *opsgenie://__`host`__/token?responders=__`responder1`__[,__`responder2`__]* |
| [Pushbullet](./pushbullet.md) | *pushbullet://__`api-token`__[/__`device`__/#__`channel`__/__`email`__]* |
| [Pushover](./pushover.md) | *pushover://shoutrrr:__`apiToken`__@__`userKey`__/?devices=__`device1`__[,__`device2`__, ...]* |
Expand All @@ -25,5 +24,13 @@ Click on the service for a more thorough explanation. <!-- @formatter:off -->

| Service | Description |
| --------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------- |
| [Logger](./not-documented.md) | Writes notification to a configured go `log.Logger` |
| [Logger](./logger.md) | Writes notification to a configured go `log.Logger` |

## Upcoming services

*Note that these are not available in the current release*

| Service | Description |
| --------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------- |
| [Generic Webhook](./generic.md) | Sends notifications directly to a webhook |
| [Matrix](./matrix.md) | *matrix://__`username`__:__`password`__@__`host`__:__`port`__/[?rooms=__`!roomID1`__[,__`roomAlias2`__]]* |

0 comments on commit 2e5982c

Please sign in to comment.