-
Notifications
You must be signed in to change notification settings - Fork 6
/
config.toml
118 lines (100 loc) · 2.75 KB
/
config.toml
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
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
baseURL = "/"
languageCode = "en-GB"
title = "Gibbon"
theme = "gibbonedu"
disablePathToLower = true
[params]
subtitle = "The Flexible School Platform"
description = "Gibbon is a flexible, open source school management platform designed to make life better for teachers, students, parents and leaders."
versionName = "Gibbon v27"
versionHeadline = "Featuring Library UI improvements and more than 90 enhancements."
versionImage = "img/v22_mockup.png"
coverImage = "img/gibbon-logo.png"
googleFonts = "Lato:100,300,300i,400,400i,700,700i,900,900i|Fira+Sans:400,400i,700,700i,900,900i"
[markup]
[markup.goldmark]
[markup.goldmark.renderer]
unsafe = true
[menu]
[[menu.footer]]
identifier = "gibbon"
name = "Gibbon"
weight = 10
[[menu.footer]]
identifier = "ourTeam"
name = "Our Team"
parent = "gibbon"
weight = 30
url = "/about/#ourTeam"
[[menu.footer]]
identifier = "get-started"
name = "Get Started"
weight = 20
[[menu.footer]]
identifier = "install"
name = "Install"
parent = "get-started"
weight = 20
url = "https://docs.gibbonedu.org/administrators/getting-started/installing-gibbon/"
[[menu.footer]]
identifier = "setup"
name = "Setup"
parent = "get-started"
weight = 30
url = "https://docs.gibbonedu.org/administrators/getting-started/getting-started-with-gibbon/"
[[menu.footer]]
identifier = "community"
name = "Community"
weight = 30
[[menu.footer]]
identifier = "forums"
name = "Forums"
parent = "community"
weight = 10
url = "https://ask.gibbonedu.org"
[[menu.footer]]
identifier = "docs"
name = "Documentation"
parent = "community"
weight = 20
url = "https://docs.gibbonedu.org"
[[menu.footer]]
identifier = "translation"
name = "Translation"
parent = "community"
weight = 30
url = "/about/#languages"
[[menu.footer]]
identifier = "github"
name = "GitHub"
parent = "community"
weight = 40
url = "https://github.com/GibbonEdu/core/"
[[menu.footer]]
identifier = "support"
name = "Support"
weight = 40
[[menu.footer]]
identifier = "administrators"
name = "Administrators"
parent = "support"
weight = 10
url = "https://docs.gibbonedu.org/administrators"
[[menu.footer]]
identifier = "developers"
name = "Developers"
parent = "support"
weight = 20
url = "https://docs.gibbonedu.org/developers"
[[menu.footer]]
identifier = "teachers"
name = "Teachers"
parent = "support"
weight = 30
url = "https://docs.gibbonedu.org/teachers"
[[menu.footer]]
identifier = "parents"
name = "Parents"
parent = "support"
weight = 40
url = "https://docs.gibbonedu.org/parents"