-
Notifications
You must be signed in to change notification settings - Fork 14
/
mkdocs.yml
55 lines (52 loc) · 1.04 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
site_name: birdnetlib
theme:
name: material
icon:
repo: fontawesome/brands/github
palette:
scheme: slate
features:
- content.code.copy
- navigation.sections
- navigation.tabs
- navigation.tabs.sticky
repo_url: https://github.com/joeweiss/birdnetlib
repo_name: joeweiss/birdnetlib
markdown_extensions:
- pymdownx.highlight:
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences
# plugins:
# - blog
# - rss:
# match_path: blog/posts/.*
# date_from_meta:
# as_creation: date
# categories:
# - categories
# - tags
plugins:
- search
- mkdocstrings:
default_handler: python
handlers:
python:
options:
show_source: false
nav:
- Home:
- index.md
- Getting started:
- getting-started.md
- API:
- api.md
- Examples:
- examples.md
- Utilties:
- utility-classes.md
- Changelog:
- changelog.md