From 9a4298308ede697eb93294d7f19f42e7ccd14064 Mon Sep 17 00:00:00 2001 From: GochoMugo Date: Mon, 26 Jun 2017 12:28:11 +0300 Subject: [PATCH] doc: Add tutorials page References: * PR: https://github.com/yagop/node-telegram-bot-api/pull/358 * FR: https://github.com/yagop/node-telegram-bot-api/issues/351 * PR-by, FR-by: @hosein2398 --- README.md | 2 ++ doc/tutorials.md | 5 +++++ 2 files changed, 7 insertions(+) create mode 100644 doc/tutorials.md diff --git a/README.md b/README.md index 93ceb55..1fb310d 100644 --- a/README.md +++ b/README.md @@ -54,6 +54,7 @@ bot.on('message', (msg) => { * [Usage][usage] * [Examples][examples] +* [Tutorials][tutorials] * [Help Information][help] * API Reference ([release][api-release] / [development][api-dev] / [experimental][api-experimental]) * [Contributing to the Project][contributing] @@ -86,6 +87,7 @@ Copyright (c) 2017 Yago [usage]:https://github.com/yagop/node-telegram-bot-api/tree/master/doc/usage.md [examples]:https://github.com/yagop/node-telegram-bot-api/tree/master/examples [help]:https://github.com/yagop/node-telegram-bot-api/tree/master/doc/help.md +[tutorials]:https://github.com/yagop/node-telegram-bot-api/tree/master/doc/tutorials.md [api-dev]:https://github.com/yagop/node-telegram-bot-api/tree/master/doc/api.md [api-release]:https://github.com/yagop/node-telegram-bot-api/tree/release/doc/api.md [api-experimental]:https://github.com/yagop/node-telegram-bot-api/tree/experimental/doc/api.md diff --git a/doc/tutorials.md b/doc/tutorials.md new file mode 100644 index 0000000..e01d357 --- /dev/null +++ b/doc/tutorials.md @@ -0,0 +1,5 @@ +# Tutorials + +* [node-telegram-bot-api-tutorial by @hosein2398](https://github.com/hosein2398/node-telegram-bot-api-tutorial) + +> Send a PR with useful links **not** listed above