2023-02-22 01:03:42 +03:00
|
|
|
|
site_name: GitLab Notification Bot
|
2023-02-22 01:55:32 +03:00
|
|
|
|
site_url: https://docs.struchkov.dev/gitlab-notification/
|
2023-02-22 01:03:42 +03:00
|
|
|
|
|
|
|
|
|
repo_url: https://github.com/uPagge/gitlab-notification
|
|
|
|
|
repo_name: uPagge/gitlab-notification
|
|
|
|
|
|
|
|
|
|
#edit_uri: edit/master/documentation/docs
|
|
|
|
|
|
|
|
|
|
nav:
|
2023-02-22 01:55:32 +03:00
|
|
|
|
- О проекте: index.md
|
|
|
|
|
- Возможности: getting-started/features.md
|
|
|
|
|
- Быстрый старт:
|
|
|
|
|
- Запуск: getting-started/configuration.md
|
|
|
|
|
- Архитектура:
|
|
|
|
|
- Концепт: architecture/concept.md
|
|
|
|
|
- ChangeLog:
|
|
|
|
|
- changelog/index.md
|
2023-02-22 01:03:42 +03:00
|
|
|
|
|
|
|
|
|
theme:
|
|
|
|
|
name: material
|
|
|
|
|
custom_dir: overrides
|
|
|
|
|
language: ru
|
|
|
|
|
# favicon: assets/favicon.ico
|
|
|
|
|
icon:
|
|
|
|
|
logo: simple/gitlab
|
|
|
|
|
repo: fontawesome/brands/github
|
|
|
|
|
palette:
|
|
|
|
|
- scheme: default
|
2023-02-22 01:07:27 +03:00
|
|
|
|
primary: deep orange
|
|
|
|
|
accent: orange
|
2023-02-22 01:03:42 +03:00
|
|
|
|
toggle:
|
|
|
|
|
icon: material/brightness-7
|
|
|
|
|
name: Switch to dark mode
|
|
|
|
|
- scheme: slate
|
|
|
|
|
toggle:
|
|
|
|
|
icon: material/brightness-4
|
|
|
|
|
name: Switch to light mode
|
|
|
|
|
|
|
|
|
|
features:
|
|
|
|
|
- navigation.instant
|
|
|
|
|
- navigation.indexes
|
|
|
|
|
- navigation.sections
|
|
|
|
|
- navigation.tracking
|
2023-02-22 01:55:32 +03:00
|
|
|
|
# - navigation.tabs
|
2023-02-22 16:54:31 +03:00
|
|
|
|
# - navigation.tabs.sticky
|
2023-02-22 01:03:42 +03:00
|
|
|
|
- navigation.footer
|
|
|
|
|
- search
|
|
|
|
|
- search.suggest
|
|
|
|
|
- search.highlight
|
|
|
|
|
- content.action.edit
|
|
|
|
|
- content.code.copy
|
|
|
|
|
- toc.follow
|
2023-02-22 16:54:31 +03:00
|
|
|
|
- toc.integrate
|
2023-02-22 01:03:42 +03:00
|
|
|
|
plugins:
|
|
|
|
|
- social
|
|
|
|
|
- meta
|
|
|
|
|
- tags
|
|
|
|
|
- search:
|
|
|
|
|
lang: ru
|
|
|
|
|
- git-revision-date-localized:
|
|
|
|
|
enable_creation_date: true
|
|
|
|
|
markdown_extensions:
|
|
|
|
|
- toc:
|
|
|
|
|
permalink: true
|
|
|
|
|
toc_depth: 3
|
|
|
|
|
title: Содержание
|
|
|
|
|
- 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
|
|
|
|
|
|
|
|
|
|
extra:
|
|
|
|
|
generator: false
|
2023-02-22 16:54:31 +03:00
|
|
|
|
analytics:
|
|
|
|
|
provider: custom
|
|
|
|
|
property: foobar
|
2023-02-22 01:03:42 +03:00
|
|
|
|
version:
|
|
|
|
|
provider: mike
|
|
|
|
|
# alternate:
|
|
|
|
|
# - name: Русский
|
|
|
|
|
# link: /ru/
|
|
|
|
|
# lang: ru
|