forked from civicrm/org.civicrm.volunteer
-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
37 lines (37 loc) · 897 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: CiviVolunteer
repo_url: https://github.com/civicrm/org.civicrm.volunteer
theme:
name: material
markdown_extensions:
- attr_list
- admonition
- def_list
- codehilite:
guess_lang: false
- toc:
permalink: true
- pymdownx.superfences
- pymdownx.inlinehilite
- pymdownx.tilde
- pymdownx.betterem
- pymdownx.mark
- pymdownx.magiclink
nav:
- Introduction: index.md
- Installation: installation.md
- Projects: projects.md
- Opportunities: opportunities.md
- Assignments: assignments.md
- Sign up form: sign-up-form.md
- Interest form: interest-form.md
- Custom data: custom-data.md
- Logging hours: logging-hours.md
- Reporting: reporting.md
- Live examples: examples.md
- Release notes:
- 2.2 release: release/2.2.md
- 2.0 release: release/2.0.md
- 1.4 release: release/1.4.md
- Developer docs:
- API functions: dev/api.md
- Hooks: dev/hooks.md