forked from dev-sec/dev-sec.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.toml
53 lines (45 loc) · 938 Bytes
/
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
baseURL = "https://dev-sec.io/"
languageCode = "en-us"
title = "DevSec Hardening Framework"
theme = "devsec"
metaDataFormat = "yaml"
[[menu.global]]
name = "About"
weight = 1
identifier = "project"
url = "/project/"
[[menu.global]]
name = "Tools"
weight = 2
identifier = "inspec_tools"
url = "/inspec_tools"
[[menu.global]]
name = "Applications"
weight = 3
identifier = "application"
url = "/application/"
[[menu.global]]
name = "Baselines"
weight = 4
identifier = "baselines"
url = "/baselines/"
[[menu.global]]
name = "Videos"
weight = 5
identifier = "videos"
url = "/videos/"
[[menu.global]]
name = "Community"
weight = 6
identifier = "comunity"
url = "/community/"
[[menu.global]]
name = "News"
weight = 7
identifier = "blog"
url = "/blog/"
[[menu.global]]
name = "GitHub"
weight = 8
identifier = "github"
url = "https://github.com/mitre/mitre-inspec.github.io"