-
Notifications
You must be signed in to change notification settings - Fork 220
/
mkdocs.yml
73 lines (73 loc) · 2.69 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
site_name: Autolab Documentation
site_url: "https://docs.autolabproject.com/"
extra_css:
- stylesheets/extra.css
nav:
- Overview: index.md
- Installation:
- Installation Overview: installation/overview.md
- Docker Compose Install: installation/docker-compose.md
- Autolab:
- Ubuntu 22.04: installation/ubuntu.md
- Mac OSX 10.11+: installation/osx.md
- Troubleshooting: installation/troubleshoot.md
- Mailing Setup: installation/mailing.md
- Github Integration Setup: installation/github_integration.md
- LTI Advantage Integration Setup: installation/lti_integration.md
- Tango:
- Installation: installation/tango.md
- Troubleshooting: installation/tango-troubleshoot.md
# - (Legacy) OneClick Install: installation/one-click.md
- Getting Started:
- Autolab Frontend:
- Guide for Instructors: instructors.md
- Guide for Lab Authors: lab.md
- Lab Hooks: lab-hooks.md
- Features:
- Formatted Feedback: features/formatted-feedback.md
- Scoreboards: features/scoreboards.md
- Embedded Forms: features/embedded-forms.md
- Schedulers: features/schedulers.md
- Annotations: features/annotations.md
- MOSS Plagiarism Detection: features/moss.md
- Metrics: features/metrics.md
- Git Submission: features/git-submission.md
- LTI Course Linking: features/lti-course-integration.md
- Admin Features: features/admin-features.md
- Autolab Frontend CLI: command-line-interface.md
- Tango CLI: tango-cli.md
- Reference:
- Reference Overview: reference.md
- Autolab Frontend API:
- Overview: api-overview.md
- Endpoints: api-interface.md
- Managing Authorized Apps: api-managing-authorized-apps.md
- Tango API: tango-rest.md
- Tango VMMS API: tango-vmms.md
theme:
name: material
logo: "images/logo.svg"
palette:
scheme: autolab
features:
- navigation.tabs
- toc.integrate
- content.code.copy
repo_name: "Autolab"
repo_url: "https://github.com/Autolab/autolab"
extra:
social:
- icon: fontawesome/brands/github-alt
link: https://github.com/Autolab
- icon: fontawesome/brands/slack
link: https://communityinviter.com/apps/autolab/autolab-project
analytics:
provider: google
property: G-TN3N2Q9PC2
markdown_extensions:
- admonition
- pymdownx.superfences
- codehilite
strict: true
plugins:
- search