-
Notifications
You must be signed in to change notification settings - Fork 12
/
mkdocs.yml
74 lines (67 loc) · 2.7 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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
site_name: Physiopy
site_description: Physiopy
site_author: The Physiopy developers
site_url: https://physiopy.github.io
repo_url: https://github.com/physiopy/physiopy.github.io
repo_name: physiopy/physiopy.github.io
# Copyright
copyright: Copyright © 2020-2024, The Physiopy Community
# Set up theme with Material for Mkdocs
theme:
name: material
favicon: assets/images/favicon.png
logo: assets/images/logo.png
icon:
repo: fontawesome/brands/github
features:
- navigation.tabs
- navigation.indexes
- navigation.sections
palette:
# Palette toggle for light mode
- scheme: default
toggle:
icon: material/brightness-7
name: Switch to dark mode
# Palette toggle for dark mode
- scheme: slate
toggle:
icon: material/brightness-4
name: Switch to light mode
# Content of the website
nav:
- Home: index.md
- Libraries:
- phys2bids: libraries/phys2bids.md
- phys2denoise: libraries/phys2denoise.md
- peakdet: libraries/peakdet.md
- Contributor Guide:
- Welcome: contributors-guide/index.md
- Recognizing contributions: contributors-guide/recognition.md
- Getting started: contributors-guide/getting-started.md
- Types of contribution: contributors-guide/contribution-types.md
- Contributing to the codebase:
- Digging into the code: contributors-guide/codebase/index.md
- Opening issues: contributors-guide/codebase/opening-issues.md
- Opening PRs: contributors-guide/codebase/opening-prs.md
- Reviewing PRs: contributors-guide/codebase/reviewing-prs.md
- Testing and code coverage: contributors-guide/codebase/tests-code-cov.md
- Roles and permissions: contributors-guide/codebase/roles-permission.md
- Style guide: contributors-guide/codebase/style-guide.md
- Labels: contributors-guide/codebase/labels.md
- Under the hood: contributors-guide/codebase/plug-ins.md
- Contributing to the documentation:
- Welcome: contributors-guide/documentation/index.md
- Building documentation: contributors-guide/documentation/building.md
- Adding to Community Practices: contributors-guide/documentation/community-practices.md
- Community Practices:
- Community Practices: https://physiopy-community-guidelines.readthedocs.io/en/latest/index.html
- Community:
- Welcome: community/index.md
- Open Datasets: community/open_datasets.md
- Other Tools: community/other_tools.md
- Code of Conduct: community/CODE_OF_CONDUCT.md
- Team: community/team.md
- Tutorials:
- OHBM 2023 Tutorials: ohbm23_tutorials.md
- ReproNim 2024 Tutorials: repronim24_tutorials.md