-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
57 lines (50 loc) · 1.3 KB
/
Copy pathmkdocs.yml
File metadata and controls
57 lines (50 loc) · 1.3 KB
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
site_name: Guessit-fork
site_url: https://masudranaxpert.github.io/Guessit-fork/
site_description: Guessit-fork is a python library that extracts as much information as possible from a video filename.
site_author: masudranaxpert
repo_url: https://github.com/masudranaxpert/Guessit-fork
edit_uri: https://github.com/masudranaxpert/Guessit-fork/blob/main/docs
theme:
name: material
language: en
features:
- navigation.instant
- navigation.tabs
- navigation.top
- content.code.copy
- search.suggest
- search.highlight
palette:
- scheme: default
primary: indigo
accent: indigo
toggle:
icon: material/weather-night
name: Switch to dark mode
- scheme: slate
primary: indigo
accent: indigo
toggle:
icon: material/weather-sunny
name: Switch to light mode
markdown_extensions:
- admonition
- attr_list
- pymdownx.highlight:
anchor_linenums: true
- toc:
permalink: true
- pymdownx.details
- pymdownx.superfences
nav:
- Home: index.md
- Python Usage: python-usage.md
- Properties: properties.md
- Sources: sources.md
- Configuration: configuration.md
- Migration (2.x to 3.x): migration2to3.md
- Migration (1.x to 2.x): migration.md
plugins:
- search
extra_css:
- stylesheets/extra.css