Skip to content

Commit a2a2897

Browse files
committed
doc update
1 parent 1dc9c2e commit a2a2897

File tree

7 files changed

+17
-17
lines changed

7 files changed

+17
-17
lines changed

docs/_en/dev/bot-api.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -45,14 +45,14 @@ Using [Maven](https://maven.apache.org/) :
4545
<dependency>
4646
<groupId>ai.tock</groupId>
4747
<artifactId>tock-bot-api-websocket</artifactId>
48-
<version>24.9.4</version>
48+
<version>24.9.5</version>
4949
</dependency>
5050
```
5151

5252
Or [Gradle](https://gradle.org/) :
5353

5454
```groovy
55-
compile 'ai.tock:tock-bot-api-websocket:24.9.4'
55+
compile 'ai.tock:tock-bot-api-websocket:24.9.5'
5656
```
5757

5858
### Enable WebHook mode
@@ -66,14 +66,14 @@ Using [Maven](https://maven.apache.org/) :
6666
<dependency>
6767
<groupId>ai.tock</groupId>
6868
<artifactId>tock-bot-api-webhook</artifactId>
69-
<version>24.9.4</version>
69+
<version>24.9.5</version>
7070
</dependency>
7171
```
7272

7373
Or [Gradle](https://gradle.org/) :
7474

7575
```groovy
76-
compile 'ai.tock:tock-bot-api-webhook:24.9.4'
76+
compile 'ai.tock:tock-bot-api-webhook:24.9.5'
7777
```
7878

7979
In this case, unlike the _WebSocket_ mode, the bot application must be reachable by the

docs/_en/dev/integrated-bot.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -61,14 +61,14 @@ With Maven:
6161
<dependency>
6262
<groupId>ai.tock</groupId>
6363
<artifactId>bot-toolkit</artifactId>
64-
<version>24.9.4</version>
64+
<version>24.9.5</version>
6565
</dependency>
6666
```
6767

6868
With Gradle:
6969

7070
```groovy
71-
compile 'ai.tock:bot-toolkit:24.9.4'
71+
compile 'ai.tock:bot-toolkit:24.9.5'
7272
```
7373

7474
### A Bot is a Set of Stories

docs/_en/test-the-bot.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,15 +14,15 @@ With Maven :
1414
<dependency>
1515
<groupId>ai.tock</groupId>
1616
<artifactId>bot-test</artifactId>
17-
<version>24.9.4</version>
17+
<version>24.9.5</version>
1818
<scope>test</scope>
1919
</dependency>
2020
```
2121

2222
With Gradle :
2323

2424
```groovy
25-
testCompile 'ai.tock:bot-test:24.9.4'
25+
testCompile 'ai.tock:bot-test:24.9.5'
2626
```
2727

2828
This framework is documented in KDoc format [here]https://doc.tock.ai/tock/dokka/tock/ai.tock.bot.test).

docs/_fr/dev/bot-api.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -57,14 +57,14 @@ Par exemple dans un projet [Maven](https://maven.apache.org/) :
5757
<dependency>
5858
<groupId>ai.tock</groupId>
5959
<artifactId>tock-bot-api-websocket</artifactId>
60-
<version>24.9.4</version>
60+
<version>24.9.5</version>
6161
</dependency>
6262
```
6363

6464
Ou dans un projet [Gradle](https://gradle.org/) :
6565

6666
```groovy
67-
compile 'ai.tock:tock-bot-api-websocket:24.9.4'
67+
compile 'ai.tock:tock-bot-api-websocket:24.9.5'
6868
```
6969

7070
### Activer le mode WebHook
@@ -77,14 +77,14 @@ Par exemple dans un projet [Maven](https://maven.apache.org/) :
7777
<dependency>
7878
<groupId>ai.tock</groupId>
7979
<artifactId>tock-bot-api-webhook</artifactId>
80-
<version>24.9.4</version>
80+
<version>24.9.5</version>
8181
</dependency>
8282
```
8383

8484
Ou dans un projet [Gradle](https://gradle.org/) :
8585

8686
```groovy
87-
compile 'ai.tock:tock-bot-api-webhook:24.9.4'
87+
compile 'ai.tock:tock-bot-api-webhook:24.9.5'
8888
```
8989

9090
Dans ce cas, contrairement au mode _WebSocket_, il faut que l'application/bot démarrée soit joignable par la

docs/_fr/dev/bot-integre.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -43,14 +43,14 @@ Par exemple dans un projet [Maven](https://maven.apache.org/) :
4343
<dependency>
4444
<groupId>ai.tock</groupId>
4545
<artifactId>bot-toolkit</artifactId>
46-
<version>24.9.4</version>
46+
<version>24.9.5</version>
4747
</dependency>
4848
```
4949

5050
Ou dans un projet [Gradle](https://gradle.org/) :
5151

5252
```groovy
53-
compile 'ai.tock:bot-toolkit:24.9.4'
53+
compile 'ai.tock:bot-toolkit:24.9.5'
5454
```
5555

5656
### Un bot est un ensemble de parcours (stories)

docs/_fr/dev/tester.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,15 +14,15 @@ Avec Maven :
1414
<dependency>
1515
<groupId>ai.tock</groupId>
1616
<artifactId>bot-test</artifactId>
17-
<version>24.9.4</version>
17+
<version>24.9.5</version>
1818
<scope>test</scope>
1919
</dependency>
2020
```
2121

2222
ou Gradle :
2323

2424
```groovy
25-
testCompile 'ai.tock:bot-test:24.9.4'
25+
testCompile 'ai.tock:bot-test:24.9.5'
2626
```
2727

2828
L'ensemble de ce framework est documenté au format KDoc [ici](https://doc.tock.ai/tock/dokka/tock/ai.tock.bot.test).

docs/_fr/guide/api.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ la dépendance `tock-bot-api-websocket` incluse :
7777
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
7878
<plugin.kotlin.version>1.3.41</plugin.kotlin.version>
7979
<plugin.source.version>3.1.0</plugin.source.version>
80-
<lib.tock.version>24.9.4</lib.tock.version>
80+
<lib.tock.version>24.9.5</lib.tock.version>
8181
</properties>
8282

8383
<dependencies>

0 commit comments

Comments
 (0)