This repository has been archived by the owner on Jun 8, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathmkdocs.yml
115 lines (109 loc) · 2.75 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
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
site_name: PyStark
site_url: https://pystark.codes
site_author: StarkProgrammer
site_description: The awesome python library to create Telegram Bots based on pyrogram. Updates available at https://t.me/pystark
repo_name: starkbotsindustries/pystark
repo_url: https://github.com/StarkBotsIndustries/pystark
#edit_uri: ""
copyright: Copyright © 2022, <a href='http://github.com/StarkBotsIndustries' target='_blank'>Stark Programmer</a>
theme:
name: 'material'
custom_dir: docs/overrides
favicon: images/favicon.ico
logo: images/pystark.png
icon:
repo: fontawesome/brands/github
features:
- announce.dismiss
- navigation.sections
- content.code.annotate
- navigation.indexes
- toc.follow
- navigation.top
- navigation.tracking
- navigation.expand
- search.highlight
- search.share
- search.suggest
palette:
- scheme: default
primary: indigo
accent: indigo
toggle:
icon: material/toggle-switch
name: Switch to dark mode
- scheme: slate
primary: black
accent: black
toggle:
icon: material/toggle-switch-off-outline
name: Switch to light mode
# - navigation.tabs
# - navigation.instant
# - navigation.tabs.sticky
# - toc.integrate
# - header.autohide
# - content.tabs.link
nav:
- Home: index.md
- Introduction:
- introduction/quickstart.md
- introduction/install.md
- Getting Started:
- start/boilerplate.md
- start/variables.md
- start/running-bot.md
- start/examples.md
- Topics:
- topics/settings.md
- topics/customization.md
- topics/plugins.md
- topics/bot-menu.md
- Classes:
- classes/stark.md
- classes/message.md
- Decorators:
- decorators/index.md
- decorators/command.md
- decorators/callback.md
- decorators/inline.md
# - decorators/admins.md
- Databases:
- databases/index.md
- Using Postgres: databases/postgres.md
- databases/telegram-as-database.md
- databases/tinydb.md
- Helpers:
- helpers/index.md
- helpers/patch.md
- helpers/process.md
- helpers/stickers.md
- bots.md
- FAQ: meta/faqs.md
- ChangeLog:
- meta/changelog/index.md
- meta/older-releases.md
markdown_extensions:
- codehilite:
css_class: highlight
- admonition
- meta
- pymdownx.highlight
plugins:
- search
- mkdocstrings:
default_handler: python
handlers:
python:
rendering:
show_source: false
extra_css:
- css/custom.css
extra:
social:
- icon: fontawesome/brands/github
link: https://github.com/StarkBotsIndustries
- icon: fontawesome/brands/python
link: https://pypi.org/project/pystark/
- icon: fontawesome/brands/telegram
link: https://t.me/StarkBots