forked from PrairieLearn/PrairieLearn
-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
33 lines (32 loc) · 1.28 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
site_name: PrairieLearn
site_url: https://github.com/PrairieLearn/PrairieLearn
repo_url: https://github.com/PrairieLearn/PrairieLearn
theme: readthedocs
docs_dir: doc
pages:
- Main: 'index.md'
- User Guide:
- 'Installing and running PrairieLearn': 'installing.md'
- 'Syncing course content': 'sync.md'
- 'Course configuration': 'course.md'
- 'Course instance configuration': 'courseInstance.md'
- 'Assessment configuration': 'assessment.md'
- 'Question configuration': 'question.md'
- 'HTML element list': 'elements.md'
- 'Access control': 'accessControl.md'
- 'clientFiles and serverFiles': 'clientServerFiles.md'
- 'UUIDs in JSON files': 'uuid.md'
- 'Regrading assessments': 'regrading.md'
- 'PrairieDraw graphics': 'PrairieDraw.md'
- 'Externally graded questions': 'externalGrading.md'
- 'What to tell students': 'whatToTellStudents.md'
- 'FAQ': 'faq.md'
- Developer Guide:
- 'Developer guide': 'dev-guide.md'
- 'Installing with local source': 'installingLocal.md'
- 'Installing natively': 'installingNative.md'
- 'Question element writing': 'devElements.md'
- 'Docker packaging': 'docker.md'
- 'Setting up AWS for external grading': 'externalGradingAws.md'
- 'Contributing to PL development': 'contributing.md'
- 'Old v1/v2 question format': 'oldQuestion.md'