forked from NUS-CS2113/website-base
-
Notifications
You must be signed in to change notification settings - Fork 2
/
site.json
47 lines (47 loc) · 1.2 KB
/
site.json
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
{
"baseUrl": "/website-base",
"titlePrefix": "CS2103/T Website",
"ignore": [
"_site/*",
".idea/*",
".gitignore",
"README.md",
"schedule/admin/*",
"*.md",
"diagrams/*",
"book/diagrams/*",
".git/*"
],
"pages": [
{"glob": "index.md"},
{"glob": "index-flat.md",
"searchable": "no"},
{"src": "admin/index-flat.md",
"searchable": "no"
},
{"glob": "admin/*.md"},
{"glob": "admin/gradeBreakdown.md"},
{"glob": "schedule/index.md",
"searchable": "no"},
{"glob": "schedule/summary.md",
"searchable": "no"},
{"glob": "schedule/**/index-flat.md",
"searchable": "no"},
{"glob": "schedule/**/outcomes.md",
"searchable": "no"},
{"glob": "book/about/acknowledgements.md"},
{"glob": "se-book-adapted/index.md"},
{"glob": "se-book-adapted/index-flat.md",
"searchable": "no"},
{"glob": "se-book-adapted/chapters/*.md"},
{"glob": "se-book-adapted/chapters-printable/*.md",
"searchable": "no"
},
{"glob": "se-book-adapted/common/*.md"},
{"glob": "book/combined/exercises.md"},
{"src": "se-book-adapted/print.md",
"searchable": "no"
}
],
"headingIndexingLevel": 5
}