-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
80 lines (80 loc) · 2.25 KB
/
mkdocs.yml
File metadata and controls
80 lines (80 loc) · 2.25 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
# yaml-language-server: $schema=https://squidfunk.github.io/mkdocs-material/schema.json
site_name: Validoopsie
site_url: https://akmalsoliev.github.io/Validoopsie/
repo_url: https://github.com/akmalsoliev/Validoopsie
copyright: Copyright © 2025 Akmal Soliev
watch:
- validoopsie
plugins:
- awesome-pages
- offline
- search
- mkdocstrings:
handlers:
python:
load_external_modules: true
paths: ["validoopsie"]
options:
extra:
show_inherited_members: false
show_private_members: false
show_special_members: false
verbose: false
heading_level: 2
separate_signature: true
show_bases: false
show_root_heading: false
show_root_full_path: false
show_source: true
show_symbol_type_heading: true
show_symbol_type_toc: true
filters:
- "!^_"
- "!^__"
- "!fail_message"
theme:
name: material
palette:
- scheme: slate
primary: indigo
toggle:
icon: material/weather-night
name: Switch to dark mode
- scheme: default
primary: indigo
toggle:
icon: material/weather-sunny
name: Switch to light mode
features:
- content.code.annotate
- content.code.copy
- navigation.footer
- navigation.indexes
- navigation.tracking
- search.suggest
extra:
social:
- icon: fontawesome/brands/linkedin
link: https://www.linkedin.com/in/akmal-soliev/
markdown_extensions:
- admonition
- md_in_html
- pymdownx.details
- pymdownx.tabbed:
alternate_style: true
- pymdownx.superfences:
custom_fences:
- name: python
class: python
validator: !!python/name:markdown_exec.validator
format: !!python/name:markdown_exec.formatter
- pymdownx.emoji:
emoji_index: !!python/name:material.extensions.emoji.twemoji
emoji_generator: !!python/name:material.extensions.emoji.to_svg
- pymdownx.arithmatex:
generic: true
extra_javascript:
- javascripts/katex.js
- javascripts/extra.js
- https://unpkg.com/katex@0/dist/katex.min.js
- https://unpkg.com/katex@0/dist/contrib/auto-render.min.js