forked from ESIPFed/esds-community-guide
-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
37 lines (32 loc) · 864 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
site_name: Community Development Best Practices
site_url: https://ESIPFed.github.io/esds-community-guide/
site_author: Community Development Best Practices Working Group
theme:
name: material
features:
- navigation.instant
repo_url: https://github.com/ESIPFed/esds-community-guide
markdown_extensions:
- toc:
permalink: true
toc_depth: 3
- admonition
- footnotes
- pymdownx.highlight
- pymdownx.superfences
- pymdownx.caret
- pymdownx.mark
- pymdownx.tilde
- md_in_html
- attr_list
- pymdownx.emoji:
emoji_index: !!python/name:materialx.emoji.twemoji
emoji_generator: !!python/name:materialx.emoji.to_svg
nav:
- Home: index.md
- Community Guide: community-guide/index.md
- Contribution Guide: contribution-guide/index.md
- Code of Conduct: CODE_OF_CONDUCT.md
plugins:
- search
- section-index