-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathmkdocs.yml
104 lines (100 loc) · 2.64 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
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
site_name: marketplace_apis
plugins:
- search
- git-revision-date-localized:
enable_creation_date: true
fallback_to_build_date: true
- git-committers:
repository: packify-org/marketplace_apis
branch: main
# - optimize
- mkdocstrings:
handlers:
python:
paths: [ 'marketplace_apis' ]
options:
docstring_options:
ignore_init_summary: true
docstring_section_style: list
filters: [ "!^_" ]
heading_level: 1
inherited_members: true
merge_init_into_class: true
separate_signature: true
show_root_heading: true
show_root_full_path: false
show_signature_annotations: true
show_symbol_type_heading: true
show_symbol_type_toc: true
signature_crossrefs: true
summary: true
- autorefs
- literate-nav:
nav_file: SUMMARY.md
- section-index
- gen-files:
scripts:
- scripts/gen_ref_pages.py
- minify:
minify_html: true
minify_js: true
minify_css: true
htmlmin_opts:
remove_comments: true
cache_safe: true
# js_files:
# - my/javascript/dir/file1.js
# - my/javascript/dir/file2.js
# css_files:
# - my/css/dir/file1.css
# - my/css/dir/file2.css
repo_url: https://github.com/packify-org/marketplace_apis
repo_name: packify-org/marketplace_apis
edit_uri: edit/main/docs/
theme:
name: material
icon:
repo: fontawesome/brands/github
edit: material/pencil
view: material/eye
features:
- content.action.view
- search.suggest
- search.highlight
- navigation.instant
- navigation.instant.progress
- navigation.tracking
- navigation.tabs
- navigation.tabs.sticky
- navigation.sections
- navigation.expand
- navigation.prune
- navigation.indexes
- toc.follow
- toc.integrate
- navigation.top
markdown_extensions:
- toc:
permalink: true
title: "На этой странице:"
- tables
- pymdownx.blocks.admonition
- pymdownx.blocks.tab:
alternate_style: true
slugify: !!python/object/apply:pymdownx.slugs.slugify
kwds:
case: lower
- pymdownx.highlight:
auto_title: true
use_pygments: true
linenums: true
guess_lang: true
default_lang: python
- pymdownx.superfences
- pymdownx.emoji:
emoji_index: !!python/name:material.extensions.emoji.twemoji
emoji_generator: !!python/name:material.extensions.emoji.to_svg
nav:
- Введение: index.md
- API:
- marketplace_apis: reference/