-
Notifications
You must be signed in to change notification settings - Fork 9
/
config.toml
61 lines (56 loc) · 2.27 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
base_url = "https://omnibor.io"
title = "OmniBOR"
compile_sass = false
build_search_index = true
[markdown]
highlight_code = true
highlight_theme = "ayu-light"
[extra]
nav = [
{ name = "Spec", url = "@/spec/_index.md", pill = "v0.1" },
{ name = "Docs", url = "@/docs/_index.md" },
{ sep = true },
{ name = "Blog", url = "@/blog/_index.md" },
{ name = "Project", url = "@/project.md" },
{ name = "Contribute", url = "@/contribute.md" },
{ sep = true },
{ icon = "github", url = "https://github.com/omnibor" },
]
footer = [
[
{ name = "Spec", title = true },
{ name = "Stable", url = "@/spec/v0.1/_index.md", pill = "v0.1" },
{ name = "Latest", url = "https://github.com/omnibor/spec", external = true },
],
[
{ name = "Tools", title = true },
{ name = "OmniBOR CLI", url = "https://github.com/omnibor/omnibor-rs/tree/main/omnibor-cli", external = true },
{ name = "bomsh", url = "https://github.com/omnibor/bomsh", external = true },
{ name = "jbor", url = "https://github.com/omnibor/jbor", external = true },
{ name = "Third-Party Tools", url = "@/third-party.md" },
],
[
{ name = "Libraries", title = true },
{ name = "Rust", url = "https://github.com/omnibor/omnibor-rs", external = true },
{ name = "Go", url = "https://github.com/omnibor/omnibor-go", external = true },
{ name = ".NET", url = "https://github.com/omnibor/omnibor-dotnet", external = true },
{ name = "Python", url = "https://github.com/omnibor/omnibor-py", external = true },
],
[
{ name = "Docs", title = true },
{ name = "Artifact IDs", url = "@/docs/artifact-ids.md" },
{ name = "Input Manifests", url = "@/docs/input-manifests.md" },
{ name = "Glossary", url = "@/glossary/_index.md" },
{ name = "Resources", url = "@/resources/_index.md" },
],
[
{ name = "Info", title = true },
{ name = "Contribute", url = "@/contribute.md" },
{ name = "Project", url = "@/project.md" },
],
[
{ name = "Social", title = true },
{ name = "YouTube", url = "https://www.youtube.com/@omnibor", external = true },
{ name = "Twitter / X", url = "https://x.com/omnibor", external = true },
],
]