-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yml
78 lines (70 loc) · 1.84 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
site_name: Scimon
repo_url: https://github.com/kremilly/Scimon
theme:
name: material
features:
- navigation.tabs
- navigation.instant
- navigation.sections
- navigation.footer
- content.tabs.link
- content.footnote.tooltips
palette:
- media: "(prefers-color-scheme: light"
scheme: default
toggle:
icon: material/brightness-7
name: Switch to dark mode
- media: "(prefers-color-scheme: dark"
scheme: slate
toggle:
icon: material/brightness-4
name: Switch to light mode
nav:
- Overview: index.md
- How to build: build.md
- Basic usage: basic-usage.md
- Scrape: scrape.md
- Providers: providers.md
- Monset:
- Downloads Block: monset/download-block.md
- Readme Block: monset/readme-block.md
- Commands Block: monset/commands-block.md
- Compress folder: monset/compress.md
- Open links: monset/open-links.md
- Markdown reder: monset/markdown-render.md
- Style: monset/style.md
- Print: monset/prints.md
- Covers: monset/covers.md
- QR Code: monset/qrcode.md
- Configs:
- Scimon.yml file: configs/scimon.yml-file.md
- .env file: configs/env-file.md
markdown_extensions:
- tables
- attr_list
- md_in_html
- pymdownx.superfences
- footnotes
- pymdownx.superfences
- def_list
- pymdownx.tasklist:
custom_checkbox: true
- pymdownx.tabbed:
alternate_style: true
- pymdownx.arithmatex:
generic: true
- pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
extra:
social:
- icon: fontawesome/solid/blog
link: https://kremilly.com
name: Blog
- icon: fontawesome/brands/x-twitter
link: https://x.com/import_kremilly
name: Twitter
generator: false
copyright: Copyright © 2024 Kremillly