Skip to content

Commit 83125f3

Browse files
committed
chore(tutorial): Add tutorial to tutorials list
1 parent 748def0 commit 83125f3

1 file changed

Lines changed: 27 additions & 9 deletions

File tree

tutorials.json

Lines changed: 27 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -11,77 +11,95 @@
1111
"documentation": "https://docs.botfuel.io/"
1212
},
1313
"tutorials": [
14+
{
15+
"id": "regexp-imatriculation",
16+
"markdownUrl": "https://raw.githubusercontent.com/Botfuel/tutorials/master/regexp-imatriculation/regexp-imatriculation.md",
17+
"title": "Identify vehicle registration plates with the RegexExtractor",
18+
"duration": 50,
19+
"language": "en",
20+
"date": "Mon Aug 9 2018 00:00:00 GMT+0100",
21+
"status": "draft"
22+
},
1423
{
1524
"id": "connecting-webchat",
1625
"markdownUrl": "https://raw.githubusercontent.com/Botfuel/tutorials/master/connecting-webchat/connecting-webchat.md",
1726
"title": "Connecting Webchat",
1827
"duration": 50,
1928
"language": "en",
20-
"date": "Mon Jul 16 2018 00:00:00 GMT+0100"
29+
"date": "Mon Jul 16 2018 00:00:00 GMT+0100",
30+
"status": "published"
2131
},
2232
{
2333
"id": "getting-started",
2434
"markdownUrl": "https://raw.githubusercontent.com/Botfuel/tutorials/master/getting-started/getting-started.md",
2535
"title": "Getting started",
2636
"duration": 19,
2737
"language": "en",
28-
"date": "Sun Jan 01 2017 00:00:00 GMT+0100"
38+
"date": "Sun Jan 01 2017 00:00:00 GMT+0100",
39+
"status": "published"
2940
},
3041
{
3142
"id": "weather-bot",
3243
"markdownUrl": "https://raw.githubusercontent.com/Botfuel/tutorials/master/weather-bot/weather-bot.md",
3344
"title": "Faire un bot de météo",
3445
"duration": 76,
3546
"language": "fr",
36-
"date": "Fri Jun 29 2018 00:00:00 GMT+0200"
47+
"date": "Fri Jun 29 2018 00:00:00 GMT+0200",
48+
"status": "published"
3749
},
3850
{
3951
"id": "calling-api",
4052
"markdownUrl": "https://raw.githubusercontent.com/Botfuel/tutorials/master/calling-api/calling-api.md",
4153
"title": "Calling an API",
4254
"duration": 15,
4355
"language": "en",
44-
"date": "Fri Jun 08 2018 00:00:00 GMT+0200"
56+
"date": "Fri Jun 08 2018 00:00:00 GMT+0200",
57+
"status": "published"
4558
},
4659
{
4760
"id": "deploy-heroku",
4861
"markdownUrl": "https://raw.githubusercontent.com/Botfuel/tutorials/master/deploy-heroku/deploy-heroku.md",
4962
"title": "Deploying on Heroku",
5063
"duration": 26,
5164
"language": "en",
52-
"date": "Sun Jan 01 2017 00:00:00 GMT+0100"
65+
"date": "Sun Jan 01 2017 00:00:00 GMT+0100",
66+
"status": "published"
5367
},
5468
{
5569
"id": "connect-messenger",
5670
"markdownUrl": "https://raw.githubusercontent.com/Botfuel/tutorials/master/connect-messenger/connect-messenger.md",
5771
"title": "Connecting to Messenger",
5872
"duration": 34,
5973
"language": "en",
60-
"date": "Sun Jan 01 2017 00:00:00 GMT+0100"
74+
"date": "Sun Jan 01 2017 00:00:00 GMT+0100",
75+
"status": "published"
6176
},
6277
{
6378
"id": "qna-bot",
6479
"markdownUrl": "https://raw.githubusercontent.com/Botfuel/tutorials/master/qna-bot/qna-bot.md",
6580
"title": "Create a Q&A bot",
6681
"duration": 30,
6782
"language": "en",
68-
"date": "Sun Jan 01 2017 00:00:00 GMT+0100"
83+
"date": "Sun Jan 01 2017 00:00:00 GMT+0100",
84+
"status": "published"
6985
},
7086
{
7187
"id": "integration-testing",
7288
"markdownUrl": "https://raw.githubusercontent.com/Botfuel/tutorials/master/integration-testing/integration-testing.md",
7389
"title": "Integration testing",
7490
"duration": 18,
7591
"language": "en",
76-
"date": "Sun Jan 01 2017 00:00:00 GMT+0100"
92+
"date": "Sun Jan 01 2017 00:00:00 GMT+0100",
93+
"status": "published"
7794
},
7895
{
7996
"id": "deploy-gae",
8097
"markdownUrl": "https://raw.githubusercontent.com/Botfuel/tutorials/master/deploy-gae/deploy-gae.md",
8198
"title": "Deploying on Google App Engine",
8299
"duration": 31,
83100
"language": "en",
84-
"date": "Mon Jul 09 2017 00:00:00 GMT+0100"
101+
"date": "Mon Jul 09 2017 00:00:00 GMT+0100",
102+
"status": "published"
85103
}
86104
]
87105
}

0 commit comments

Comments
 (0)