forked from uccser/cs-field-guide
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathguide-settings.conf
69 lines (64 loc) · 2.17 KB
/
guide-settings.conf
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
[Guide Structure]
# Titles across groups must be unique
# Lists are indented by 4 spaces
# Language prefix and file type suffix must be removed
# Path from text/chapters/
chapters:
introduction
algorithms
programming-languages
human-computer-interaction
data-representation
coding-introduction
coding-compression
coding-encryption
coding-error-control
artificial-intelligence
complexity-tractability
computer-graphics
computer-vision
formal-languages
network-communication-protocols
software-engineering
# Path from text/curriculum-guides/
# These pages are not numbered and have a table of contents sidebar
curriculum-guides:
ncea/index
ncea/assessment-guide-level-1-introduction
ncea/assessment-guide-level-1-searching-algorithms
ncea/assessment-guide-level-1-sorting-algorithms
ncea/assessment-guide-level-1-human-computer-interaction
ncea/assessment-guide-level-1-programming-languages
ncea/assessment-guide-level-2-introduction
ncea/assessment-guide-level-2-achieved-representing-data
ncea/assessment-guide-level-2-achieved-compression-run-length-encoding
ncea/assessment-guide-level-2-achieved-error-control-check-sums
ncea/assessment-guide-level-2-achieved-error-control-parity
ncea/assessment-guide-level-2-achieved-encryption-caesar-cipher
ncea/assessment-guide-level-2-achieved-human-computer-interaction
ncea/assessment-guide-level-2-full-human-computer-interaction
ncea/assessment-guide-level-3-software-engineering-methodologies
ncea/assessment-guide-level-3-complexity-tractability-TSP
ncea/assessment-guide-level-3-formal-languages-FSA-RE
# Path from text/further-information/
# These pages are not numbered and do not have a table of contents sidebar
further-information:
glossary
contributors
interactives
releases
included-files
# Path from text/
# These pages are not listed or numbered and do not have a table of contents sidebar
static-pages:
404
index
about
changelog
search
chapters/index
curriculum-guides/index
further-information/index
further-information/glossary
[HTML]
Default to paginated: Yes