forked from cncf/landscape
-
Notifications
You must be signed in to change notification settings - Fork 1
/
settings.yml
58 lines (49 loc) · 1.68 KB
/
settings.yml
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
# Landscape2 settings
#
# This settings file allows customizing some aspects of the landscape.
#
# Reference documentation: https://github.com/cncf/landscape2/blob/main/docs/config/settings.yml
foundation: DEMO
url: http://127.0.0.1:8000
colors:
color1: "rgba(0, 107, 204, 1)"
color2: "rgba(255, 0, 170, 1)"
color3: "rgba(96, 149, 214, 1)"
color4: "rgba(0, 42, 81, 0.7)"
color5: "rgba(1, 107, 204, 0.7)"
color6: "rgba(0, 42, 81, 0.7)"
color7: "rgba(180, 219, 255, 1)"
featured_items:
- field: maturity
options:
- value: graduated
order: 1
label: Graduated
footer:
links:
facebook: "https://www.facebook.com/CloudNativeComputingFoundation/"
flickr: "https://www.flickr.com/photos/143247548@N03/albums"
github: "https://github.com/cncf"
homepage: "https://cncf.io"
instagram: "https://www.instagram.com/humans.of.cloudnative/"
linkedin: "https://www.linkedin.com/company/cloud-native-computing-foundation/"
slack: "https://slack.cncf.io/"
twitch: "https://www.twitch.tv/cloudnativefdn"
twitter: "https://twitter.com/cloudnativefdn"
wechat: "https://www.cncf.io/wechat/"
youtube: "https://www.youtube.com/c/cloudnativefdn"
logo: "https://raw.githubusercontent.com/cncf/artwork/master/other/cncf/horizontal/white/cncf-white.svg"
grid_items_size: large
groups:
- name: Some categories
categories:
- Category 1
- Category 2
- name: Only category 2
categories:
- Category 2
header:
links:
github: "https://github.com/cncf/landscape2"
logo: "https://raw.githubusercontent.com/cncf/artwork/master/other/cncf-landscape/horizontal/color/cncf-landscape-horizontal-color.svg"
screenshot_width: 1500