-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yml
83 lines (68 loc) · 1.87 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
site_name: CodeAny Support Center
docs_dir: docs/
exclude_docs: overrides/
copyright: Copyright © 2024 CodeAny
theme:
name: material
custom_dir: docs/overrides
logo: assets/logo-codeany.png
favicon: assets/icon.png
features:
- search.suggest
- search.highlight
- content.tabs.link
- content.code.copy
- content.code.select
- content.code.annotate
- navigation.tabs
extra_css:
- assets/css/main.css
plugins:
- search
- i18n:
docs_structure: folder
fallback_to_default: true
reconfigure_material: true
reconfigure_search: true
languages:
- locale: en
default: true
name: English
build: true
site_name: "CodeAny Support Center"
- locale: az
name: Azərbaycan dili
build: true
site_name: "CodeAny'in dəstək mərkəzi"
nav_translations:
Main page: Əsas səhifə
Sign up: Hesabın yaradılması
Competitions: Yarışmalar
- locale: ru
name: Русский язык
build: true
site_name: "Центр поддержки CodeAny"
nav_translations:
Main page: Главная страница
Sign up: Создание аккаунта
Competitions: Соревнования
nav:
- Main page: index.md
- Sign up: sign-up.md
- Competitions: competitions.md
dev_addr: 0.0.0.0:8001
markdown_extensions:
- pymdownx.highlight:
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:pymdownx.superfences.fence_code_format
- def_list
- pymdownx.tasklist:
custom_checkbox: true