forked from akosdudas/automated-homework-evaluation
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
61 lines (56 loc) · 1.34 KB
/
mkdocs.yml
File metadata and controls
61 lines (56 loc) · 1.34 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
site_name: Automated Homework Evaluation
site_author: Dudás Ákos
copyright: Copyright © Dudás Ákos BME VIK AUT
repo_name: akosdudas/automated-homework-evaluation
repo_url: https://github.com/akosdudas/automated-homework-evaluation
edit_uri: ""
theme:
name: material
language: en
palette:
primary: indigo
accent: indigo
font:
text: Roboto
code: Roboto Mono
icon:
logo: octicons/book-24
features:
- navigation.instant
- navigation.sections
- navigation.indexes
- navigation.top
extra_css:
- extra-style.css
markdown_extensions:
- admonition
- pymdownx.details
- pymdownx.highlight
- pymdownx.superfences
- pymdownx.inlinehilite
- toc:
permalink: true
- attr_list
- pymdownx.tasklist:
custom_checkbox: true
plugins:
- search:
prebuild_index: true
nav:
- index.md
- examples.md
- prerequisites.md
- "Automated evaluation":
- evaluate/index.md
- evaluate/evaluator-software.md
- evaluate/github-actions.md
- evaluate/ahk-cli.md
- "Using GitHub":
- using-github/index.md
- using-github/publishing-specification.md
- using-github/collecting-submissions.md
- using-github/providing-feedback.md
- using-github/further-automation.md
- "Further issues":
- others/individual-work.md
- others/archival.md