-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathmkdocs.yml
43 lines (43 loc) · 994 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
41
42
43
site_name: eBioDiv
site_description: Literature services for BioDiversity
site_url: https://ebiodiv.org
repo_url: https://github.com/bitem-heg-geneve/ebiodiv-website
nav:
- eBioDiv: 'index.md'
- News: 'news.md'
- Help:
- 'Introduction': 'help/index.md'
- 'Data source': 'help/data.md'
- 'Matching algorithm': 'help/matching_algorithm.md'
- Matching service: https://prod.ebiodiv.org/
- Sandbox: https://sandbox.ebiodiv.org/
markdown_extensions:
- attr_list
- md_in_html
- admonition
- abbr
- tables
- footnotes
- def_list
- pymdownx.critic
theme:
name: material
custom_dir: overrides
locale: en
include_sidebar: false
logo: assets/logo_ebiodiv_white.png
favicon: assets/ebiodiv.ico
font: false
palette:
primary: green
accent: indigo
features:
- navigation.tabs
- navigation.tracking
- toc.follow
extra_css:
- extra/extra.css
plugins:
- rss:
- git-revision-date-localized:
enable_creation_date: false