Placeholders and README #2

Merged
profitroll merged 4 commits from dev into main 2024-05-14 00:43:12 +03:00
Showing only changes of commit 5bf63964fd - Show all commits

View File

@ -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
@ -92,3 +95,10 @@ theme:
code: Roboto Mono
icon:
logo: logo
markdown_extensions:
- pymdownx.details
- pymdownx.superfences
- pymdownx.tabbed:
alternate_style: true
- toc:
permalink: true