-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathmkdocs.yml
More file actions
92 lines (88 loc) · 3.23 KB
/
Copy pathmkdocs.yml
File metadata and controls
92 lines (88 loc) · 3.23 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
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
site_name: Autograder Documentation
site_description:
Educational-standards-driven autograding platform documentation
site_url: https://webtech-network.github.io/autograder/
repo_url: https://github.com/webtech-network/autograder
repo_name: webtech-network/autograder
edit_uri: edit/main/docs/
theme:
name: material
language: en
features:
- navigation.sections
- navigation.tabs
- navigation.top
- content.code.copy
- search.suggest
- search.highlight
plugins:
- search
markdown_extensions:
- admonition
- attr_list
- def_list
- footnotes
- md_in_html
- tables
- toc:
permalink: true
- pymdownx.details
- pymdownx.superfences
- pymdownx.highlight
- pymdownx.inlinehilite
- pymdownx.tabbed:
alternate_style: true
nav:
- Home: index.md
- Getting Started:
- Run Your First Grading Workflow: getting-started/mkdocs-local-development.md
- Development Guide: guides/development.md
- Core Concepts:
- Pipeline Architecture: core/pipeline-architecture.md
- Criteria Tree: core/criteria-tree.md
- Sandbox Management: core/sandbox-management.md
- Template Library: core/template-library.md
- Feedback Generation: core/feedback-generation.md
- Educational Criteria Design: guides/criteria-tree-educational-standards.md
- API:
- REST API Reference: API.md
- GitHub Action:
- Overview: github_action/README.md
- Quick Start Guide: github_action/quick-start.md
- Configuration Reference: github_action/configuration.md
- External Mode: github_action/external-mode.md
- Pipeline Deep Dive:
- Overview: pipeline/README.md
- 01 Load Template: pipeline/01-load-template.md
- 02 Build Tree: pipeline/02-build-tree.md
- 03 Sandbox: pipeline/03-sandbox.md
- 04 Pre Flight: pipeline/04-pre-flight.md
- 04.5 AI Batch: pipeline/04.5-ai-batch.md
- 05 Grade: pipeline/05-grade.md
- 06 Focus: pipeline/06-focus.md
- 07 Feedback: pipeline/07-feedback.md
- 08 Export: pipeline/08-export.md
- Architecture Reference:
- Core Structures: architecture/core_structures.md
- Pipeline Execution Tracking: architecture/pipeline_execution_tracking.md
- Sandbox Manager Internals: architecture/sandbox_manager.md
- Web Module: architecture/web_module.md
- Templates:
- Input Output Template: template-library/input_output.md
- API Testing Template: template-library/api_testing.md
- Web Development Template: template-library/web_dev.md
- Features:
- Grading Engine: features/grading_engine.md
- Focus Feature: features/focus_feature.md
- Deliberate Code Execution: features/deliberate_code_execution.md
- Setup Config: features/setup_config_feature.md
- Command Resolver: features/command_resolver.md
- Localization: features/localization.md
- Guides:
- Development Guide: guides/development.md
- Docs Site Development: guides/docs-site-development.md
- Criteria Configuration Examples: guides/criteria_configuration_examples.md
- GitHub Module (legacy): guides/github_module.md
- Roadmaps:
- Feature Roadmap: roadmaps/FEATURE_ROADMAP.md
- Technical Debt Roadmap: roadmaps/TECHNICAL_DEBT_ROADMAP.md