-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathmkdocs.yml
118 lines (107 loc) · 2.83 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: "Rank Torrent Name"
site_description: "Rank Torrent Name is a powerful Python library that revolutionizes the way you handle filenames."
site_author: 'Dreu LaVelle'
site_url: 'https://ranktorrentname.com'
repo_name: 'RTN'
repo_url: 'https://github.com/dreulavelle/rank-torrent-name'
nav:
- Home: index.md
- Users:
- Getting Started: users/faq.md
- Languages: users/languages.md
- Profiles: users/profiles.md
- Developers:
- Introduction: devs/introduction.md
- Parsing: devs/parsing.md
- Settings Model: devs/settings.md
- Ranking Model: devs/ranking.md
- Models: devs/models.md
- Sorting: devs/sorting.md
- Extras: devs/extras.md
- Modules:
- Parser: devs/modules/parser.md
- Ranker: devs/modules/ranker.md
- Fetch: devs/modules/fetch.md
- Models: devs/modules/models.md
- Exceptions: devs/modules/exceptions.md
- Patterns: devs/modules/patterns.md
- Extras: devs/modules/extras.md
- Contributing: contributing.md
- License: license.md
plugins:
- search
- mkdocstrings:
handlers:
python:
paths: [RTN]
# options:
# heading_slug_func: 'slugify'
theme:
name: 'material'
custom_dir: overrides
features:
- navigation.tabs
- navigation.tabs.sticky
- navigation.tracking
- navigation.instant
- navigation.instant.progress
- navigation.sections
- navigation.indexes
- navigation.top
- navigation.pruning
- navigation.path
- search.suggest
- search.share
- content.code.annotate
- content.code.copy
- announce.dismiss
icon:
logo: logo
palette:
- media: "(prefers-color-scheme)"
scheme: default
toggle:
icon: material/brightness-auto
name: Follow system preferences
- media: "(prefers-color-scheme: light)"
scheme: default
primary: indigo
accent: red
toggle:
icon: material/brightness-5
name: Set fire to my eyes!
- media: "(prefers-color-scheme: dark)"
scheme: slate
primary: indigo
accent: red
toggle:
icon: material/brightness-4
name: Darken the world!
font:
text: 'Ubuntu'
code: 'Ubuntu Mono'
extra_css:
- stylesheets/extra.css
extra_javascript:
- javascripts/extra.js
extra:
social:
- icon: 'fontawesome/brands/discord'
link: 'https://discord.gg/rivenmedia'
- icon: 'fontawesome/brands/github'
link: 'https://github.com/dreulavelle/rank-torrent-name'
markdown_extensions:
- attr_list
- md_in_html
- admonition
- tables
- codehilite:
linenums: false
- toc:
permalink: true
toc_depth: 2
- pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:pymdownx.superfences.fence_code_format