From e06dc722c6ad82d369e7330b414175c9c00f84f2 Mon Sep 17 00:00:00 2001 From: InsanusMokrassar Date: Wed, 14 Jun 2023 19:34:58 +0600 Subject: [PATCH] replace faq of tgbotapi --- docs/tgbotapi/{guides => }/faq.md | 2 +- mkdocs.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) rename docs/tgbotapi/{guides => }/faq.md (96%) diff --git a/docs/tgbotapi/guides/faq.md b/docs/tgbotapi/faq.md similarity index 96% rename from docs/tgbotapi/guides/faq.md rename to docs/tgbotapi/faq.md index c80fbe8..32a6b0d 100644 --- a/docs/tgbotapi/guides/faq.md +++ b/docs/tgbotapi/faq.md @@ -20,7 +20,7 @@ buildBehaviourWithLongPolling { ### Additional info * [Flows docs](https://kotlinlang.org/docs/flow.html#intermediate-flow-operators) -* [BehaviourBuilder](../logic/behaviour-builder.md) +* [BehaviourBuilder](logic/behaviour-builder.md) ### Cases diff --git a/mkdocs.yml b/mkdocs.yml index ece63fa..321ee98 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -11,6 +11,7 @@ nav: - 'Telegram Bot API': - 'tgbotapi/index.md' - KDocs: 'https://tgbotapi.inmo.dev' + - 'tgbotapi/faq.md' - Introduction: - 'tgbotapi/introduction/before-any-bot-project.md' - 'tgbotapi/introduction/including-in-your-project.md' @@ -18,7 +19,6 @@ nav: - 'tgbotapi/introduction/first-bot.md' - Guides: - 'tgbotapi/guides/keyboards.md' - - 'tgbotapi/guides/faq.md' - Updates retrieving: - 'tgbotapi/updates/updates-filters.md' - 'tgbotapi/updates/long-polling.md'