-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathmkdocs.yml
More file actions
75 lines (71 loc) · 2.25 KB
/
Copy pathmkdocs.yml
File metadata and controls
75 lines (71 loc) · 2.25 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
# Project information
site_name: Nobius
site_author: Pierre Tharreau, Louis Manestar
site_description: >-
Nobius, a set of utilities which generate and manage large amounts of
Mobius content.
# Git repo information
repo_url: https://github.com/Loumstar/Nobius
repo_name: Nobius (private)
# Page Tree
nav:
- Welcome!: index.md
- Quickstart Guide: quickstart.md
- About:
- List of Features: "About/features.md"
- Usage:
- generateGroup.py: "Usage/generateGroup.md"
- generateJSON.py: "Usage/generateJSON.md"
- generateAll.py: "Usage/generateAll.md"
- Sheet Files:
- Sheet File Structure: "SheetFiles/SheetFileStructure.md"
- SheetInfo.json: "SheetFiles/SheetInfo.md"
- Question files: "SheetFiles/Questions.md"
- Parts: "SheetFiles/Parts.md"
- Response areas:
- Vanilla:
- List: "ResponseAreas/Vanilla/list.md"
- Maple Graded: "ResponseAreas/Vanilla/maple.md"
- Multiple Choice: "ResponseAreas/Vanilla/multiple_choice.md"
- True False: "ResponseAreas/Vanilla/true_false.md"
- Numeric: "ResponseAreas/Vanilla/numeric.md"
- Advanced:
- Matrix: "ResponseAreas/Advanced/matrix.md"
- Custom: "ResponseAreas/Advanced/custom.md"
- Customization and Resources:
- QuestionJavascript: "CustomizationAndResources/QuestionJavascript.md"
- Templates and Jinja: "CustomizationAndResources/TemplatesAndJinja.md"
- Addons/Features:
- Future additions/changes: "AddonsAndFeatures/FutureAdditions.md"
# Configuration
theme:
name: material
features:
- navigation.instant
- navigation.top
palette:
- media: "(prefers-color-scheme: light)"
scheme: default
toggle:
icon: material/eye-outline
name: Switch to dark mode
- media: "(prefers-color-scheme: dark)"
scheme: slate
primary: red
accent: red
toggle:
icon: material/eye
name: Switch to light mode
# Extensions
markdown_extensions:
- toc:
permalink: true
- admonition
- def_list
- pymdownx.highlight
- pymdownx.superfences
- pymdownx.details
- pymdownx.emoji:
emoji_index: !!python/name:materialx.emoji.twemoji
emoji_generator: !!python/name:materialx.emoji.to_svg
- attr_list