forked from in-toto/in-toto.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.toml
126 lines (104 loc) · 2.51 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
baseURL = "https://in-toto.io"
languageCode = "en-us"
title = "in-toto"
pygmentsUseClasses = true
pygmentsCodefences = true
enableRobotsTXT = true
disableKinds = ["taxonomy", "taxonomyTerm"]
[params]
description = "A framework to secure the integrity of software supply chains"
fontAwesomeVersion = "5.3.1"
vimeo_id = "237799749"
github_repo = "in-toto/community"
[params.logos]
navbar = "in-toto-horizontal-color.png"
hero = "in-toto-horizontal-color.png"
footer = "in-toto-stacked-white.png"
[[params.fonts]]
name = "Noto Sans"
sizes = [300,400,600,700]
type = "sans_serif"
[[params.features]]
title = "Software supply chain protection"
description = "Supply chain compromises are becoming a frequent occurrence. in-toto can help you protect your software supply chain."
button_url = "/in-toto"
button_text = "Read more"
img = "layout.png"
[[params.features]]
title = "Open, extensible standard"
description = "in-toto is an open metadata standard that you can implement in your software's supply chain toolchain."
button_url = "/specs"
button_text = "Read the specifications"
img = "metadata.png"
[[params.features]]
title = "Extensive tooling"
description = "You can use in-toto today by using our Apache-licensed libraries and tools."
button_url = "https://github.com/in-toto"
button_text = "Tools"
img = "gears.png"
[[menu.main]]
identifier = "about"
name = "About"
weight = 1
[[menu.main]]
parent = "about"
name = "What is in-toto?"
url = "/in-toto"
weight = 1
[[menu.main]]
parent = "about"
name = "Adoptions and Integrations"
url = "https://github.com/in-toto/friends"
weight = 2
[[menu.main]]
identifier = "community"
name = "Community"
weight = 2
[[menu.main]]
parent = "community"
name = "Contact"
url = "/contact"
weight = 1
[[menu.main]]
parent = "community"
name = "Contribute"
url = "https://github.com/in-toto/community/"
weight = 2
[[menu.main]]
identifier = "get-started"
name = "Get started"
weight = 3
[[menu.main]]
parent = "get-started"
name = "Try it out"
url = "https://github.com/in-toto/demo"
weight = 1
[[menu.main]]
parent = "get-started"
name = "Metadata examples"
url = "/metadata-examples"
weight = 2
[[menu.main]]
parent = "get-started"
name = "Specifications"
url = "/specs"
weight = 3
[[menu.main]]
identifier = "learn"
name = "Learn more"
weight = 4
[[menu.main]]
parent = "learn"
name = "News"
url = "/news"
weight = 1
[[menu.main]]
parent = "learn"
name = "Security audit '23"
url = "/security-audit-23"
weight = 2
[[menu.main]]
parent = "learn"
name = "Frequently asked questions"
url = "/faq"
weight = 3