-
Notifications
You must be signed in to change notification settings - Fork 2
/
mkdocs.yml
57 lines (48 loc) · 1.08 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
site_name: waio
name: waio
site_description: Awesome WhatsAPP framework
site_author: dotX12
repo_name: dotX12/waio
repo_url: https://github.com/dotX12/waio
edit_uri: edit/master/docs/
extra:
disqus: ""
social:
- icon: fontawesome/brands/telegram
link: https://t.me/waioru
name: Russian Chat
nav:
- HUB: index.md
- Tutorial:
- Content of the tutorial: tutorial/index.md
- How to use gupshup sandbox: tutorial/gupshup_tutorial.md
- First bot: tutorial/first_bot.md
- Filter rules: tutorial/filters.md
- FSM: tutorial/fsm.md
- Split code: tutorial/split-code.md
theme:
name: material
language: en
features:
- content.code.annotate
palette:
scheme: slate
primary: black
accent: blue
font:
text: Roboto Mono
code: Monaco
favicon: logo.png
markdown_extensions:
- admonition
- pymdownx.highlight
- pymdownx.inlinehilite
- pymdownx.superfences
- pymdownx.snippets
- pymdownx.magiclink
- toc:
permalink: True
- pymdownx.snippets:
check_paths: true
extra_css:
- _css/style.css