-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathmkdocs.yml
More file actions
42 lines (42 loc) · 1.86 KB
/
Copy pathmkdocs.yml
File metadata and controls
42 lines (42 loc) · 1.86 KB
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
site_name: Deliberation-lab researcher documentation
theme:
name: readthedocs
highlightjs: true
plugins:
- search
exclude_docs: |
README.md
nav:
- Getting Started:
- Overview: getting-started/overview.md
- Setup for Researchers: getting-started/setup-researchers.md
- Setup (Index): getting-started/setup.md
- Creating a New Study: getting-started/creating-a-new-study.md
- Readers and Reviewers: getting-started/readers-reviewers.md
- Study Design:
- Treatment Overview: study-design/treatment-overview.md
- Page Elements: study-design/page-elements.md
- Prompts: study-design/prompts.md
- Discussion Options: study-design/discussion-options.md
- Surveys: study-design/surveys.md
- Qualtrics Integration: study-design/qualtrics.md
- Conditions: study-design/conditions.md
- Reference Syntax: study-design/reference-syntax.md
- Templating Syntax: study-design/templates.md
- Group Assignment: study-design/group-assignment.md
- Experiment Design Best Practices: study-design/design-best-practices.md
- Syntax Reference: study-design/syntax-reference.md
- Running Sessions:
- Batch Configuration: running/batchConfig.md
- Preflight Checklist: running/preflightChecklist.md
- Deployment Best Practices: running/running-best-practices.md
- Running the Dev Container Locally: running/dev-container.md
- Analyzing Results:
- Analysis Overview: analysis/analysis-overview.md
- Science Data Export: analysis/analysis-data-export.md
- Metadata & Schema Reference: analysis/metadata.md
- Chat Action Logs: analysis/chat-actions.md
- Analysis Playbooks: analysis/analysis-playbooks.md
- Developer Resources:
- Roadmap: developer-resources/roadmap.md
- Setup for Tool Developers: developer-resources/setup-tool-developers.md