-
-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy pathdocs.json
More file actions
124 lines (124 loc) · 2.94 KB
/
docs.json
File metadata and controls
124 lines (124 loc) · 2.94 KB
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
{
"$schema": "https://mintlify.com/docs.json",
"theme": "mint",
"name": "Bazel Documentation",
"colors": {
"primary": "#44a047",
"light": "#77d275",
"dark": "#004300"
},
"favicon": "/favicon.png",
"navigation": { "$ref": "./navigation.json" },
"navbar": {
"links": [
{
"label": "Module Registry",
"href": "https://registry.bazel.build",
"icon": "book-open-cover"
},
{
"label": "Blog",
"href": "https://blog.bazel.build/",
"icon": "newspaper"
},
{
"label": "Github",
"href": "https://github.com/bazelbuild/bazel",
"icon": "github"
}
]
},
"logo": {
"light": "/logo/light.svg",
"dark": "/logo/Bazel_logo.svg"
},
"footer": {
"socials": {
"x": "https://x.com/bazelbuild",
"github": "https://github.com/bazelbuild",
"reddit": "https://reddit.com/r/bazel"
},
"links": [
{
"header": "About",
"items": [
{
"label": "Who's using Bazel",
"href": "https://bazel.build/community/users"
},
{
"label": "Contribute",
"href": "https://bazel.build/contribute"
},
{
"label": "Governance model",
"href": "https://bazel.build/contribute/policy"
},
{
"label": "Release model",
"href": "https://bazel.build/release"
},
{
"label": "Brand guidelines",
"href": "https://bazel.build/brand"
}
]
},
{
"header": "Stay Connected",
"items": [
{
"label": "Blog",
"href": "https://blog.bazel.build/"
},
{
"label": "GitHub",
"href": "https://github.com/bazelbuild/bazel"
},
{
"label": "Twitter",
"href": "https://twitter.com/bazelbuild"
},
{
"label": "YouTube",
"href": "https://youtube.com/user/googleOSPO"
}
]
},
{
"header": "Support",
"items": [
{
"label": "Support",
"href": "https://bazel.build/help"
},
{
"label": "Issue tracker",
"href": "https://github.com/bazelbuild/bazel/issues"
},
{
"label": "Slack",
"href": "https://slack.bazel.build/"
},
{
"label": "Stack Overflow",
"href": "https://stackoverflow.com/questions/tagged/bazel"
}
]
},
{
"header": "Legal",
"items": [
{
"label": "Privacy Policy",
"href": "https://policies.google.com/privacy"
},
{
"label": "Terms of Service",
"href": "https://policies.google.com/terms"
}
]
}
]
}
}