gitlab-notification/documentation/ru/mkdocs.yml
Struchkov Mark 79093493ac
All checks were successful
continuous-integration/drone/push Build is passing
Дополнительные настройки документации
2023-02-25 21:59:26 +03:00

126 lines
3.0 KiB
YAML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

site_name: GitLab Notification
site_url: https://docs.struchkov.dev/gitlab-notification/
repo_url: https://github.com/uPagge/gitlab-notification
repo_name: uPagge/gitlab-notification
edit_uri: edit/develop/documentation/ru/docs
nav:
- О проекте: index.md
- Возможности: getting-started/features.md
- Быстрый старт:
- Запуск: getting-started/configuration.md
# - Архитектура:
# - Концепт: architecture/concept.md
# - Блог:
# - blog/index.md
- "Поддержать разработку":
- support-development/index.md
- ChangeLog:
- changelog/index.md
theme:
name: material
custom_dir: overrides
language: ru
# favicon: assets/favicon.ico
icon:
logo: simple/gitlab
repo: fontawesome/brands/github
palette:
- media: "(prefers-color-scheme)"
scheme: default
toggle:
icon: material/brightness-auto
name: Switch to light mode
- media: "(prefers-color-scheme: light)"
primary: deep orange
accent: orange
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.path
- navigation.prune
- search
- search.suggest
- search.highlight
- content.action.edit
- content.code.copy
- content.code.annotate
- 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:
cache: false
optimize_jpg_quality: 90
- tags
- search:
lang: ru
markdown_extensions:
- pymdownx.details
- pymdownx.superfences
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.critic
- pymdownx.caret
- pymdownx.keys
- pymdownx.mark
- pymdownx.tilde
- attr_list
- 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
- md_in_html
- footnotes
- toc:
permalink: true
toc_depth: 3
title: Содержание
extra_css:
- stylesheets/extra.css
extra:
generator: false
analytics:
provider: custom
property: foobar
version:
provider: mike
# social:
# - icon: fontawesome/brands/telegram
# link: https://t.me/dev_java_blog
# alternate:
# - name: Русский
# link: /gitlab-notification/ru/
# lang: ru
# - name: English
# link: /gitlab-notification/en/
# lang: en