-
-
Notifications
You must be signed in to change notification settings - Fork 10
/
mkdocs.yml
66 lines (61 loc) · 1.68 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
site_name: Sonarr-AnimeDownloader
site_description: Anime downloader from AnimeWorld
site_url: https://github.com/MainKronos/Sonarr-AnimeDownloader
theme:
name: 'material'
language: it
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
features:
- navigation.sections
- search.suggest
- content.code.annotate
- content.code.copy
repo_name: MainKronos/Sonarr-AnimeDownloader
repo_url: https://github.com/MainKronos/Sonarr-AnimeDownloader
edit_uri: ""
nav:
- Introduction: 'index.md'
- Usage:
- QuickStart: 'usage/quickstart.md'
- Advanced Usage: 'usage/advanced.md'
- FAQ: 'usage/faq.md'
- Community:
- Contributing: 'community/contributing.md'
- Hacktoberfest: 'community/hacktoberfest.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: ['.']
check_paths: true
- admonition
- pymdownx.details
- pymdownx.superfences
- pymdownx.keys
- attr_list
- pymdownx.emoji:
emoji_index: !!python/name:materialx.emoji.twemoji
emoji_generator: !!python/name:materialx.emoji.to_svg
plugins:
- git-revision-date-localized:
type: date
locale: it
- search:
lang: it