-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
75 lines (75 loc) · 1.92 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
site_name: Aiogram Magick
site_url: https://arichr.github.io/aiogram-magick/
repo_name: arichr/aiogram-magick
repo_url: https://github.com/arichr/aiogram-magick
edit_uri: blob/dev/docs/
site_description: Magic for Aiogram-based Telegram bots
site_author: Arisu Wonderland <[email protected]>
copyright: Copyright © 2024 Arisu Wonderland
nav:
- Home: README.md
- Installation: 1_-_Installation.md
- SQLite storage: 2_-_SQLite_storage.md
theme:
name: material
font: false
icon:
repo: fontawesome/brands/github-alt
palette:
scheme: slate
primary: cyan
accent: crimson
features:
- navigation.sections
- navigation.path
- navigation.prune
- toc.integrate
- navigation.indexes
- search.suggest
- search.highlight
- content.tabs.link
- content.action.edit
- content.code.copy
- content.code.annotate
extra_css:
- css/extra.css
use_directory_urls: true
plugins:
- search
- offline
- autorefs
- git-authors
- mkdocstrings:
handlers:
python:
options:
group_by_category: true
show_category_heading: false
show_symbol_type_heading: true
show_symbol_type_toc: true
show_submodules: true
merge_init_into_class: true
show_if_no_docstring: true
line_length: 80
separate_signature: true
signature_crossrefs: true
markdown_extensions:
- abbr
- footnotes
- tables
- pymdownx.inlinehilite
- pymdownx.superfences
- pymdownx.magiclink
- pymdownx.keys
- pymdownx.emoji:
emoji_index: !!python/name:material.extensions.emoji.twemoji
emoji_generator: !!python/name:material.extensions.emoji.to_svg
- pymdownx.tasklist:
custom_checkbox: true
- pymdownx.details
- pymdownx.tabbed:
alternate_style: true
- pymdownx.highlight:
anchor_linenums: true
line_spans: __span
pygments_lang_class: true