forked from prostomarkeloff/vkwave
-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
64 lines (59 loc) · 1.27 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
site_name: VKWave
site_description: 'Documentations of VKWave framework'
site_author: 'prostomarkeloff'
repo_name: 'fscdev/vkwave'
repo_url: 'https://github.com/fscdev/vkwave'
theme:
name: 'material'
language: 'en'
palette:
primary: 'blue'
accent: 'blue'
favicon: 'assets/images/logo.png'
extra:
version: 0.1.0
plugins:
- search
markdown_extensions:
- admonition
- codehilite
- mkautodoc
- footnotes
- toc:
permalink: true
- pymdownx.emoji:
emoji_generator: !!python/name:pymdownx.emoji.to_svg
- pymdownx.tasklist
- pymdownx.inlinehilite
- markdown_include.include:
base_path: docs
nav:
- index.md
- Client:
- client/index.md
- client/context.md
- client/using.md
- client/custom.md
- API:
- api/index.md
- Bots:
- bots/index.md
- bots/usage.md
- bots/filters.md
- bots/routers.md
- bots/fsm.md
- bots/storage.md
- Utils:
- bots/utils/index.md
- bots/utils/keyboard.md
- bots/utils/templates.md
- bots/utils/uploaders.md
- LongPoll:
- longpoll/index.md
- Types:
- types/index.md
- HTTP:
- http/index.md
- Build reports:
- Tests result: /reports/tests
- mypy results: /reports/typechecking