Struchkov Mark
767e4182bb
All checks were successful
continuous-integration/drone/push Build is passing
137 lines
3.3 KiB
YAML
137 lines
3.3 KiB
YAML
site_name: GodFather Telegram
|
||
site_url: https://docs.struchkov.dev/godfather-telegram/spring/ru
|
||
|
||
repo_url: https://github.com/Godfather-Bots/telegram-bot
|
||
repo_name: Godfather-Bots/telegram-bot
|
||
|
||
copyright: Copyright © 2018 - 2023 Struchkov Mark
|
||
#edit_uri: edit/master/documentation/docs
|
||
|
||
nav:
|
||
- О проекте:
|
||
- index.md
|
||
- Конфигурация:
|
||
- Hello World!: getting-started/hello-godfather.md
|
||
- Юниты:
|
||
- architecture/unit.md
|
||
- architecture/unit/answer-text.md
|
||
- architecture/unit/answer-check.md
|
||
- Гайды:
|
||
- Безопасность: guides/security.md
|
||
- Циклическая зависимость: guides/cyclic.md
|
||
- Обработка ошибок: guides/event-handler.md
|
||
- Обработка событий: guides/event-handler.md
|
||
- Архитектура:
|
||
- Основная идея: architecture/general.md
|
||
- ChangeLog: changelog/index.md
|
||
- Поддержать: support-development.md
|
||
|
||
|
||
theme:
|
||
name: material
|
||
custom_dir: overrides
|
||
language: ru
|
||
favicon: assets/favicon.ico
|
||
icon:
|
||
logo: simple/telegram
|
||
repo: fontawesome/brands/github
|
||
palette:
|
||
- media: "(prefers-color-scheme)"
|
||
primary: light blue
|
||
accent: indigo
|
||
scheme: default
|
||
toggle:
|
||
icon: material/brightness-auto
|
||
name: Switch to light mode
|
||
- media: "(prefers-color-scheme: light)"
|
||
primary: light blue
|
||
accent: indigo
|
||
toggle:
|
||
icon: material/brightness-7
|
||
name: Switch to dark mode
|
||
- media: "(prefers-color-scheme: dark)"
|
||
scheme: slate
|
||
toggle:
|
||
icon: material/brightness-4
|
||
name: Switch to system preference
|
||
|
||
features:
|
||
- navigation.instant
|
||
- navigation.indexes
|
||
- navigation.sections
|
||
- navigation.tracking
|
||
- navigation.footer
|
||
- navigation.tabs
|
||
- navigation.tabs.sticky
|
||
- navigation.prune
|
||
- search
|
||
- search.suggest
|
||
- search.highlight
|
||
- content.action.edit
|
||
- content.code.copy
|
||
- content.code.annotate
|
||
- content.tooltips
|
||
- toc.follow
|
||
- toc.integrate
|
||
plugins:
|
||
- social
|
||
- typeset
|
||
# - blog:
|
||
# blog_toc: true
|
||
# post_date_format: short
|
||
# post_url_format: "{slug}"
|
||
# archive_toc: true
|
||
# categories: false
|
||
# authors: false
|
||
# - optimize:
|
||
# optimize_jpg_quality: 90
|
||
- tags
|
||
- search:
|
||
lang: ru
|
||
markdown_extensions:
|
||
- pymdownx.details
|
||
- pymdownx.superfences
|
||
- pymdownx.inlinehilite
|
||
- pymdownx.snippets:
|
||
auto_append:
|
||
- includes/abbreviations.md
|
||
- pymdownx.critic
|
||
- pymdownx.caret
|
||
- pymdownx.keys
|
||
- pymdownx.mark
|
||
- pymdownx.tilde
|
||
- attr_list
|
||
- def_list
|
||
- pymdownx.tasklist:
|
||
custom_checkbox: true
|
||
- pymdownx.highlight:
|
||
anchor_linenums: true
|
||
line_spans: __span
|
||
pygments_lang_class: true
|
||
- pymdownx.tabbed:
|
||
alternate_style: true
|
||
- pymdownx.emoji:
|
||
emoji_index: !!python/name:materialx.emoji.twemoji
|
||
emoji_generator: !!python/name:materialx.emoji.to_svg
|
||
- admonition
|
||
- abbr
|
||
- md_in_html
|
||
- footnotes
|
||
- toc:
|
||
toc_depth: 3
|
||
title: Содержание
|
||
permalink: ⚓︎
|
||
|
||
extra_css:
|
||
- stylesheets/extra.css
|
||
extra:
|
||
generator: false
|
||
analytics:
|
||
provider: custom
|
||
property: foobar
|
||
version:
|
||
provider: mike
|
||
# alternate:
|
||
# - name: Русский
|
||
# link: /ru/
|
||
# lang: ru |