-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathmkdocs.yml
More file actions
53 lines (49 loc) · 1.34 KB
/
mkdocs.yml
File metadata and controls
53 lines (49 loc) · 1.34 KB
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
site_name: MaxDocs
site_url: https://ink-developer.github.io/MaxDocs/
nav:
- Главная: index.md
- API:
- Подключение: api/conn.md
- Логин: api/login.md
- Работа с сообщениями: api/messages.md
- Работа с профилем: api/profile.md
- Работа с каналами: api/channels.md
- Получение обновлений: api/updates.md
- Опкоды: api/opcodes.md
- Объекты:
- Чат: objects/chat.md
- Сообщение от юзера: objects/user_message.md
- Информация о реакциях: objects/reaction_info.md
theme:
name: shadcn
favicon: img/incon.ico
features:
- content.code.copy
- content.code.select
palette:
- scheme: default
primary: indigo
accent: indigo
toggle:
icon: material/weather-night
name: Тёмная тема
- scheme: slate
primary: indigo
accent: indigo
toggle:
icon: material/weather-sunny
name: Светлая тема
extra_css:
- css/codeblock.css
markdown_extensions:
- pymdownx.highlight:
use_pygments: true
# linenums: true
# pygments_style: default
- pymdownx.superfences
- pymdownx.progressbar
- admonition
- attr_list
- fenced_code
- toc:
baselevel: 2