forked from theupdateframework/theupdateframework.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.toml
171 lines (140 loc) · 3.78 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
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
title = "The Update Framework"
disableKinds = ["section", "taxonomy", "taxonomyTerm"]
baseURL = "https://theupdateframework.io"
[markup.goldmark.renderer]
unsafe = true
[params]
font_awesome_version = "5.12.0"
description = "A framework for securing software update systems"
favicon = "favicon.png"
copyright = """
The TUF project is managed by the Linux Foundation under the Cloud Native Computing Foundation. The consensus builder for TUF is [Prof. Justin Cappos](https://ssl.engineering.nyu.edu/personalpages/jcappos/) of the [Secure Systems Lab](https://ssl.engineering.nyu.edu) at [New York University](https://engineering.nyu.edu/). Project maintainers[[1](https://github.com/theupdateframework/specification/blob/master/MAINTAINERS.md)][[2](https://github.com/theupdateframework/python-tuf/blob/develop/docs/MAINTAINERS.txt)] are comprised of collaborators from academia and the industry. Contributors and maintainers are governed by the [CNCF Community Code of Conduct](https://github.com/cncf/foundation/blob/master/code-of-conduct.md).
This material is based upon work supported by the National Science Foundation under Grant Nos. CNS-1345049 and CNS-0959138. Any opinions, findings, and conclusions or recommendations expressed in this material are those of the author(s) and do not necessarily reflect the views of the National Science Foundation.
"""
[params.logos]
navbar = "tuf-horizontal-white.png"
hero = "tuf-stacked-color.png"
cncf = "cncf-color.png"
[[params.fonts]]
name = "Nunito"
sizes = [300, 400, 600, 700]
type = "sans_serif"
[[params.fonts]]
name = "Roboto Mono"
sizes = [300, 400, 600, 700]
type = "monospace"
[[menu.main]]
name = "About"
identifier = "about"
weight = 1
[[menu.main]]
name = "Overview"
parent = "about"
url = "/overview"
weight = 1
[[menu.main]]
name = "History"
parent = "about"
url = "/history"
weight = 2
[[menu.main]]
name = "Timeline"
parent = "about"
url = "/timeline"
weight = 3
[[menu.main]]
name = "Publications"
parent = "about"
url = "/publications"
weight = 5
[[menu.main]]
name = "Project"
parent = "about"
url = "/project"
weight = 5
[[menu.main]]
name = "Code of conduct"
parent = "about"
url = "https://github.com/cncf/foundation/blob/master/code-of-conduct.md"
weight = 6
[[menu.main]]
name = "Getting started"
identifier = "getting-started"
weight = 2
[[menu.main]]
name = "Security"
parent = "getting-started"
url = "/security"
weight = 1
[[menu.main]]
name = "Roles and metadata"
parent = "getting-started"
url = "/metadata"
weight = 2
[[menu.main]]
name = "Frequently asked questions"
parent = "getting-started"
url = "/faq"
weight = 3
[[menu.main]]
name = "Specification (latest)"
parent = "getting-started"
url = "/specification"
weight = 4
[[menu.main]]
name = "Specification index"
parent = "getting-started"
url = "/specification/list"
weight = 5
[[menu.main]]
name = "Reference implementation"
parent = "getting-started"
url = "https://github.com/theupdateframework/python-tuf"
weight = 6
[[menu.main]]
name = "Videos"
parent = "getting-started"
url = "/videos"
weight = 7
[[menu.main]]
name = "Community"
identifier = "community"
weight = 3
[[menu.main]]
name = "Adoptions"
parent = "community"
url = "/adoptions"
weight = 1
[[menu.main]]
name = "Reporting issues"
parent = "community"
url = "/reporting"
weight = 2
[[menu.main]]
name = "Security audits"
parent = "community"
url = "/audits"
weight = 3
[[menu.main]]
name = "Enhancement proposals"
parent = "community"
url = "/taps"
weight = 4
[[menu.main]]
name = "Contribute"
parent = "community"
url = "https://github.com/theupdateframework/python-tuf"
weight = 5
[[menu.main]]
name = "Chat (CNCF Slack)"
parent = "community"
url = "https://cloud-native.slack.com/archives/C8NMD3QJ3"
weight = 6
[[menu.main]]
name = "News"
url = "/news/"
weight = 4
[[menu.main]]
name = "Contact"
url = "/contact/"
weight = 5