From 5bf63964fd46af79f5267cc602de3e40d8c1b3ee Mon Sep 17 00:00:00 2001 From: profitroll Date: Mon, 13 May 2024 23:41:07 +0200 Subject: [PATCH] More sections added --- mkdocs.yml | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/mkdocs.yml b/mkdocs.yml index 9d6a54b..f1e8b84 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -7,11 +7,14 @@ nav: - api/index.md - Installation: api/installation.md - Configuration: api/configuration.md + - Daemonizing: api/daemonizing.md + - Feeding data: api/feeding-data.md - Upgrading: api/upgrading.md - Telegram Bot: - bot_telegram/index.md - Installation: bot_telegram/installation.md - Configuration: bot_telegram/configuration.md + - Feeding data: bot_telegram/feeding-data.md - Upgrading: bot_telegram/upgrading.md - Community: - community/index.md @@ -91,4 +94,11 @@ theme: text: Roboto code: Roboto Mono icon: - logo: logo \ No newline at end of file + logo: logo +markdown_extensions: + - pymdownx.details + - pymdownx.superfences + - pymdownx.tabbed: + alternate_style: true + - toc: + permalink: true \ No newline at end of file