From 6453e42d069a9b4ba4b34e8433bfb8134653117c Mon Sep 17 00:00:00 2001 From: gutii Date: Wed, 29 Apr 2026 23:38:38 +0400 Subject: [PATCH] * Added link to new documenation site to README --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index a6014a5..be1ffc3 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,10 @@ Telegrator is a modern C# framework for building Telegram bots, inspired by AOP --- +## Learn and Docs + +Learn Telegrator on [Official documentation site](https://rikitav.github.io/telegrator.docs). + The documentation may not be completely transparent, informative or even actual to latest version, so if you have any questions or problems, please write them in the [Telegram.Bot](https://t.me/joinchat/B35YY0QbLfd034CFnvCtCA) group. I am a member of this group and will notice you! If you have any suggestions or want to participate in building documentation, make push requests and open issues on this repository! ---