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'