forked from kyma-project/website
-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.json
104 lines (104 loc) · 2.79 KB
/
config.json
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
{
"siteMetadata": {
"siteUrl": "https://kyma-project.io/",
"twitterUsername": "kymaproject",
"title": "Kyma",
"description": "The Kyma project blog",
"feedUrl": "feed.xml"
},
"socialMedia": {
"twitter": {
"name": "Twitter",
"shortName": "Twitter",
"url": "https://twitter.com/kymaproject",
"icon": "twitter"
},
"github": {
"name": "GitHub",
"shortName": "GitHub",
"url": "https://github.com/kyma-project",
"icon": "github"
},
"slack": {
"name": "Slack",
"shortName": "Slack",
"url": "http://slack.kyma-project.io",
"icon": "slack"
},
"linkedIn": {
"name": "LinkedIn",
"shortName": "LinkedIn",
"url": "https://www.linkedin.com/company/kyma-project/",
"icon": "linkedin-in"
},
"youTube": {
"name": "YouTube",
"shortName": "YouTube",
"url": "https://www.youtube.com/channel/UC8Q8bBtYe9gQN-dQ-_L8JvQ",
"icon": "youtube"
}
},
"newsroomYoutubeVideos": ["wJzVWFGkiKk", "NI4cOWO9HnA"],
"quickWalkthroughYoutubeVideo": "kP7mSELIxXw",
"links": {
"KYMA_REPOSITORY_LINK": "https://github.com/kyma-project/kyma",
"SAP_PRIVACY_LINK": "https://www.sap.com/corporate/en/legal/privacy.html",
"SIG_LINK": "https://github.com/kyma-project/community/blob/master/sig-and-wg/README.md",
"GOOGLE_SITE_VERIFICATION": "qHt6OkQ1MXU5a4ZLlkLLPRB35ZOu_upyScm2O9Jf8PY",
"ADD_KYMA_USER": "https://github.com/kyma-project/website/blob/master/docs/add-user.md",
"DOCS_OVERVIEW_NUTSHELL": "/docs/#overview-in-a-nutshell",
"DOCS_DETAILS_COMPONENTS": "/docs/#details-components",
"DOCS_INSTALLATION": "/docs/root/kyma#installation-installation"
},
"landingPage": {
"ids": {
"newsroom": "newsroom",
"usedBy": "used-by"
}
},
"i18n": {
"en": {
"path": "en",
"locale": "English",
"default": true
}
},
"docs": {
"kyma": {
"displayName": "Kyma",
"organization": "kyma-project",
"repository": "kyma",
"branches": ["master"],
"lastReleases": 3,
"navPath": "",
"rootPath": {
"docsType": "root",
"docsTopic": "kyma"
}
},
"cli": {
"displayName": "CLI",
"organization": "kyma-project",
"repository": "cli",
"branches": ["master"],
"lastReleases": 0,
"navPath": "cli",
"rootPath": {
"docsType": "cli",
"docsTopic": "overview"
}
},
"control-plane": {
"displayName": "Control Plane",
"organization": "kyma-project",
"repository": "control-plane",
"branches": ["master"],
"lastReleases": 0,
"navPath": "control-plane",
"rootPath": {
"docsType": "control-plane",
"docsTopic": "kyma-control-plane"
}
}
}
}