-
-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathmkdocs.yml
118 lines (103 loc) · 2.72 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
105
106
107
108
109
110
111
112
113
114
115
116
117
118
site_name: AnimeWorld-API
site_description: UNOFFICIAL library for AnimeWorld
site_url: https://github.com/MainKronos/AnimeWorld-API
theme:
name: 'material'
language: en
palette:
- scheme: 'default'
media: '(prefers-color-scheme: light)'
toggle:
icon: 'material/lightbulb'
name: "Switch to dark mode"
- scheme: 'slate'
media: '(prefers-color-scheme: dark)'
primary: 'blue'
toggle:
icon: 'material/lightbulb-outline'
name: 'Switch to light mode'
icon:
repo: fontawesome/brands/github
logo: static/img/logo.svg
favicon: static/img/logo.svg
features:
- navigation.sections
- navigation.tracking
- search.suggest
- content.code.annotate
- content.code.copy
repo_name: MainKronos/AnimeWorld-API
repo_url: https://github.com/MainKronos/AnimeWorld-API
edit_uri: ""
nav:
- Introduction: 'index.md'
- Usage:
- QuickStart: 'usage/quickstart.md'
- Advanced Usage: 'usage/advanced.md'
- API Reference:
- Developer Interface: 'api-reference/developer-interface.md'
- Exceptions: 'api-reference/exceptions.md'
- Community:
- Contributing: 'community/contributing.md'
- Code of Conduct: 'community/code-of-conduct.md'
markdown_extensions:
- pymdownx.highlight:
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
- pymdownx.inlinehilite
- pymdownx.snippets:
base_path: ['docs']
check_paths: true
- admonition
- pymdownx.details
- pymdownx.superfences
plugins:
- i18n:
docs_structure: suffix
fallback_to_default: true
languages:
- locale: en
default: true
name: English
build: true
- locale: it
name: Italiano
build: true
- autorefs:
resolve_closest: true
- git-revision-date-localized:
type: date
locale: en
- search:
lang:
- en
- it
- mkdocstrings:
default_handler: python
handlers:
python:
paths: [.]
options:
docstring_style: google
# show_source: false
show_root_heading: true
show_root_full_path: false
# show_category_heading: false
# show_object_full_path: false
group_by_category: true
show_root_toc_entry: false
# signature_crossrefs: true ----
# show_symbol_type_toc: true ----
# docstring_section_style: list
line_length: 80
separate_signature: true
annotations_path: brief
show_signature: true
# show_signature_annotations: true
show_submodules: false
show_bases: false
merge_init_into_class: true
filters: ["!^_"]
watch:
- animeworld