2023-02-19 16:10:01 +03:00
|
|
|
site_name: GodFather Telegram
|
2023-02-19 23:04:14 +03:00
|
|
|
site_url: https://docs.struchkov.dev/godfather-telegram/
|
2023-02-19 16:10:01 +03:00
|
|
|
|
|
|
|
repo_url: https://github.com/Godfather-Bots/telegram-bot
|
|
|
|
repo_name: Godfather-Bots/telegram-bot
|
2023-02-19 22:25:16 +03:00
|
|
|
|
|
|
|
copyright: Copyright © 2018 - 2023 Struchkov Mark
|
2023-02-19 19:56:22 +03:00
|
|
|
#edit_uri: edit/master/documentation/docs
|
|
|
|
|
|
|
|
nav:
|
|
|
|
- 'index.md'
|
2023-02-19 22:25:16 +03:00
|
|
|
- 'Быстрый старт':
|
|
|
|
- 'getting-started/installing-dependencies.md'
|
|
|
|
- 'getting-started/configuration.md'
|
|
|
|
# - 'Гайды':
|
|
|
|
- 'Архитектура':
|
|
|
|
- 'architecture/concept.md'
|
|
|
|
# - 'ChangeLog':
|
2023-02-19 16:10:01 +03:00
|
|
|
|
|
|
|
theme:
|
|
|
|
name: material
|
|
|
|
language: ru
|
2023-02-19 20:06:46 +03:00
|
|
|
favicon: assets/favicon.ico
|
2023-02-19 16:10:01 +03:00
|
|
|
icon:
|
2023-02-19 19:32:09 +03:00
|
|
|
logo: simple/telegram
|
2023-02-19 16:10:01 +03:00
|
|
|
repo: fontawesome/brands/github
|
|
|
|
palette:
|
|
|
|
- scheme: default
|
|
|
|
primary: light blue
|
|
|
|
accent: indigo
|
|
|
|
toggle:
|
|
|
|
icon: material/brightness-7
|
|
|
|
name: Switch to dark mode
|
|
|
|
- scheme: slate
|
|
|
|
toggle:
|
|
|
|
icon: material/brightness-4
|
|
|
|
name: Switch to light mode
|
|
|
|
|
|
|
|
features:
|
2023-02-19 19:56:22 +03:00
|
|
|
- navigation.instant
|
|
|
|
- navigation.indexes
|
2023-02-19 16:10:01 +03:00
|
|
|
- navigation.sections
|
2023-02-19 19:56:22 +03:00
|
|
|
- navigation.tracking
|
2023-02-19 16:10:01 +03:00
|
|
|
- navigation.tabs
|
|
|
|
- navigation.tabs.sticky
|
2023-02-19 22:25:16 +03:00
|
|
|
- navigation.footer
|
2023-02-19 16:10:01 +03:00
|
|
|
- search
|
|
|
|
- search.suggest
|
|
|
|
- search.highlight
|
2023-02-19 19:56:22 +03:00
|
|
|
- content.action.edit
|
2023-02-19 22:25:16 +03:00
|
|
|
- content.code.copy
|
2023-02-19 16:10:01 +03:00
|
|
|
- toc.follow
|
|
|
|
plugins:
|
2023-02-19 23:50:41 +03:00
|
|
|
- social
|
2023-02-19 16:10:01 +03:00
|
|
|
- meta
|
|
|
|
- tags
|
|
|
|
- search:
|
|
|
|
lang: ru
|
|
|
|
- git-revision-date-localized:
|
|
|
|
enable_creation_date: true
|
|
|
|
markdown_extensions:
|
|
|
|
- toc:
|
|
|
|
permalink: true
|
|
|
|
toc_depth: 3
|
|
|
|
title: Содержание
|
2023-02-19 22:25:16 +03:00
|
|
|
- pymdownx.highlight:
|
|
|
|
anchor_linenums: true
|
|
|
|
- pymdownx.superfences:
|
|
|
|
custom_fences:
|
|
|
|
- name: mermaid
|
|
|
|
class: mermaid
|
|
|
|
format: !!python/name:pymdownx.superfences.fence_code_format
|
|
|
|
- pymdownx.snippets
|
|
|
|
- pymdownx.inlinehilite
|
|
|
|
- pymdownx.details
|
|
|
|
- pymdownx.smartsymbols
|
|
|
|
- pymdownx.betterem
|
|
|
|
- pymdownx.tabbed:
|
|
|
|
alternate_style: true
|
|
|
|
- pymdownx.emoji:
|
|
|
|
emoji_index: !!python/name:materialx.emoji.twemoji
|
|
|
|
emoji_generator: !!python/name:materialx.emoji.to_svg
|
2023-02-19 16:10:01 +03:00
|
|
|
|
2023-02-19 19:22:19 +03:00
|
|
|
extra:
|
|
|
|
generator: false
|
2023-02-19 19:56:22 +03:00
|
|
|
version:
|
|
|
|
provider: mike
|
2023-02-19 16:10:01 +03:00
|
|
|
# alternate:
|
|
|
|
# - name: Русский
|
|
|
|
# link: /ru/
|
|
|
|
# lang: ru
|