-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
92 lines (91 loc) · 3.07 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
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
# WARNING: Be careful when modifying this file as links to these pages are
# made from https://github.com/LibCrowds/libcrowds/
site_name: 'LibCrowds Documentation'
theme:
name: 'material'
repo_name: 'LibCrowds/libcrowds'
repo_url: 'https://github.com/LibCrowds/libcrowds'
extra:
social:
- type: 'github'
link: 'https://github.com/LibCrowds'
- type: 'twitter'
link: 'https://twitter.com/LibCrowds'
- type: 'envelope'
link: 'mailto:[email protected]'
extra_css:
- assets/style/extra.css
markdown_extensions:
- admonition
- codehilite
- toc:
permalink: true
- pymdownx.betterem:
smart_enable: all
- pymdownx.details
- pymdownx.superfences
google_analytics:
- 'UA-59584422-5'
- 'auto'
nav:
- Introduction: 'index.md'
- Setup:
- Introduction: 'setup/introduction.md'
- Local Installation: 'setup/installation.md'
- Deployment: 'setup/deployment.md'
- Plugins: 'setup/plugins.md'
- Configuring PYBOSSA: 'setup/configuring-pybossa.md'
- Configuring LibCrowds: 'setup/configuring-libcrowds.md'
- Configuring Explicates: 'setup/configuring-explicates.md'
- Testing: 'setup/testing.md'
- Projects:
- Introduction: 'projects/introduction.md'
- New Project: 'projects/new.md'
- Filters: 'projects/filters.md'
- Thumbnail: 'projects/thumbnail.md'
- Results: 'projects/results.md'
- Delete: 'projects/delete.md'
- Core Details: 'projects/details.md'
- Collection: 'projects/collection.md'
- Volume: 'projects/volume.md'
- Template: 'projects/template.md'
- Webhooks: 'projects/webhooks.md'
- Templates:
- Introduction: 'lctemplates/introduction.md'
- New Template: 'lctemplates/new.md'
- Core Details: 'lctemplates/details.md'
- Task: 'lctemplates/task.md'
- Redundancy: 'lctemplates/redundancy.md'
- Parent: 'lctemplates/parent.md'
- Analysis: 'lctemplates/analysis.md'
- Tutorial: 'lctemplates/tutorial.md'
- Delete: 'lctemplates/delete.md'
- Collection Admin:
- Introduction: 'collections/introduction.md'
- New Collection: 'collections/new.md'
- Core Details: 'collections/details.md'
- Page Content: 'collections/content.md'
- Annotations: 'collections/annotations.md'
- Forum Integration: 'collections/forum.md'
- Celebrations: 'collections/celebrations.md'
- Item Tags: 'collections/tags.md'
- Project Filters: 'collections/filters.md'
- Volumes: 'collections/volumes.md'
- Featured Projects: 'collections/featured.md'
- Task Presenter: 'collections/presenter.md'
- Delete: 'collections/delete.md'
- Site Admin:
- Dashboard: 'site/dashboard.md'
- User Management: 'site/user-management.md'
- Announcements: 'site/announcements.md'
- Results: 'site/results.md'
- Background Jobs: 'site/jobs.md'
- Pending Templates: 'site/pending-templates.md'
- Results Analysis: 'analysis.md'
- Data:
- Introduction: 'data/introduction.md'
- Data Model: 'data/model.md'
- Downloads: 'data/downloads.md'
- API: 'data/api.md'
- Z39.50: 'z3950.md'
- Glossary: 'glossary.md'