-
Notifications
You must be signed in to change notification settings - Fork 14
/
filter.yml
63 lines (63 loc) · 1.33 KB
/
filter.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
59
60
61
62
63
filter:
selectFilter:
- title: "开源项目"
key: "open"
options:
- value: "nation"
label: "国内开源主导"
- value: "foreign"
label: '国外开源主导'
- title: "项目所属基金会"
key: "foundation"
options:
- value: 'cncf'
label: 'CNCF'
- value: 'apache'
label: 'Apache'
- title: "项目发起组织"
key: "company"
options:
- value: 'alibaba'
label: '阿里巴巴'
- value: 'tencent'
label: '腾讯'
- value: 'huawei'
label: '华为'
- value: 'baidu'
label: '百度'
- value: 'ant'
label: '蚂蚁金服'
- title: "项目版权"
key: "official"
options:
- value: 'notOfficial'
label: '非商业版'
- value: 'isOfficial'
label: '商业版'
- title: "组织所在区域"
key: "location"
options:
- value: 'Beijing'
label: '北京'
- value: 'Tianjing'
label: '天津'
tags:
- title: "开源景观"
filters:
- key: "open"
options:
- "nation"
- "foreign"
- title: "北京地区"
filters:
- key: "open"
options:
- "nation"
- key: "location"
options:
- "Beijing"
- title: "认证的 K8s"
filters:
- key: "foundation"
options:
- "cncf"