Placeholders and README #2
12
mkdocs.yml
12
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
|
||||
logo: logo
|
||||
markdown_extensions:
|
||||
- pymdownx.details
|
||||
- pymdownx.superfences
|
||||
- pymdownx.tabbed:
|
||||
alternate_style: true
|
||||
- toc:
|
||||
permalink: true
|
Loading…
Reference in New Issue
Block a user