-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yml
40 lines (37 loc) · 919 Bytes
/
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
site_name: OceanSoundscape
site_description: Documentation for the oceansoundscape python package
site_author: Danelle Cline
repo_url: "https://github.com/mbari-org/oceansoundscape/"
theme:
name: material
logo: https://docs.mbari.org/imgs/mbari-logo.png
features:
- navigation.instant
- navigation.tabs
- navigation.sections
- navigation.indexes
- navigation.force
- navigation.tracking
- search.highlight
- search.share
- search.suggest
- toc.follow
- toc.integrate
markdown_extensions:
- meta
- admonition
- footnotes
- pymdownx.inlinehilite
- pymdownx.tabbed
- toc:
permalink: True
- pymdownx.keys:
separator: "\uff0b"
- pymdownx.details:
- pymdownx.superfences:
nav:
- Change Log: CHANGELOG.md
- License: LICENSE.md
copyright: Maintained by <a href="https://www.mbari.org/cline-danelle-e/">Danelle Cline</a>.
plugins:
- search