-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathmkdocs.yml
40 lines (40 loc) · 1.09 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
site_name: Pypers
repo_url: https://github.com/Divkix/pypers/
site_description: Package with helper scripts which can be used to perform simple tasks using different libraries.
edit_uri: tree/main/docs/
site_author: Divkix
use_directory_urls: true
nav:
- Home: index.md
- Formatters: formatters.md
- Mongo Helpers: mongo_helpers.md
- Namespace: namespace.md
- Image Tools: image_tools.md
- URL Helpers: url_helpers.md
- Video Tools: video_tools.md
theme:
name: material
palette:
- scheme: preference
toggle:
icon: material/toggle-switch-off-outline
name: Switch to dark mode
- scheme: slate
toggle:
icon: material/toggle-switch
name: Switch to light mode
plugins:
- git-revision-date
extra:
social:
- icon: fontawesome/brands/github
link: https://github.com/Divkix/pypers
name: pypers on Github
markdown_extensions:
- admonition
- pymdownx.details
- pymdownx.superfences
- attr_list
- pymdownx.emoji:
emoji_index: !!python/name:materialx.emoji.twemoji
emoji_generator: !!python/name:materialx.emoji.to_svg