-
Notifications
You must be signed in to change notification settings - Fork 1
/
mkdocs.yml
81 lines (81 loc) · 2.02 KB
/
mkdocs.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
# yaml-language-server: $schema=https://squidfunk.github.io/mkdocs-material/schema.json
site_name: Теория языков программирования на ФКН
site_url: https://church-of-church-hse.github.io
nav:
- Главная: index.md
- Проекты:
- projects/index.md
- projects/sanskrit.md
- projects/kyo-direct-plugin.md
- projects/dependobuf.md
- projects/zksnark.md
- projects/codeaswiki.md
- projects/twelf.md
- projects/parsergen.md
- projects/gc.md
- projects/graphcat.md
- projects/catcomp.md
- projects/hitgc.md
- projects/mlgc.md
- testtask.md
theme:
name: material
language: ru
features:
- header.autohide
- navigation.indexes
- navigation.instant
- navigation.instant.progress
- navigation.tabs
- navigation.tabs.sticky
palette:
- media: "(prefers-color-scheme)"
toggle:
icon: material/brightness-auto
name: Системная тема
- media: "(prefers-color-scheme: light)"
scheme: default
toggle:
icon: material/brightness-7
name: Светлая тема
- media: "(prefers-color-scheme: dark)"
scheme: slate
primary: black
toggle:
icon: material/brightness-4
name: Тёмная тема
plugins:
- search
- social
- tags:
tags_file: index.md
markdown_extensions:
- abbr
- attr_list
- def_list
- footnotes
- md_in_html
- pymdownx.arithmatex:
generic: true
- pymdownx.highlight:
anchor_linenums: true
use_pygments: true
pygments_lang_class: true
auto_title: true
line_spans: __span
- pymdownx.inlinehilite
- pymdownx.superfences
- pymdownx.tabbed:
alternate_style: true
- pymdownx.tasklist:
custom_checkbox: true
- tables
- toc:
permalink: true
extra:
social:
- icon: fontawesome/brands/github
link: https://github.com/Church-of-Church-HSE/
extra_javascript:
- javascripts/mathjax.js
- https://unpkg.com/mathjax@3/es5/tex-mml-chtml.js