From 446c6d7516e9c43b9aa6ea9dacf1ffa6dd068cf8 Mon Sep 17 00:00:00 2001 From: InsanusMokrassar Date: Wed, 29 Apr 2026 20:29:38 +0600 Subject: [PATCH] add updates section --- docs/tgbotapi/updates/index.md | 1 + mkdocs.yml | 1 + 2 files changed, 2 insertions(+) create mode 100644 docs/tgbotapi/updates/index.md diff --git a/docs/tgbotapi/updates/index.md b/docs/tgbotapi/updates/index.md new file mode 100644 index 0000000..b09fe81 --- /dev/null +++ b/docs/tgbotapi/updates/index.md @@ -0,0 +1 @@ +This secion contains information about way of getting updates and additional info related to it. diff --git a/mkdocs.yml b/mkdocs.yml index f32f086..62a7a63 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -30,6 +30,7 @@ nav: - Guides: - 'tgbotapi/guides/keyboards.md' - Updates retrieving: + - 'tgbotapi/updates/index.md' - 'tgbotapi/updates/updates-filters.md' - 'tgbotapi/updates/long-polling.md' - 'tgbotapi/updates/webhooks.md'