-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathmkdocs.yml
More file actions
38 lines (37 loc) · 937 Bytes
/
mkdocs.yml
File metadata and controls
38 lines (37 loc) · 937 Bytes
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
site_name: MaLAPA Collaboration
theme:
name: material
logo: assets/logo.webp
favicon: assets/favicon.ico
palette:
# Set primary to exactly #3A8ACF?
primary: blue
accent: blue
font:
text: Roboto
code: Roboto Mono
features:
- navigation.tabs
- navigation.expand
- navigation.top
- navigation.instant
- navigation.sections
- navigation.tracking
- navigation.search.highlight
- navigation.search.share
- navigation.search.suggest
- navigation.search.suggest.index
- navigation.search.suggest.highlight
- navigation.search.suggest.share
extra_css:
- assets/css/styles.css
nav:
- Home: index.md
- Resources:
- Data: resources/data.md
- Discord: https://discord.gg/qPJx5T36
- Publications: resources/publications.md
- Software: resources/software.md
- Workshops: workshops.md
- Committee: committee.md
- Contact Us: contact.md