-
Notifications
You must be signed in to change notification settings - Fork 7
/
mkdocs.yml
56 lines (52 loc) · 1.35 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
56
site_name: Common Fund Data Ecosystem Documentation
theme:
name: material
palette:
primary: white
features:
- navigation.tabs
- navigation.instant
- navigation.tabs.sticky
- navigation.tracking
- navigation.sections
- toc.integrate
- toc.follow
- navigation.top
logo: images/CFDE_Logo-color-web.png
favicon: images/CFDE-logo-white-outline.png
docs_dir: docs
custom_dir: custom
markdown_extensions:
- admonition
- pymdownx.emoji
- codehilite:
guess_lang: false
- toc:
permalink: true
extra:
hypothesis: true
social:
- icon: fontawesome/solid/envelope
link: mailto:CFDE-HelpDesk%20<[email protected]>
- icon: fontawesome/brands/twitter
link: https://twitter.com/CfdeNih
- icon: fontawesome/brands/github
link: https://github.com/nih-cfde/published-documentation
extra_css:
- stylesheets/extra.css
plugins:
- mkdocs-jupyter:
include_source: True
execute: False
# - htmlproofer
- exclude:
glob:
- the-fair-cookbook/content/1/testnb/*
- c2m2/backups_for_OSF.io_reference_files/*
- c2m2/developer_tools/*
- c2m2/obsolete/*
- the-fair-cookbook/content/recipes/Discoverability/seo.ipynb
- search: # necessary for search to work
separator: '[\s\-\.]+'
- awesome-pages:
collapse_single_pages: true