-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathmkdocs.yml
More file actions
executable file
·89 lines (82 loc) · 2.18 KB
/
mkdocs.yml
File metadata and controls
executable file
·89 lines (82 loc) · 2.18 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
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
site_name: Telegrinder
site_author: timoniq
site_description: Modern visionary telegram bot framework.
site_url: https://telegrinder.rtfd.io/
repo_name: timoniq/telegrinder
repo_url: https://github.com/timoniq/telegrinder
edit_uri: edit/dev/docs/
copyright: timoniq, 2025 <a href="https://github.com/timoniq/telegrinder/blob/main/LICENSE" target="_blank" rel="noopener">(View license)</a>
extra:
generator: false
disqus: ""
social:
- icon: fontawesome/brands/telegram
link: https://t.me/botoforum
name: Our Telegram botoforum
nav:
- Index: index.md
- API: api.md
- Guide:
- Code Separation: guide/code_separation.md
- Optional Dependencies: guide/optional_dependencies.md
- Tools:
- Checkbox: tools/checkbox.md
- Formatting: tools/formatting.md
- Loop Wrapper: tools/loop_wrapper.md
- Global Context: tools/global_context.md
theme:
name: readthedocs
features:
- navigation.instant
- navigation.indexes
- navigation.tracking
- navigation.tabs
- navigation.top
- search.suggest
- content.code.copy
palette:
- media: "(prefers-color-scheme: light)"
scheme: default
accent: blue
toggle:
icon: material/toggle-switch
name: Switch to dark mode
- media: "(prefers-color-scheme: dark)"
scheme: slate
accent: blue
toggle:
icon: material/toggle-switch-off-outline
name: Switch to light mode
font:
text: Roboto Mono
code: Monaco
markdown_extensions:
- admonition:
- md_in_html:
- toc:
slugify: !!python/object/apply:pymdownx.slugs.slugify
kwds:
case: lower
permalink: ""
- pymdownx.magiclink:
repo_url_shortener: true
repo_url_shorthand: true
normalize_issue_symbols: true
user: timoniq
repo: telegrinder
- pymdownx.highlight:
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
linenums: true
guess_lang: true
- pymdownx.inlinehilite:
- pymdownx.superfences:
- pymdownx.tabbed:
alternate_style: true
- pymdownx.escapeall:
hardbreak: True
nbsp: True
- pymdownx.details:
- pymdownx.tabbed:
- pymdownx.saneheaders: