docs: update diff format
This commit is contained in:
parent
f529160760
commit
75ffa6ef7b
14
DOCS.md
14
DOCS.md
@ -1,5 +1,5 @@
|
||||
---
|
||||
date: 2017-01-08T00:00:00+00:00
|
||||
date: 2019-10-19T00:00:00+00:00
|
||||
title: Telegram
|
||||
author: appleboy
|
||||
tags: [ notifications, chat ]
|
||||
@ -11,7 +11,7 @@ image: appleboy/drone-telegram
|
||||
The Telegram plugin posts build status messages to your account. The below pipeline configuration demonstrates simple usage:
|
||||
|
||||
```yaml
|
||||
- name: send notification
|
||||
- name: send telegram notification
|
||||
image: appleboy/drone-telegram
|
||||
settings:
|
||||
token: xxxxxxxxxx
|
||||
@ -21,6 +21,7 @@ The Telegram plugin posts build status messages to your account. The below pipel
|
||||
Example configuration with photo message:
|
||||
|
||||
```diff
|
||||
- name: send telegram notification
|
||||
image: appleboy/drone-telegram
|
||||
settings:
|
||||
token: xxxxxxxxxx
|
||||
@ -33,6 +34,7 @@ Example configuration with photo message:
|
||||
Example configuration with document message:
|
||||
|
||||
```diff
|
||||
- name: send telegram notification
|
||||
image: appleboy/drone-telegram
|
||||
settings:
|
||||
token: xxxxxxxxxx
|
||||
@ -45,6 +47,7 @@ Example configuration with document message:
|
||||
Example configuration with sticker message:
|
||||
|
||||
```diff
|
||||
- name: send telegram notification
|
||||
image: appleboy/drone-telegram
|
||||
settings:
|
||||
token: xxxxxxxxxx
|
||||
@ -57,6 +60,7 @@ Example configuration with sticker message:
|
||||
Example configuration with audio message:
|
||||
|
||||
```diff
|
||||
- name: send telegram notification
|
||||
image: appleboy/drone-telegram
|
||||
settings:
|
||||
token: xxxxxxxxxx
|
||||
@ -69,6 +73,7 @@ Example configuration with audio message:
|
||||
Example configuration with voice message:
|
||||
|
||||
```diff
|
||||
- name: send telegram notification
|
||||
image: appleboy/drone-telegram
|
||||
settings:
|
||||
token: xxxxxxxxxx
|
||||
@ -81,6 +86,7 @@ Example configuration with voice message:
|
||||
Example configuration with location message:
|
||||
|
||||
```diff
|
||||
- name: send telegram notification
|
||||
image: appleboy/drone-telegram
|
||||
settings:
|
||||
token: xxxxxxxxxx
|
||||
@ -93,6 +99,7 @@ Example configuration with location message:
|
||||
Example configuration with venue message:
|
||||
|
||||
```diff
|
||||
- name: send telegram notification
|
||||
image: appleboy/drone-telegram
|
||||
settings:
|
||||
token: xxxxxxxxxx
|
||||
@ -105,6 +112,7 @@ Example configuration with venue message:
|
||||
Example configuration with video message:
|
||||
|
||||
```diff
|
||||
- name: send telegram notification
|
||||
image: appleboy/drone-telegram
|
||||
settings:
|
||||
token: xxxxxxxxxx
|
||||
@ -117,6 +125,7 @@ Example configuration with video message:
|
||||
Example configuration with message format:
|
||||
|
||||
```diff
|
||||
- name: send telegram notification
|
||||
image: appleboy/drone-telegram
|
||||
settings:
|
||||
token: xxxxxxxxxx
|
||||
@ -127,6 +136,7 @@ Example configuration with message format:
|
||||
Example configuration with a custom message template:
|
||||
|
||||
```diff
|
||||
- name: send telegram notification
|
||||
image: appleboy/drone-telegram
|
||||
settings:
|
||||
token: xxxxxxxxxx
|
||||
|
Loading…
Reference in New Issue
Block a user