From 042f802ffcd77b0e3f4367fa2ce8765574b9bb31 Mon Sep 17 00:00:00 2001 From: Struchkov Mark Date: Thu, 23 Feb 2023 15:04:05 +0300 Subject: [PATCH] =?UTF-8?q?=D0=94=D0=BE=D0=B1=D0=B0=D0=B2=D0=B8=D0=BB=20em?= =?UTF-8?q?oji=20=D0=B2=20=D0=B4=D0=BE=D0=BA=D1=83=D0=BC=D0=B5=D0=BD=D1=82?= =?UTF-8?q?=D0=B0=D1=86=D0=B8=D1=8E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- documentation/mkdocs.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/documentation/mkdocs.yml b/documentation/mkdocs.yml index 6c6ad91..7030f7c 100644 --- a/documentation/mkdocs.yml +++ b/documentation/mkdocs.yml @@ -1,4 +1,4 @@ -site_name: GitLab Notification Bot +site_name: GitLab Notification site_url: https://docs.struchkov.dev/gitlab-notification/ repo_url: https://github.com/uPagge/gitlab-notification @@ -62,14 +62,17 @@ markdown_extensions: - pymdownx.superfences - pymdownx.inlinehilite - pymdownx.snippets + - 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 - - attr_list - md_in_html - toc: permalink: true