Skip to content

Commit 144c7c2

Browse files
committed
dox update
1 parent 76a793a commit 144c7c2

File tree

7 files changed

+17
-17
lines changed

7 files changed

+17
-17
lines changed

docs/docs/en/dev/bot-api.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -49,14 +49,14 @@ For example in a [Maven](https://maven.apache.org/) project:
4949
<dependency>
5050
<groupId>ai.tock</groupId>
5151
<artifactId>tock-bot-api-websocket</artifactId>
52-
<version>25.3.9</version>
52+
<version>25.3.10</version>
5353
</dependency>
5454
```
5555

5656
Or in a [Gradle](https://gradle.org/) project:
5757

5858
```groovy
59-
compile 'ai.tock:tock-bot-api-websocket:25.3.9'
59+
compile 'ai.tock:tock-bot-api-websocket:25.3.10'
6060
```
6161

6262
### Enable WebHook mode
@@ -69,14 +69,14 @@ For example in a [Maven](https://maven.apache.org/) project:
6969
<dependency>
7070
<groupId>ai.tock</groupId>
7171
<artifactId>tock-bot-api-webhook</artifactId>
72-
<version>25.3.9</version>
72+
<version>25.3.10</version>
7373
</dependency>
7474
```
7575

7676
Or in a [Gradle](https://gradle.org/) project:
7777

7878
```groovy
79-
compile 'ai.tock:tock-bot-api-webhook:25.3.9'
79+
compile 'ai.tock:tock-bot-api-webhook:25.3.10'
8080
```
8181

8282
In this case, unlike in _WebSocket_ mode, the application/bot started must be reachable by the

docs/docs/en/dev/bot-integre.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,14 +43,14 @@ For example in a [Maven](https://maven.apache.org/) project:
4343
<dependency>
4444
<groupId>ai.tock</groupId>
4545
<artifactId>bot-toolkit</artifactId>
46-
<version>25.3.9</version>
46+
<version>25.3.10</version>
4747
</dependency>
4848
```
4949

5050
Or in a [Gradle](https://gradle.org/) project:
5151

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

5656
### A bot is a set of stories

docs/docs/en/dev/test.md

Lines changed: 2 additions & 2 deletions
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>25.3.9</version>
17+
<version>25.3.10</version>
1818
<scope>test</scope>
1919
</dependency>
2020
```
2121

2222
Or gradle :
2323

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

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

docs/docs/fr/dev/bot-api.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -54,14 +54,14 @@ Par exemple dans un projet [Maven](https://maven.apache.org/) :
5454
<dependency>
5555
<groupId>ai.tock</groupId>
5656
<artifactId>tock-bot-api-websocket</artifactId>
57-
<version>25.3.9</version>
57+
<version>25.3.10</version>
5858
</dependency>
5959
```
6060

6161
Ou dans un projet [Gradle](https://gradle.org/) :
6262

6363
```groovy
64-
compile 'ai.tock:tock-bot-api-websocket:25.3.9'
64+
compile 'ai.tock:tock-bot-api-websocket:25.3.10'
6565
```
6666

6767
### Activer le mode WebHook
@@ -74,14 +74,14 @@ Par exemple dans un projet [Maven](https://maven.apache.org/) :
7474
<dependency>
7575
<groupId>ai.tock</groupId>
7676
<artifactId>tock-bot-api-webhook</artifactId>
77-
<version>25.3.9</version>
77+
<version>25.3.10</version>
7878
</dependency>
7979
```
8080

8181
Ou dans un projet [Gradle](https://gradle.org/) :
8282

8383
```groovy
84-
compile 'ai.tock:tock-bot-api-webhook:25.3.9'
84+
compile 'ai.tock:tock-bot-api-webhook:25.3.10'
8585
```
8686

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

docs/docs/fr/dev/bot-integre.md

Lines changed: 2 additions & 2 deletions
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>25.3.9</version>
46+
<version>25.3.10</version>
4747
</dependency>
4848
```
4949

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

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

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

docs/docs/fr/dev/test.md

Lines changed: 2 additions & 2 deletions
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>25.3.9</version>
17+
<version>25.3.10</version>
1818
<scope>test</scope>
1919
</dependency>
2020
```
2121

2222
ou Gradle :
2323

2424
```groovy
25-
testCompile 'ai.tock:bot-test:25.3.9'
25+
testCompile 'ai.tock:bot-test:25.3.10'
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/docs/fr/guides/api.md

Lines changed: 1 addition & 1 deletion
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>25.3.9</lib.tock.version>
80+
<lib.tock.version>25.3.10</lib.tock.version>
8181
</properties>
8282

8383
<dependencies>

0 commit comments

Comments
 (0)