forked from guessit-io/guessit
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
31 lines (25 loc) · 744 Bytes
/
mkdocs.yml
File metadata and controls
31 lines (25 loc) · 744 Bytes
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
site_name: GuessIt
site_url: https://guessit-io.github.io/guessit
site_description: GuessIt is a python library that extracts as much information as possible from a video filename.
site_author: Rémi Alvergnat <[email protected]>
repo_url: https://github.com/guessit-io/guessit
edit_uri: https://github.com/guessit-io/guessit/blob/develop/docs
theme:
language: 'en'
name: 'material'
markdown_extensions:
- admonition
- codehilite
- toc:
permalink: true
- pymdownx.details
- pymdownx.superfences
nav:
- Home: index.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