forked from redcap-tools/PyCap
-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
44 lines (42 loc) · 1.34 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
site_name: PyCap
site_url: http://redcap-tools.github.io/PyCap/
repo_name: redcap-tools/PyCap
repo_url: https://github.com/redcap-tools/PyCap
nav:
- Home: index.md
- Quick Start: quickstart.md
- Using PyCap in an app/package: using-in-app-or-package.md
- API Reference:
- Project: api_reference/project.md
- Arms: api_reference/arms.md
- Data Access Groups: api_reference/data_access_groups.md
- Events: api_reference/events.md
- Field Names: api_reference/field_names.md
- Files: api_reference/files.md
- Instruments: api_reference/instruments.md
- Logging: api_reference/logging.md
- Metadata: api_reference/metadata.md
- Project Info: api_reference/project_info.md
- Repeating: api_reference/repeating.md
- Records: api_reference/records.md
- Reports: api_reference/reports.md
- Surveys: api_reference/surveys.md
- Users: api_reference/users.md
- User Roles: api_reference/user_roles.md
- Version: api_reference/version.md
theme:
name: material
logo: img/logo.png
favicon: img/logo.png
palette:
primary: red
accent: red
markdown_extensions:
- pymdownx.highlight:
anchor_linenums: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences
plugins:
- search
- mkdocstrings