-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
49 lines (43 loc) · 1.01 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
site_name: S3 Simple Compress ZIP
repo_url: https://github.com/BrunoMesquitaa/s3_simple_compress
repo_name: s3_simple_compress
edit_uri: tree/main/docs
theme:
name: material
palette:
scheme: slate
primary: black
features:
- content.code.annotate
language: en
features:
- navigation.tabs
- navigation.tabs.sticky
markdown_extensions:
- attr_list
- pymdownx.highlight:
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:pymdownx.superfences.fence_code_format
- admonition
- pymdownx.details
- pymdownx.emoji:
emoji_index: !!python/name:materialx.emoji.twemoji
emoji_generator: !!python/name:materialx.emoji.to_svg
extra_css:
- stylesheets/extra.css
watch:
- s3_compress
plugins:
- macros
- mkdocstrings:
handlers:
python:
paths: [s3_compress]